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

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

576


What are the check tables?

562


What is payroll driver

1652


what are the two methods of modifying sap standard tables? : abap data dictionary

628


the problem is that , while i am undergoing with my practice session, i am creating too many new programs.they are occupying much space in my hard-disk. how to delete un-necessary programs completely from my data- base........... plz help me with this .....

1570






hi.. sap sd is installed in my PC .i m unable to start becoz ,i have given wrong password many times and it's locked.please tell me how can i open SAP logon. tell the process at my id dst.noida@rediffmail.com please advance thanx

1511


What is the difference between collect and append statements?

565


How to debug a script in abap?

589


What is the differences between structure and table in the data dictionary in abap?

611


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

567


Can we use flow logic control key words in abap/4 and vice-verse?

566


Which transaction code can I use to analyze the performance of abap program?

558


How will you read from internal table records in a given value range (without using loop)

976


Sales Order Information Report that lists information like sales order no, Item no, material no, Quantity, Quantity unit, Net value, Currency,Sub Total, Grand Total. plz mention the detail coding Tahnks, Rahul

1718


BDC program to migrate data to SAP R/3 database. The data will be uploaded using transaction ME11. (Session Method) plz mention the detail coding Tahnks, Rahul

1619