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
can anybody give me functional specification (or table name & field names) of stock analysis report, work in progress report,generating vendor detailed list
What is the first thing you do after vendor setup is complete?
What are the types of data types in the sap abap?
Does the table can have multiple foreign keys?
What are the different types of parameters? : abap modularization
How to create user interfaces for lists?
What is meant by hide area?
Why lsmw does not support call transaction method? : abap bdc
PROGRAM TO CREATE INQUIRY IN SD USING BAPI 'BAPI_INQUIRY_CREATEFROMDATA'
What is search help exit? : sap abap data dictionary
What is a fall back class?
What are the types of the programming language used in the sap abap software?
Rp_provide_from_last contains how many parameters ? : abap hr
What is img? : sap abap hr
What are the relational operations that can be performed on view in sap? : abap data dictionary