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
Describe the data classes?
What are the modes in lock objects? : sap abap data dictionary
What are local objects? : abap data dictionary
What is open sql vs native sql ?
Can i know some of the Realtime tickets that anyone has been faced ?
A field containing quantity amounts (data type quan) must be assigned to a referencetable and a reference field. Explain?
How do you connect to the remote server if you are working from the office for the client in remote place?
What is an Unpack command?
What is runtime analysis?
Explain the disadvantage of using exec sql statement in abap?
What are the screen elements.
What does an exec sql statement do in abap? What is the disadvantage of using it?
What are the list of screen elements?
How to handle error in session method? : abap bdc
Can a posting run be deleted? : sap abap hr