Behaviour of RETURN parameter of BAPI_GOODSMVT_CREATE?

359 Views Asked by At

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?

1

There are 1 best solutions below

1
József Szikszai On

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:

enter image description here

enter image description here