‎2007 Dec 19 7:46 PM
Hello All,
Does anyone know or have experienced any performance issue with BAPI_ACC_DOCUMENT_POST FM? I'm using this bapi wrapped in ABAP code but is very slow, each document posting takes almost up to 3.5 sec.
Thanks in advance,
‎2007 Dec 19 8:06 PM
That's a bit slow - but I'd look at the ABAP code submitting the BAPI first.
Rob
‎2007 Dec 19 9:18 PM
There is very little you can do with BAPIs and BDCs. They usually take time to execute.
1) Is this program run online or by a batch job?
2) How many posting are involved on an average?
3) Is your program doing anything after the posting like checking the processing message returned by the BAPI?
‎2007 Dec 19 9:23 PM
Hi Mark,
1) Run online
2) 5000
3) Yes, checks the processing messages and logging them in a internal table for screen dump at the end
After putting some logging in the ABAP, the most consumed time is the BAPI call it self.
‎2007 Dec 19 11:54 PM
Take it to the basis people. There may be something that they can do.
Rob
‎2007 Dec 20 3:20 AM
Just one question. If this program updates 5000 records why is it being run online instead of in the background (batch processing).
‎2008 Feb 28 3:26 PM
Hi Arash,
Can u send the code of this . I am facing a problem that it is not updating in database.
Thanks
Kumar
‎2008 Apr 07 6:49 PM
‎2008 Mar 06 9:17 PM
the slow time is due to that we are using an external tax system.