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 are the basic functions of database utility?
How can we omit a leading sign and a leading zero in sapscript?
what are the important fields while preparing sales order,inquiry?
What are the functional areas, user groups? How does abap query work in relation to these?
What are the different types of parameters?
What are the problems in processing batch input sessions? How is batch inputprocess different from processing online?
What is “call mode”?
What is difference between inner join and outer join?
wht is the diff. b/n initialization and lotus of event
Difference between sap script and report?
How can we upload a text file having delimiters in to legacy system?
What is the difference between rfc and bapi function modules? : abap bdc
Can we define our own match code id's for sap matchcodes? : abap data dictionary
how to modify the standard method as per your requirement
What is the difference between commit-work and rollback-work tasks?