2006 Mar 15 7:41 AM
Hi,
Is it possible for us to pass condition value instead of condition per unit via BAPI BAPI_SALESDOCU_CREATEFROMDATA?
For e.g: condition per unit 250HKD, order qty 4. I want to pass the total amount 250 * 4 = 1000 to the BAPI. Which the BAPI parameter field that I can use to pass this total amount?
I only can find COND_VALUE to pass condition price per unit.
Is there solution for this matter? or.. do I have to create new BAPI?
thanks alots
Alia
2007 May 25 4:50 PM
Alia,
in BAPI_SALESDOCU_CREATEFROMDATA1 you can pass the value of the condition in field CONDVALUE of internal table SALES_CONDITIONS_IN. This parameter is distinct from COND_VALUE that you mention.
Best regards,
George
2007 May 25 4:50 PM
Alia,
in BAPI_SALESDOCU_CREATEFROMDATA1 you can pass the value of the condition in field CONDVALUE of internal table SALES_CONDITIONS_IN. This parameter is distinct from COND_VALUE that you mention.
Best regards,
George
2007 May 25 5:24 PM
Hi ,
I don´t sure if you have to used the TARGET_VAL field in the BAPI for instead this value.
Regards,
David
2007 May 25 5:36 PM
Hi ,
I don´t sure if you have to used the TARGET_VAL field in the BAPI for instead this value.
Regards,
David