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
Explain the session method? : abap bdc
How can one distinguish between different kinds of parameters? : abap modularization
Table events aNd table maintains generation
How do you find the information on the current screen? : abap bdc
In what ways we can get the context sensitive f1 help on a field?
How can we declare a table control in the abap/4 program?
what is the purpose of BAPI BAPI_CUSTMATINFO_GETLIST What is input and output of this BAPI.
How is time management and payroll is integrated? : sap abap hr
What is the diffreence between bdc_close_group and bdc_close_dataset? : abap bdc
When was the sap abap being created?
Does every abap/4 have a modular structure? : abap modularization
What will happen when we use fully buffered in abap?
pls if any one have idea ,reply as soon as possible 1.Allied solution group inc. is a genuine company or not ? 2.what is update module. 3.Transaction: scc3 what it is?
How many primary keys can be created for a table?
I am uploading 100 records out of which say 59th record has error so what will happen if I am using synchronous or asynchronous method of bdc? Can we update the database using local update mode how? : abap bdc