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

Explain what is the step-by-step process to create a table in data dictionary?

857


What are the pooled and cluster tables?

749


Explain what is sap script? What is the purpose of sap script?

813


State the differences between database view & projection view? : abap data dictionary

797


Which one is better joins or views and why?

810






Explain the advantages and disadvantages of abap query tool?

691


what is the transaction transaction for setting parameters rdisp/buffermode

3937


Can I execute user exits? If yes, how?

780


What is a report?

946


when are objects are passed from task to the change request?

1851


What is the difference between the exits created in M.M and S&D?

1810


What is the function of the transport system and workbench organiser? : abap data dictionary

801


What is SAP Data conversion ?

784


What is ps structure? : abap hr

996


What is the difference between bdc_open_group and bdc_open_dataset. : abap bdc

810