Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BAPI to process mutiple incoming payments

Former Member
570

Hi Experts,

Is there any BAPI to post mutiple incoming payemnts. As of now i get file from the bank for the customer payments debited from there card , I am using BAPI 'BAPI_ACC_DOCUMENT_POST' to process the data sent to us from the bank. With this BAPI i can only post 1 invoice at time and as the data is large this program is taking a lot of time and some times gets timeouted. The user wants to run in foreground. So if you can provide any BAPI to post mutiple incoming payments at once it would be of great help.

Thanks in Advance

Mahesh

Hi Experts,

Is there any BAPI to post mutiple incoming payemnts. As of now i get file from the bank for the customer payments debited from there card , I am using BAPI 'BAPI_ACC_DOCUMENT_POST' to process the data sent to us from the bank. With this BAPI i can only post 1 invoice at time and as the data is large this program is taking a lot of time and some times gets timeouted. The user wants to run in foreground. So if you can provide any BAPI to post mutiple incoming payments at once it would be of great help.

Thanks in Advance

Mahesh

1 REPLY 1
Read only

vinod_vemuru2
Active Contributor
480

Hi,

Logically it doesn't make much difference in execution time whether you call document by document or once for all documents as the number of documents to be posted still remains. One option is, you can split your file into smaller chunks. Why can't this be processed in background (As batch job)?

If user want to see the log, it would be available in spool and the same can be sent as mail.

Thanks,

Vinod.