‎2020 Jun 15 1:56 PM
Hi,
I am using BAPI_MATVAL_PRICE_CHANGE to change material price for global currencies.
Inside is BAPI there is segment:
* get customizing data
SELECT SINGLE *
FROM ckml_price_send
INTO ls_ckml_price_send
WHERE bwkey = ls_ckibwkey-bwkey.
But ckml_price_send has zero entries, Because of this i am facing an error "No Customizing data for valuation area found"
Can anyone suggest any solution for my problem.
Thanks in advance,
Shalu
‎2020 Jun 15 2:52 PM
Hi shalusingh,
A general remark: please always use Google first before posting a question.
The answer to your question was answered in 2009...
Error while executing BAPI_MATVAL_PRICE_CHANGE
Please take a look at the SAP Note mentioned in the thread:
646630 - Send Material Prices and BAPI_MATVAL_PRICE_CHANGE usage
Regards,
Bartosz
‎2023 Mar 09 6:44 PM