Question:
Hi,
i'm using the FM BAPI_SALESORDER_SIMULATE in a program to get the sales conditions values for many materials and customers.
The problem is that the program takes much (11 hours for 450000
registries) and doing debugging I realized that is in the execution of
that BAPI.
Somebody knows if some other form exists to obtain these
values of a fast way but.
Best Regards,
Answer:
Hi,
Can u tell me if, the BAPI is called inside a loop for every sales order or a an internal table is populated with all the required records n BAPI is called in a single shot
Solai