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 / deepa
we can edit that by using field catalog , for that
particular field for which one we want to make in edit mode
make FIELDCATALOG-EDIT = 'X' and we can save in the data
base also.
by first we will modify the work area.then transfer that
value to temporary internal table.update the database by
using this value by using key word 'UPDATE or MODIfy based
on your requirement. But modify the Z table only. For sap
table use BDC or LSMW or BAPI.
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
How many types of views are there? : abap data dictionary
What are the two different ways of building a match code object?
What is the max no of match code id’s that can be defined for one match code object?
What are the functional areas?
What is a projection view? : abap data dictionary
Does every abap/4 have a modular structure? : abap modularization
What are the components of sapscript?
What are two different ways to add fields to sap tables?
What is meant by search help? : sap abap data dictionary
What are the differences between primary and secondary indexes?
What is the significance of technical settings (specified while creating a table in the data dictionary) ?
What are aggregated objects : abap data dictionary
What is dialog module?
What are the objects of the abap dictionary or what types of objects can be created in the abap dictionary? : abap data dictionary
What is primary index?