2009 Apr 24 4:44 PM
Document has a sales unit of BT, but SAP stores it as BOT. The report shows BT, but when passed to BAPI_SALESORDER_SIMULATE, it doesn't return desired value because BOT is being passed. I am not able to find BOT on any tables (T006 related) and tried the CONVERSION_EXIT_CUNIT_INPUT bapi, but it also did not recognize BOT and returned message that BOT is not EN (because it is attempting to match against table T006a).
In BAPI_SALESORDER_SIMULATE, it is going against pricing condition that specifies BT and isn't being found because it is attempting to find BOT.
Thanks,
Document has a sales unit of BT, but SAP stores it as BOT. The report shows BT, but when passed to BAPI_SALESORDER_SIMULATE, it doesn't return desired value because BOT is being passed. I am not able to find BOT on any tables (T006 related) and tried the CONVERSION_EXIT_CUNIT_INPUT bapi, but it also did not recognize BOT and returned message that BOT is not EN (because it is attempting to match against table T006a).
In BAPI_SALESORDER_SIMULATE, it is going against pricing condition that specifies BT and isn't being found because it is attempting to find BOT.
Thanks,
2009 Apr 24 9:10 PM
2009 May 13 8:25 PM
Thank you for the response, but as I stated, the values I was trying to obtain could not be location on the T006 series, which would include B.
2009 May 13 8:24 PM
To obtain the desired values use the CONVERSION_EXIT_CUNIT_OUTPUT BAPI, not the ...INPUT BAPI.