n an internal table you want to modify content of a
particular field in a row. How to do it?
Answer Posted / pramada oram
First apply 'loop' or 'read' on the table to fetch that row
into the work area. overwrite the field value by passing
the data u want to modify with. Finally use the statement
given below.
If changing 1 or 2 fields, Better use
Modify itab from wa index sy-tabix transporting 'fieldname'.
If changing more fields
Modify itab from wa index sy-tabix.
| Is This Answer Correct ? | 16 Yes | 0 No |
Post New Answer View All Answers
Where can you find error log for call transaction? : abap bdc
How can you manipulate the presentation and attributes of interactive lists?
How can we achieve MVC ?
Explain the differences between sap memory and abap memory?
How can you distinguish between different kinds of parameters?
Why do we use FOR ALL ENTRIES and what is the pre-requisite
How do you populate data into a multiple line field? : abap bdc
How to create a button in selection screen ?
MY DOMAIN IS SAP-ABAP COMPARE TO WEBDYNPRO AND CRM-TECHNICAL WHICH IS BEST?
What kind of deliverables you have on a day to day basis?
What are the 3 methods that we use in sequence in a batch input session method? : abap bdc
What are conversion & interface programs in sap?
What is the table buffer? Which type of tables used this buffer?
What is the use of the statement leave to list-processing?
Can we display a list in a pop-up screen other than full-size stacked list?