0

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?

Suncatcher
  • 10,355
  • 10
  • 52
  • 90
Saronee Das
  • 1
  • 1
  • 3

1 Answers1

3

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

József Szikszai
  • 4,791
  • 3
  • 14
  • 24