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
Is logo in script 1st stored as tiff format before uploading or in jpeg format?and where is that stored after uploading?
What do you mean by cluster tables in sap abap? Also explain what do you mean by table cluster? : abap data dictionary
What is pakey structure, pshd1 structure and what type of fields it contains? : abap hr
What are the different software packets available in the market? : sap abap hr
What are domains and data element? : abap hr
Rp_provide_from_last contains how many parameters ? : abap hr
Can a transparent table exist in data dictionary but not in the database physically? : abap data dictionary
Different between Interface and Abstract classes?
What are the field and chain statements?
Sy index and sy tabix
What are the 3 types of tables in sap? : abap data dictionary
What is singleton pattern in OOPS?
After running a BDC program in background, next day morning when you see the results, few records are not updated(error records). What will you do then ?
What is the difference between call transaction and session method? : abap bdc
Which database object is used for storing the system variables? : abap data dictionary