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
What is the step-by-step process to create a table in data dictionary? : abap data dictionary
How to combine multiple order in one Delivery ( Step by Step)?
Explain data dictionary in abap?
The extract statements in field groups can be used before or after processing the sort statements. State true or false. : abap modularization
What is view proxy in abap?
How do you process errors in call transaction method? : abap bdc
How do you write transaction programs in sap?
What is static attribute
if while coding power goes off , how to retrieve the codes?
Explain what are the different functions used in sap script?
what is call back in alv?
What are internal tables? How to use a specific number occurs statement?
Why do we use types statement in abap programming?
What is your approach for writing a bdc program? : abap bdc
What are the main uses of the primary key?