Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

In which time constraint does the infotype records depend on the subtype ? : abap hr

1139


Define abap/4 layer? : abap data dictionary

1095


How can an internal table with header line and one without header line bedistinguished when passed to a subroutine?

1131


What are the screen elements.

1069


Is sap xi intended to replace ale?

1140


What are the parameters in bdc_insert? : abap bdc

1352


What is table buffer?

1072


What is search help exit? : sap abap data dictionary

1252


What is pakey structure, pshd1 structure and what type of fields it contains? : abap hr

1184


What happens if a function module runs in an update task? : abap modularization

1120


What is table pool?

1037


send coding to write a program to create customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA2/BAPI_QUOTATION_CREATEFR OMDATA'

2895


Difference between Field groups and internal tables?

1117


How can we use / display table in a screen?

1179


What is the difference between data elements and domains?

1148