2008 Dec 15 4:52 AM
2008 Dec 15 5:08 AM
Give more details on your question, otherwise every one thinks that you are asking some basic question.
what is the problem explain in detail.
Hey,
How to insert alv grid data into itab.
regards
purna
2008 Dec 15 4:53 AM
2008 Dec 15 4:55 AM
2008 Dec 15 5:03 AM
Hi,
call function 'REUSE_ALV_GRID_DISPLAY_LVC'
exporting
i_callback_program = gd_repid
i_callback_user_command = 'USER_COMMAND'
is_layout_lvc = gd_layout
it_fieldcat_lvc = it_fieldcat
i_save = 'X'
i_grid_title = 'SO Quantity Change'
i_callback_html_top_of_page = 'HTML_TOP_OF_PAGE'
tables
t_outtab = it_vbep
exceptions
program_error = 1
others = 2.
Now it_bep contains ALV Grid data..
U can this form so that u can define action after save..
form user_command using r_ucomm like sy-ucomm
rs_selfield type slis_selfield.
case sy-ucomm.
when '&DATA_SAVE'.
perform change_po_quantity.
when others.
endcase.
endform. "USER_COMMA
2008 Dec 15 5:08 AM
Give more details on your question, otherwise every one thinks that you are asking some basic question.
what is the problem explain in detail.
2008 Dec 15 5:14 AM
Hey,
I am developing on screen with alv grid contains 4 columns, those are (material code, material name, material type) these are coming from material master, 4 th column is rate, that entered by the user manually for forecasting report, Now i want save all these 4 columns data into itab.
regards,
purna
2008 Dec 15 5:18 AM
2008 Dec 15 5:23 AM
2008 Dec 15 9:10 AM
2008 Dec 15 9:12 AM
2008 Dec 15 9:13 AM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |