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
Is it possible to pass data to and from include programs explicitly?
What is an on”*-input filed” statement?
What are the differences between table and structure in data dictionary?
Can we specify the next screen number with a variable?
Can you create an internal table dynamically?(at run time)
What is the use of the raising exception? : abap modularization
any one can tell me which is the tables can store in ddic plese dont say db02l,please give me different ways of resideing the tables ?
What are multiple use BADIS?
What are the steps to execute session method?
What are the basic object types? : sap abap hr
what is call back in alv?
What is meant by hide area?
What is personnel sub are
What are the check tables and value tables?
Did you create help views?