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

Enquiry in bapi

Former Member
0 Likes
574

Dear all,

I am calling these 2 bapi's in my program

BAPI_PRODORDCONF_GET_TT_PROP,

BAPI_PRODORD_GET_DETAIL.

Due to this Bapi's report is very slow.

How can I improve the performance of my report?

Regards,

Pooja

3 REPLIES 3
Read only

Former Member
0 Likes
507

in reporting u only need to reed data so use logical database to read with get statement..

it'll give better performance.

Read only

Former Member
0 Likes
507

hi pooja,

are you passing all the required and additional parameters into your BAPI to get the Hits to the get you the only required data only.

if not then tryo to give some more additional parameters so that you BAPI result is more accurate and you get the reduced search lost data which needs to be processed.

Hope this resolves your problem

Thanks

Venugopal

Read only

Former Member
0 Likes
507

Hi Pooja,

I agree to the suggestion given adding to that Check with the individual BAPIs too.

BAPI_PRODORDCONF_GET_TT_PROP :Propose Data for Time Ticket Confirmation

it took nearly 6 lak microsecs.

BAPI_PRODORD_GET_DETAIL: Order detail data

better to check the where list of these BAPIs also will give u hint the required field too

code check with SCI and also have a trace

ST05 .

May help u.

Cheers

Mohinder Singh