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
Have you processed BDCs ?
Sy index and sy tabix
What is the difference between getting and get late?
What are dml commands in abap?
Define database layer? : abap data dictionary
Which transaction code is used executing a report (type 1 program)? : abap data dictionary
what is the difference between hashed & sorted internal tables?
Power is interrupted while transferring data from internal table to application server. How will you determine many records are transferred in session method and call transaction method? : abap bdc
How do you send files to the legacy systems from SAP and vice versa? How does one know that the legacy files have come on to the SAP server you are working on?
What are the advantages of logical databases : abap hr
What is time constraint ? : abap hr
What is native sql?
What is sap abap tables?
What is payroll area
What is internal payroll process? : sap abap hr