Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP BDC

Former Member
0 Kudos

hi,

How data gets updated in BDC?

Thanks in advance.

2 REPLIES 2

Former Member
0 Kudos

Hi

In BDC program,first data should be moved to an internal table.Then we have to pass following values to the bdcdata.

program name

screen number.

Field name

field value

These fields are present in the structure BDCDATA.

Field value we have to pass form our internal table.

We can use either call transaction method or session method for transfering data to the transaction.

Reward if useful.

Regards

Shibin

Former Member
0 Kudos

Hi Baskar,

In BDCs first we upload the data into the internal table using a FM and then to the BDCDATA table by using the recording done in SHDB transaction for the particular transaction.Finally,by using either the Session Method or Call Transaction Method the data is updated into the SAP R/3 system.

Reward if useful.

Regards,

Shilpi