‎2007 Aug 03 2:26 PM
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.
‎2007 Aug 03 2:29 PM
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.
‎2007 Aug 03 2:30 PM
Yes either by the FM's
BDC_OPEN_GROUP
BDC_INSERT
BDC_CLOSE_GROUP
of via a CALL TRANSCTION <tcode> ....
‎2007 Aug 03 2:31 PM
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