I am using bapi_goodsmvt_create
to post in migo
transaction code.
The parameter return
is not returning any value when the postings are successful.
Is return
supposed to return only error messages? Or both error and success messages?
I am using bapi_goodsmvt_create
to post in migo
transaction code.
The parameter return
is not returning any value when the postings are successful.
Is return
supposed to return only error messages? Or both error and success messages?
That is exactly how it works, if there are no errors, the RETURN table will be empty. The FM BAPI_GOODSMVT_CREATE is well documented: