‎2007 Feb 28 7:14 PM
‎2007 Jul 30 10:04 AM
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.
‎2007 Feb 28 7:17 PM
‎2007 Feb 28 7:18 PM
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
‎2007 Jul 30 10:04 AM
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.