2008 Jul 01 1:51 PM
You are given functional specs for a BDC program and you need to decide whether to write a method call transaction or a session. How u will decide?
You are given functional specs for a BDC program and you need to decide whether to write a method call transaction or a session. How u will decide?
2008 Jul 01 1:53 PM
Thumb rule.
No of records to be uploaded <10000 , go for call transaction.
Else go for session.
Regards,
Ravi
2008 Jul 01 1:53 PM
Hi Ankesh,
explain the differences to the functional team and let them decide. Also investigate if there is a BAPI that can fulfill the task.
Greetings,
Gert.
2008 Jul 01 1:57 PM
2008 Jul 01 2:03 PM
A Bapi also does the same thing as a BDC.
A BAPI is a standarad function module which can be used to upload data .
Dping a BDC is a programming headache.
Using BAPIs is much simpler.
REgards,
Ravi
2008 Jul 01 2:07 PM
If for instance you need to write a program to create sales orders, you could of course just do a call transaction or BDC for VA01 but you could also use BAPI_SALESORDER_CREATEFROMDATA in stead. The latter will give you better performance.
Hope this clarifies it.
Gert.
2008 Jul 01 2:23 PM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |