Application Development 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: 

Call BAPI_QUOTATION_CREATEFROMDATA2 in parallel processing - is this possible?

former_member295881
Contributor
0 Kudos

Hello Experts,

I have a requirement, where I need to call BAPI_QUOTATION_CREATEFROMDATA2 multiple times. Code works and gets me what I need, however, due to multiple calls of BAPI_QUOTATION_CREATEFROMDATA2, performance is bad. Therefore, I'm wondering, is it doable to call BAPI_QUOTATION_CREATEFROMDATA2 in parallel processing (I presumed it will improve performance issues). Please advise.

Many thanks in advance.

Regards.

2 REPLIES 2

former_member295881
Contributor
0 Kudos

Also, I know I can schedule my program in background and just let it run there, but my program/FM is called from an outside Web application and I must have to return information as soon as I can.

SimoneMilesi
Active Contributor
0 Kudos

Did you try to do it before opening a thread? 🙂

I think you would get a quicker answer trying yourself and then, if you face any problem, you can detail the error and get a quick help!