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...

Once the recording is done in BDC and LSMW...if we are asked
to add an additional field later...then how do we add the
field to the existing one...?

Answer Posted / naveen

First get the screen field name of the additional field. You can get it by doing F1 on the field.

Then check this field is coming after which field for which the recording is done and in the BDC prgoram,

add line PERFORM bdc_field USING 'New field' it-newfield after the previous field.

Suppose the additional field which is required is in a new screen i.e. for none of the fields of this screen

recording is done,then you you need to add

PERFORM bdc_dynpro USING 'PROGRAM NAME' 'SCRENN NO'.

PERFORM bdc_field USING 'BDC_CURSOR' 'New field'

PERFORM bdc_field USING 'BDC_OKCODE' '/00'.

PERFORM bdc_field USING 'New field'.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between leave transaction and call transaction?

1114


Do we have to migrate all sapscript forms to smart forms?

1185


How we format the data before before write statement in report ?

1034


What are the different types of mode (run code) in call transaction method?

1229


What functions does a data dictionary perform? : abap data dictionary

1108


I need some information regarding Vcentric Test pattern ? with questions.

2221


Explain about the tables exists in a data dictionary and what are they? : abap data dictionary

1151


What does the ‘suppress dialog’ do?

1572


Why do we declare a method of a class final? What can be the purpose? Give a scenario.

1497


What are two methods of modifying sap standard tables?

1203


In BDC, data transfer is done success in foreground mode but if we done the same in background mode it shows errors. What is the reason?

1523


What are conversion & interface programs in sap?

1183


What is a type group?

984


How do you set up background jobs in sap? What are the steps? What are the event driven batch jobs?

1093


what is mean be On Change of in Control Break statement

1344