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 / sainathraj

In ALV Reports,the output is displayed by using the function
module:
REUSE_ALV_GRID_DISPLAY or REUSE_ALV_LIST_DISPLAY
Input for the above function modules is
program name and fieldcatalog and data internal table.

You can edit the records in the ouput list by using EDIT =
'X' option in the field catalog.

while filling the field catalog we have to consider the
field EDIT = 'X'.

But this is used for print purpose only we cannot save into
database.

Is This Answer Correct ?    29 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is check table?

767


Explain the function module in bdc?

798


What is elementary search help? : sap abap data dictionary

785


What should be the approach for writing a bdc program? : abap bdc

777


What do you mean by cluster tables in sap abap? Also explain what do you mean by table cluster? : abap data dictionary

770


Did you create primary index?

777


Explain how to create any functions? How to go about it?

746


What kind of financial periods exist in sap? What is the relavent table for that?

877


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

822


What are the tcodes for performance tuning?

1129


Double click function on the lists, identifying the line selected by the user on the list?

831


What are the different types of internal table?

870


What application areas are you comfortable in?

1094


Which transaction code can I use to analyze the performance of abap program?

777


How do you process errors in session method ? : abap bdc

794