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

**bdc**

Former Member
0 Likes
380

What are the various techniques of BDC?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
365

There are three methods of BDC

1. Classical Method which is also called as Session Method which generates a session and that sessions will be opened in the program using the func module "BDC_OPEN" and inserts all the data in the program using the func module "BDC_Insert" and closes the session using " BDC_CLOSE".

Here the data will be transferred in synchronous mode.

2. Call transaction using...... Method

Generally it will be run in Asynchronous mode.

3. Call Dialog.. Is absolate and more time consuming and in turns effect the performance .. And not advisable to use.

3 REPLIES 3
Read only

Former Member
0 Likes
365

Hi,

Call transaction and Batch input session..

Thanks,

Naren

Read only

Former Member
0 Likes
365

HEllo,

There are three Mothods

1. Session

2. Call Transaction

3. Direct Input.

If u found this answer is helps you reward and close the thread

Vasanth

Read only

Former Member
0 Likes
366

There are three methods of BDC

1. Classical Method which is also called as Session Method which generates a session and that sessions will be opened in the program using the func module "BDC_OPEN" and inserts all the data in the program using the func module "BDC_Insert" and closes the session using " BDC_CLOSE".

Here the data will be transferred in synchronous mode.

2. Call transaction using...... Method

Generally it will be run in Asynchronous mode.

3. Call Dialog.. Is absolate and more time consuming and in turns effect the performance .. And not advisable to use.