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
PROGRAM TO CREATE INQUIRY IN SD USING BAPI 'BAPI_INQUIRY_CREATEFROMDATA'
What will you code in start-of-selection & end-of-selection ?
how to Implement a BADI in which it restricts the access when purchase order is created against contract using definition ME_PURCHDOC_POSTED. please tell me the answers if any one knows. thanks in advance. :ravikiran
What is the step-by-step process to create a table in data dictionary? : abap data dictionary
What are field symbols?
What is the meaning of abap editor integrated with abap data dictionary? : abap data dictionary
Explain some essential objects in abap dictionary?
How do you import pay scale data from non sap to sap? : sap abap hr
What is netweaver???what is the relationship with ABAP?
A field containing quantity amounts (data type quan) must be assigned to a reference table and a reference field. Explain? : abap data dictionary
What is the difference between semi-monthly and Bi-weekly payroll area
When you prefer lsmw?
Final class
Filter badi and multiple used badi? Will the sequence matter of the badi implementation in case of multiple used badi?
What are the differences between se01, se09 and se10?