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


Please Help Members By Posting Answers For Below Questions

How can we omit a leading sign and a leading zero in sapscript?

818


What two statements are required in an abap program to output an icon using a write statement?

742


What does hide statement do?

781


What is the sap abap?

850


What is evaluation path, where do we do it and why? : sap abap hr

830


What is ole?

914


Why do we need enhancements?

858


Explain the difference between domain and data element?

813


What is sequence number

1945


Can we reuse a userexit?

1277


Explain how data is stored in cluster table?

922


Explain the structure of a bdc sessions?

780


Why do we use logical blocks in abap program?

1793


Explain the difference between float and packed data type?

1040


visibility section for class level and attributes level

1077