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
Explain what is the step-by-step process to create a table in data dictionary?
What are the pooled and cluster tables?
Explain what is sap script? What is the purpose of sap script?
State the differences between database view & projection view? : abap data dictionary
Which one is better joins or views and why?
Explain the advantages and disadvantages of abap query tool?
what is the transaction transaction for setting parameters rdisp/buffermode
Can I execute user exits? If yes, how?
What is a report?
when are objects are passed from task to the change request?
What is the difference between the exits created in M.M and S&D?
What is the function of the transport system and workbench organiser? : abap data dictionary
What is SAP Data conversion ?
What is ps structure? : abap hr
What is the difference between bdc_open_group and bdc_open_dataset. : abap bdc