stackofcodes
Home
Categories
Popular Codes
Articles
/
Abap
/
Abap alv popup
Abap alv popup
Abap alv popup
DATA: go_popup TYPE REF TO cl_reca_gui_f4_popup, gf_choice TYPE flag. CALL METHOD cl_reca_gui_f4_popup=>factory_grid EXPORTING it_f4value = data_table[] if_multi = abap_true id_title = i_title RECEIVING ro_f4_instance = go_popup. CALL METHOD go_popup->display EXPORTING id_start_column = 10 "i_start_column id_start_line = 10 "i_start_line id_end_column = 50 "i_end_column id_end_line = 20 "i_end_line IMPORTING et_result = data_table[] ef_cancelled = gf_choice.
0
Share
Similar codes
0 vote
204 views
1 answer
Institution:375 Uncaught ReferenceError: $ is not defined
Abap
0 vote
195 views
1 answer
Hello world in abap
Abap
0 vote
203 views
1 answer
Variable abap
Abap
0 vote
209 views
1 answer
Abap last row in loop
Abap
0 vote
213 views
1 answer
The interface between the abap dictionary and the underlying database management system
Abap
0 vote
200 views
2 answers
Adobre forms abap tcode
Abap
0 vote
252 views
1 answer
Abap data conversion
Abap
Share