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 upload a text file having delimiters in to legacy system? : abap bdc

612


What work you have done in HR module

904


wat is the difference between A-gate & W-gate?where are they used?

1482


Hat are the different types of mode (run code) in call transaction method?

573


What is an interactive report? What is the obvious difference of such report compared with classical type reports?

561






out bound process code for quotation?

1562


What are null values? : abap data dictionary

614


Did you create secondary index?

691


What are internal tables? How to use a specific number occurs statement?

566


What are the two ways for restricting the value range for a domain? : sap abap data dictionary

720


What are the dynapro keywords?

667


How to eliminate duplicate entries in internal tables? : abap data dictionary

780


Can a transparent table exist in data dictionary but not in the database physically? : abap data dictionary

701


I am getting the (first) page number and the remaining records displayed in another list in another page BUT the PAGE Number is not displayed? What is the code/solution?

1535


How can we handle table control in bdc? : abap bdc

596