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

What are the different types of abap/4 programs?

832


How can we upload a text file having delimiters in to legacy system?

818


What are subroutines? : abap modularization

837


Explain pai and pbo.

967


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.

5073


how can we enable hyperlink in screen painter?

3655


what is the process of creating quotation using BAPIs.

1808


What is pass by value and what is pass by reference? Which is better?

1095


What are the data types of the abap/4 layer? : abap data dictionary

878


What is alv programming in abap? When is this grid used in abap? : abap hr

920


What is logo in sap script?

833


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

1990


Explain some essential objects in abap dictionary?

931


What is the maximum number of structures that can be included in a table or structure : abap data dictionary

1013


How will you link form with the event driven in sap scripts?

749