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 steps in a bdc session? : abap bdc
what is 3 tire architecture and how does SAP utilizes this architecture. and how do netweaver came into picture?
What is the significance of hide?
Name a few data dictionary objects? : abap data dictionary
what are the critical issues u face in ur project?
Which function module reads the data for particular infotype ? : abap hr
What statement will be found in an sap application program that implements a function module exit?
what is field string ? & where we are using field strings?
What are matchcodes?
What is the Difference between At Line selection and At user-command?
What is the difference between bdc_okcode and bdc_cursor? : abap bdc
What is the function module to popup contents in the internal table?
in bdcsome times we get the ok code for "enter" wrongly instead of '/00'.what is the reason.how we can exceed this problem.
What is difference between inner join and outer join?
How to Modify Layout set for RVORDER01 for printing sales order confirmation. plz mention the detail coding Tahnks, Rahul