‎2008 Feb 22 4:45 PM
Hi,
I'm using BAPI_SALESORDER_CREATEFROMDAT2 to create sales order with manual pricing condition type. However, after i run bapi, i got a sales order with zero value. The condition value that i pass doesn't show in sales order. My condition type shows with zero condition value. These are the value that i pass to BAPI.
step_nr = '200'.
item_nr = '000010'.
cond_type = 'ZPC2'.
CONDITIONS_IN-ITM_NUMBER = item_nr.
CONDITIONS_IN-COND_ST_NO = step_nr.
CONDITIONS_IN-COND_TYPE = cond_type.
CONDITIONS_IN-COND_VALUE = 100.
Please comment or give me an example how to use this bapi to create manual condition type in sales order. Thank you very much.
‎2008 Mar 06 12:28 AM