In alv Reports,how the Output is displayed ad editable and how
i can edit the same and how it will reflect the DB?Please
help...........
Answer Posted / chandra
It is possible to update data into database, using
i_callback_user_command in ALV FM
FORM user_command USING r_ucomm LIKE sy-ucomm
rs_selfield TYPE slis_selfield.
CASE sy-ucomm.
WHEN '&DATA_SAVE'.
***write ur code here to update the tables*****
ENDCASE.
After editing click on save, which inturn saves data into DB
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
What is the meaning of table buffer? This buffer is used by which type oftable?
Performance tuning techniques
Give an example of interface from your project explaining why you used it?
Can we call reports and transactions from interactive reporting lists?
What is its?
What is the difference between a structure and a table? : abap data dictionary
What is a view in sap? : abap data dictionary
What is the advantage of structures?
How to create any functions? How to go about it?
Kindly help me to Know the process of mapping in EDI from R/3 to a convertor(third party which translates IDoc flatfile to EDIFACT /XML / FTP /HTTP ) ?
What are field symbols and field groups? Have you used component idx of structure clause with field groups?
What is database utility? : abap data dictionary
Normally how many and what files get created when a transaction program is written?
Explain the differences between at selection-screen and at selection-screen output?
Name the abap/4 modularization techniques? : abap modularization