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
Mention some important events in abap programming.
What are the two ways of producing a list within a transaction?
What is abap work bench?
Can i Have Some Examples on Enhancements.
What is the relationship existing between the various data elements? : abap data dictionary
Explain enhancements
What is meant by hide area?
5) How to rereive text elements in SF and script?
What are the different abap/4 editors?
Explain the different types of data dictionary objects?
Explain what is the difference between sy-tabix and sy-index? Where it is used?
What are the difference between pool tables and transparent tables?
What are the steps to be followed to set lockobjects? : sap abap data dictionary
Is logo in script 1st stored as tiff format before uploading or in jpeg format?and where is that stored after uploading?
1. If I send 5 entries of table from one system to another system, if the only 4 entries there in the target system what I have to do? 2. If I send the customer master IDOC from one SAP system to another system, if one field is missing in target table what is the steps? 3. If I want to access the 4th row 3rd column in the hashed table how to do it? 4. Whether there is any other statement than MODIFY statement to modify the content of internal table?