Application Development and Automation 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: 
Read only

Doubt on BDC

Former Member
0 Likes
485

Hi,

When we BDC, it necesarrily means that it will post the data in <b>SAP using some transaction</b>, right in either sessions or directly calling the name of that transactions, right ?

Regards,

Rajesh.

3 REPLIES 3
Read only

Former Member
0 Likes
467

Hi rajesh,

1. Yes, u are perfectly right.

2. in BDC either thru session method, or call transaction method,

the data flows thru SAP transaction screens only,

--- It is just like simulating/copying manual data entry.

regards,

amit m.

Read only

Former Member
0 Likes
467

Yes either by the FM's

BDC_OPEN_GROUP

BDC_INSERT

BDC_CLOSE_GROUP

of via a CALL TRANSCTION <tcode> ....

Read only

Former Member
0 Likes
467

Hi,

Yes,

IF we use a Session method, then the program will create a Session, when we process the session then the transaction code will be called and the data will be posted

if we use the Call transaction method, then we call the transaction code and post the data

Regards

Sudheer