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
How can we omit a leading sign and a leading zero in sapscript?
What two statements are required in an abap program to output an icon using a write statement?
What does hide statement do?
What is the sap abap?
What is evaluation path, where do we do it and why? : sap abap hr
What is ole?
Why do we need enhancements?
Explain the difference between domain and data element?
What is sequence number
Can we reuse a userexit?
Explain how data is stored in cluster table?
Explain the structure of a bdc sessions?
Why do we use logical blocks in abap program?
Explain the difference between float and packed data type?
visibility section for class level and attributes level