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 retro active accounting

1600


What are the two ways for restricting the value range for a domain? : sap abap data dictionary

724


Difference between sy-tabix and sy-index? Where it is used? Can you check sy-subrc after perform?

611


Is logo in script 1st stored as tiff format before uploading or in jpeg format?and where is that stored after uploading?

1596


What is the significance of technical settings (specified while creating a table in the data dictionary) ?

588






What is a 'z' report?

647


A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain.? : abap data dictionary

744


what is the purpose of BAPI BAPI_CUSTMATINFO_GETLIST What is input and output of this BAPI.

2101


What is pretty printer?

599


What is get cursor field?

881


What is internal payroll process? : sap abap hr

590


What is the lock object?

604


What is the use of lock objects?

575


What is the difference between Classic badi and Kernal badi ?

1789


Differentiate database index and match code.

597