cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI Error - Condition FS00 is missing in pricing procedure A V

Former Member
0 Kudos

ORDER_CONDITIONS_IN-ITM_NUMBER = '000010'.

ORDER_CONDITIONS_IN-COND_ST_NO = '10'.

ORDER_CONDITIONS_IN-COND_COUNT = '10'.

ORDER_CONDITIONS_IN-COND_TYPE = 'FS00'.

ORDER_CONDITIONS_IN-COND_VALUE = '20000'.

ORDER_CONDITIONS_IN-CURRENCY = 'KRW'.

ORDER_CONDITIONS_IN-COND_UNIT = 'EA'.

ORDER_CONDITIONS_IN-TAX_CODE = 'VA'.

ORDER_CONDITIONS_IN-ACCOUNTKEY = ''.

*

ORDER_CONDITIONS_INX-ITM_NUMBER = '000010'.

ORDER_CONDITIONS_IN-COND_ST_NO = '10'.

ORDER_CONDITIONS_IN-COND_COUNT = '10'.

ORDER_CONDITIONS_INX-COND_TYPE = 'FS00'.

ORDER_CONDITIONS_INX-UPDATEFLAG = 'U'.

ORDER_CONDITIONS_INx-COND_VALUE = 'X'.

ORDER_CONDITIONS_INx-CURRENCY = 'X'.

ORDER_CONDITIONS_INx-COND_UNIT = 'X'.

I'm trying to using the BAPI 'BAPI_SALESORDER_CREATEFROMDAT2'.

But, I cannot use it because of this message ' Condition FS00 is missing in pricing procedure A V'.

How can I solve this problem.

thank you for reading,

Best regards,

Jonghwan.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Just check in the Pricing Procedure V/08 whether the Condition type FS00 is there or not.

Else maintain there with the Base Calculation in From Column , Subtotal as '4' & Req as '2' & Account key as ERF.

Best Regards,

Ankur

Former Member
0 Kudos

hi,

maintain the condition type in your pricing procedure

goto v/08

select your pricing procedure

maintain FS00 condition type in your pricing procedure

regards

senya