‎2008 Mar 13 6:58 AM
Hi all,
I am using this function module inside a loop.
It is giving the performance issue.Based on loop the internal table only i am passing the value to the function module.
how to avoid that,please help me.
CALL FUNCTION 'BAPI_SALESORDER_SIMULATE'
EXPORTING
order_header_in = ls_order_header_in
IMPORTING
return = it_return1
TABLES
order_items_in = it_order_items_in
order_partners = it_order_partners
order_items_out = it_order_items_bapi_out
order_condition_ex = it_order_conditions_in.
extensionin = it_extensionin_bapi.
‎2008 Mar 13 7:04 AM
Hi Rakesh,
This depends on ur requirement.If u have to simulate multiple sales order this is the only way u can do it..
Thanks Arjun
‎2008 Mar 13 7:04 AM
Hi Rakesh,
This depends on ur requirement.If u have to simulate multiple sales order this is the only way u can do it..
Thanks Arjun
‎2008 Mar 13 7:11 AM
Hi,
Some cases we can't give performance. we do it in background. it will be better