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
In which time constraint does the infotype records depend on the subtype ? : abap hr
Define abap/4 layer? : abap data dictionary
How can an internal table with header line and one without header line bedistinguished when passed to a subroutine?
What are the screen elements.
Is sap xi intended to replace ale?
What are the parameters in bdc_insert? : abap bdc
What is table buffer?
What is search help exit? : sap abap data dictionary
What is pakey structure, pshd1 structure and what type of fields it contains? : abap hr
What happens if a function module runs in an update task? : abap modularization
What is table pool?
send coding to write a program to create customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA2/BAPI_QUOTATION_CREATEFR OMDATA'
Difference between Field groups and internal tables?
How can we use / display table in a screen?
What is the difference between data elements and domains?