‎2008 Jun 02 8:36 AM
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
‎2008 Jun 02 9:47 AM
in reporting u only need to reed data so use logical database to read with get statement..
it'll give better performance.
‎2008 Jun 02 10:22 AM
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
‎2008 Jun 02 11:42 AM
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