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
How many main windows are allowed in sapscript?
how to use table control?if suppose i have 6 records and i want more 4 records in sequence.How to handle this scenario?
A field-groups statement or an insert statement reverses storage space and transfers values. State true or false. : abap modularization
What are your ways to performance optimization?
What is the relationship existing between the various data elements? : abap data dictionary
What is an rdbms?
Explain what is step-loop?
Difference between open sql and native sql? : abap data dictionary
What is the syntax for call transaction? : abap bdc
What are the update types possible?
What is client in the sap system? : sap abap hr
What is a view in sap? : abap data dictionary
To find the date difference & excude saturday & sunday in between them
SM35 transaction, How to automate BDC ?
What is the significance of technical settings (specified while creating a table in the data dictionary) ?