2006 Sep 27 3:37 PM
Hi all
I have alv report with ztables fields,i want at the runtime edit the alve report and save to ztable,
pleae help me
Thnaks
kanishka
Hi all
I have alv report with ztables fields,i want at the runtime edit the alve report and save to ztable,
pleae help me
Thnaks
kanishka
2006 Sep 27 3:39 PM
2006 Sep 27 3:42 PM
2006 Sep 27 9:30 PM
Hello Kanishka
The logic for an editable ALV grid is as following:
(1) Set the required columns editable (in the fieldcatalog, field EDIT = 'X' ).
(2) Display the ALV grid and let the user enter data
(3) When the user pushes the SAVE button we will pass PAI of the dynpro. There you must call method CHECK_DATA_CHANGED otherwise the edited values will not be returned into your itab.
(4) Save the data to your z-table.
Regards
Uwe
2006 Sep 27 9:31 PM
Hi,
Check this sample code,
http://www.sapdevelopment.co.uk/reporting/alv/alvgrid_editable.htm
Regards,
Azaz Ali.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |