2014 Apr 04 2:38 PM
We need to build a process in which we have to create many accounting documents (about 1000 per transaction).
It would be great if you could tell me what is, in your opinion, the best tecnique to use (considering performance and load balance) beetwen:
- batch-input
- idoc (FIDCCP01)
- bapi (bapi_account_document_check)
Thank you very much in advance
2014 Apr 04 3:50 PM
Hello,
There is no such benchmark on performance for document posting. You can use any of three BAPI, Batch input or IDOC. May be in BAPI there are few more structures . All has got different applications. Like IDOC is for exchange data between two 2 sap system. BAPI can be used to execute sap from non sap system. Another like in LSMW you can import file . Consider the error processing. If you have error during processing who is going to correct? You or business? You have to think which is best for business.
So, what is best for your option that is important not BAPI, BDC, IDOC or LSMW,
Thanks & Regards,
Abhijit
2014 Apr 04 3:00 PM
Hello ,
The best way to fulfil the requirement is the use Bapi : BAPI_ACC_DOCUMENT_POST with appropiate coding
Please check out the Wiki link below :
Regards
2014 Apr 04 3:50 PM
Hello,
There is no such benchmark on performance for document posting. You can use any of three BAPI, Batch input or IDOC. May be in BAPI there are few more structures . All has got different applications. Like IDOC is for exchange data between two 2 sap system. BAPI can be used to execute sap from non sap system. Another like in LSMW you can import file . Consider the error processing. If you have error during processing who is going to correct? You or business? You have to think which is best for business.
So, what is best for your option that is important not BAPI, BDC, IDOC or LSMW,
Thanks & Regards,
Abhijit
2014 Apr 23 10:25 PM