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

How to speed up data uploading

Former Member
0 Likes
535

Hi,

I am trying to upload a huge amount of data using BAPI_Acc_Document_post. How to speed up the uploading process.

Bcos it takes lots of time to upload.

Is there any solution like parallel processing etc.

Regards

Kuna.

Hi,

I am trying to upload a huge amount of data using BAPI_Acc_Document_post. How to speed up the uploading process.

Bcos it takes lots of time to upload.

Is there any solution like parallel processing etc.

Regards

Kuna.

1 REPLY 1
Read only

Former Member
0 Likes
434

Hi

It takes a long time to upload the data or to post the document?

Anyway see the help for CALL FUNCTION - STARTING NEW TASK in order to manage a parallel process

Max