Hi,
I need automate the process of subsequent adjustment (MB04) with the BAPI BAPI_GOODSMVT_CREATE.
I already did it, but I need adjust one detail for the process works fine.
In BAPI BAPI_GOODSMVT_CREATE, I move the field AMOUNT_SV with the value of return component, but the error below occurs:
In debugging of BAPI, I saw the logics below:
The value of currency is initial (no have params to move it). Perform currency_determination is called:
The according with logic, the function READ_CURRENCY_OF_COMPANY is not called. Why?
I can move the value of return component of other way?
If the function READ_CURRENCY_OF_COMPANY was called, process works fine.
Best Regards.