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 are two methods of modifying sap standard tables?

568


What does a lock object involve?

654


What is the difference between pnp and pnpce? : abap hr

1076


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

595


What are extracts?

554






Explain the difference between a dialog program and a report?

539


Did you create secondary index?

683


Setting up a BDC program where you find information from?

648


While using extract datasets it is required to have a special workarea for interface. State true or false. : abap modularization

609


What is For-period and In-period

1723


Control Break statements- At new...endat.

893


What is an interactive report? What is the obvious difference of such report compared with classical type reports?

554


Abstract class and interface, multiple inheritance, live example

880


why particularly lock object name starts with EZ OR EY?

1496


What is your approach to find exit and BAdi?

861