REPORT z17_18 .
*----------------------------------------------------------------------*
* CLASS lcl_handle_events DEFINITION
*----------------------------------------------------------------------*
class lcl_handle_events definition.
public section.
methods:
on_link_click for event link_click of cl_salv_events_table
importing row column.
endclass. "lcl_handle_events DEFINITION
*----------------------------------------------------------------------*
* CLASS lcl_handle_events IMPLEMENTATION
*----------------------------------------------------------------------*
class lcl_handle_events implementation.
method on_link_click.
perform show_cell_info using row column 'Host spot 클릭하였습니다.'.
endmethod. "on_double_click
endclass. "lcl_handle_events IMPLEMENTATION
data gt_itab type table of sflight.
data gr_table type ref to cl_salv_table.
data gr_event type ref to lcl_handle_events.
data gr_columns type ref to cl_salv_columns_table.
data gr_column type ref to cl_salv_column_table.
start-of-selection.
select * from sflight into table gt_itab
up to 25 rows.
cl_salv_table=>factory(
importing
r_salv_table = gr_table
changing
t_table = gt_itab ).
gr_columns = gr_table->get_columns( ).
gr_column ?= gr_columns->get_column( 'CARRID' ).
gr_column->set_cell_type( if_salv_c_cell_type=>hotspot ).
data lr_event type ref to cl_salv_events_table.
lr_event = gr_table->get_event( ).
create object gr_event.
set handler gr_event->on_link_click for lr_event.
gr_table->display( ).
*&---------------------------------------------------------------------*
*& Form SHOW_CELL_INFO
*&---------------------------------------------------------------------*
form show_cell_info using p_row type i
p_column type lvc_fname
p_text type string.
data: l_row type char10.
write p_row to l_row left-justified.
concatenate l_row '번째 라인의' p_column '컬럼을' p_text
into p_text separated by space.
message i000(0k) with p_text.
endform. " show_cell_info
댓글 0
번호 | 제목 | 글쓴이 | 날짜 | 조회 수 |
---|---|---|---|---|
671 |
<b>easy abap 소스 전체 파일 입니다.
[188] ![]() | sapjoy | 2008.05.02 | 10189 |
670 | REPORT z18_033 [47] | sapjoy | 2008.10.13 | 9072 |
669 | REPORT Z15_003 [49] | sapjoy | 2008.04.15 | 7529 |
668 | report zunicode_027. [4] | sapjoy | 2008.11.22 | 6356 |
667 | REPORT Z20_01. | sapjoy | 2012.08.02 | 5146 |
666 | REPORT z18_03. | sapjoy | 2012.08.02 | 4656 |
665 | Z01_012 [9] | sapjoy | 2006.12.03 | 4654 |
664 | Z_EXPORT_GRAPHIC_FROM_SE78 [1] | sapjoy | 2011.03.29 | 4457 |
663 | report zsapdoi_002. | sapjoy | 2008.12.26 | 4414 |
662 | REPORT zsmw0010 | sapjoy | 2010.10.12 | 4333 |
661 | REPORT z18_028 | sapjoy | 2007.04.10 | 4294 |
660 | report zsalv_045 . | sapjoy | 2010.08.20 | 4271 |
659 | Dynamic Table Maintenance [1] | sapjoy | 2006.12.05 | 4132 |
658 | REPORT ZTABLE_UTIL | sapjoy | 2010.10.10 | 4020 |
657 | REPORT Z19_02. | sapjoy | 2012.08.02 | 4010 |
656 | report zsaptip_009 [1] | sapjoy | 2010.12.10 | 3866 |
655 | INCLUDE ZXF04U01 | sapjoy | 2008.12.16 | 3715 |
654 | REPORT ZTEST_ABAPTPDF | sapjoy | 2010.10.10 | 3698 |
653 | REPORT Z_3DGRAPH. [1] | sapjoy | 2010.10.18 | 3672 |
652 | REPORT zfalv_011. | sapjoy | 2011.02.16 | 3633 |