Hi all.
I want to display a list of materials and prices to a customer (SD).
I tried using the BAPI_SALESORDER_SIMULATE (order_condition_ex) but I have a couple of problrms:
- if I'm using it looping on a single material, the program is too slow (I have about 200 material),
- when I'm loading all the materials (with quantity 1) and if I have a material with no price then the bapi go on error and does not return anything.
Someone knows other method?
Regards