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
What are the different types of abap/4 programs?
How can we upload a text file having delimiters in to legacy system?
What are subroutines? : abap modularization
Explain pai and pbo.
how to Create a smart form related to gate pass to be submitted to vendor’s location. This form outputs document number, date, vendors name, address, material details, quantity, unit,and the company logo.
how can we enable hyperlink in screen painter?
what is the process of creating quotation using BAPIs.
What is pass by value and what is pass by reference? Which is better?
What are the data types of the abap/4 layer? : abap data dictionary
What is alv programming in abap? When is this grid used in abap? : abap hr
What is logo in sap script?
hi I am in training of functional module, i am unable to understand what exactly use of IDOC,BAPI,DIM and BIM. As LSMW and BDC methods are used for data conversion from legacy to sap. Might be it is silly question. please explain me
Explain some essential objects in abap dictionary?
What is the maximum number of structures that can be included in a table or structure : abap data dictionary
How will you link form with the event driven in sap scripts?