on ‎2010 Mar 02 2:13 PM
Hi All
I am using BAPI_PO_CREATE1 to create purchase Order. When I am changing calculation type for condition type's system not picking the correct amount through BAPI.
For e.g. for condition type 'FRB1' (Freight Value) I have maintain the amount 10.00 in condition value for calculation type 'B' (fixed amount). But when I pass calculation type 'A' i.e. Percentage, BAPI overwrites the amount to 1.00%.
I Want to pass the amount 10.00 as it is with calculation type '%'. Kindly suggest how to do it.
Regards,
Pradip
Request clarification before answering.
Hi,
please check the condition structure, have you filled the data like the followig?:
POCOND-ITM_NUMBER = 10 (item number)
POCOND-COND_TYPE = FRB1 (condition type)
POCOND-COND_VALUE = 1.0 (condition value)
POCOND-CURRENCY = % <<<<< ??? - this might have caused your issue, leave this field empty
POCOND-CHANGE_ID = I
POCONDX-ITM_NUMBER = 10
POCONDX-ITM_NUMBERX = X
POCONDX-COND_TYPE = X
POCONDX-COND_VALUE = X
POCONDX-CURRENCY = X
POCONDX-CHANGE_ID = X
Regards,
Edit
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 23 | |
| 20 | |
| 17 | |
| 17 | |
| 10 | |
| 9 | |
| 8 | |
| 3 | |
| 3 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.