I use the BAPI_GOODSMVT_CREATE in my programs, but I think that there is a pysap problem with the initial fields (those I've not assigned with a value).
I write a code in ABAP that works ok, (I assign only the fields I use). But doing the same in python there is an error (functional error, of course), that I've not assigned ISO UoM for a quantity that I've not assigned in the BAPI.
I think there is a IF structxxxx-fieldyyy IS NOT INITIAL, in the BAPI that enters and do fool checks.
Best regards.
Angel Maza.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I use the BAPI_GOODSMVT_CREATE in my programs, but I think that there is a pysap problem with the initial fields (those I've not assigned with a value).
I write a code in ABAP that works ok, (I assign only the fields I use). But doing the same in python there is an error (functional error, of course), that I've not assigned ISO UoM for a quantity that I've not assigned in the BAPI.
I think there is a IF structxxxx-fieldyyy IS NOT INITIAL, in the BAPI that enters and do fool checks.
Best regards.
Angel Maza.