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


Please Help Members By Posting Answers For Below Questions

can anybody give me functional specification (or table name & field names) of stock analysis report, work in progress report,generating vendor detailed list

1725


What is the first thing you do after vendor setup is complete?

1091


What are the types of data types in the sap abap?

653


Does the table can have multiple foreign keys?

761


What are the different types of parameters? : abap modularization

839


How to create user interfaces for lists?

788


What is meant by hide area?

867


Why lsmw does not support call transaction method? : abap bdc

829


PROGRAM TO CREATE INQUIRY IN SD USING BAPI 'BAPI_INQUIRY_CREATEFROMDATA'

3924


What is search help exit? : sap abap data dictionary

935


What is a fall back class?

1231


What are the types of the programming language used in the sap abap software?

816


Rp_provide_from_last contains how many parameters ? : abap hr

1175


What is img? : sap abap hr

876


What are the relational operations that can be performed on view in sap? : abap data dictionary

689