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
What is check table?
Explain the function module in bdc?
What is elementary search help? : sap abap data dictionary
What should be the approach for writing a bdc program? : abap bdc
What do you mean by cluster tables in sap abap? Also explain what do you mean by table cluster? : abap data dictionary
Did you create primary index?
Explain how to create any functions? How to go about it?
What kind of financial periods exist in sap? What is the relavent table for that?
How can we upload a text file having delimiters in to legacy system? : abap bdc
What are the tcodes for performance tuning?
Double click function on the lists, identifying the line selected by the user on the list?
What are the different types of internal table?
What application areas are you comfortable in?
Which transaction code can I use to analyze the performance of abap program?
How do you process errors in session method ? : abap bdc