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
What is interactive reporting?
What is the client concept in sap?
What is an interface? In what scenario we use interface? What is the difference between abstract class and interface?
Which objects are independent transport objects?
Explain how is batch input process different from processing on line?
Explain how data is stored in cluster table?
What are the different types of luws?
From Excel to ABAP - Is batch mode possible ?
What is synchronous update?
what next in SAP-ABAP/4 is it going to be change?
What are the 2 other types of views, which are not allowed in release 3.0?
What is the difference between ABAP and HR ABAP
What are the different buffering methods?
Explain read dataset in sap abap?
What will be your approach towards optimizing legacy code? Will you suggest change in technology? Does OO ABAP bring any performance benefits? How will you deal with queries in a loop? How will you optimize nested loops?