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 two statements are required in an abap program to output an icon using a write statement?
What is tcode se16. For what is it used. Explain briefly?
Where the payroll results are stored
please give the remaining answers.
How to find the return code of an stmt in abap programs?
What are dml commands in abap?
What is the difference between a structure and an append structure?
Where do you find info on new developments in SAP?
What are the fields in the memory table ‘screen’?
What is size category?
What are the differences between a database index and a match code? : abap data dictionary
Explain what are the different functions used in sap script? What are the parameters used in each function?
How do you Export a session ?
While sorting field groups we cannot use more than one key field. State true or false. : abap modularization
What is the use of buffering?