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
Normally how many and what files get created when a transaction program is written?
Can we include customizing include or an append structure with pooled or cluster tables? : abap data dictionary
How to find Kernal badi ?
how do you transport lsmw data from one system to another?
What are the organizational related Infotypes
What are the two levels in defining a match code ?
What is view? Different types of view.
Hello All, Requesting to all user of this site. Please post your Questions in Proper sub Category of chosen category. Some users post the questions in common category whether sub category for that is available ..like some users still post the SAP Script & ALE Related questions in common ABAP Category. Due to this it becomes very difficult to find the topic wise Questions. Please cooperate with the site & to other users. Thanks & Regards Tamseel
How many types of tables exist and what are they in data dictionary?
It is possible to assign a local data object defined in a subroutine or function module to a field group. State true or false. : abap modularization
dear friends, do you know how to configure web dynpro and adobe into ECC6.0 IDES?
What is a transaction variant and why are they used?
How is conversion of data types done between abap/4 & db layer?
dynamic programming in sap abap
When, how and how would you control changes to standard SAP objects.