2

Is there a BAPI or FM to get the data on the MIGO screen? I'm talking about the data it retrieves when pressing the execute button.

I tried debugging the code, but it doesn't seem to call a BAPI or FM.

MIGO

Regards

Sandra Rossi
  • 11,934
  • 5
  • 22
  • 48
Dorien De Wallen
  • 173
  • 5
  • 13
  • You mean, a BAPI to read goods receipt data? Did you search the web? (PS: screens developed a long time ago do updates without calling BAPIs) – Sandra Rossi Nov 05 '18 at 09:18

1 Answers1

2

For retrieving data, You can use below BAPI.

BAPI_GOODSMVT_GETDETAIL

For Create / Goods Movement , You can use below BAPI.

BAPI_GOODSMVT_CREATE

regards,

Umar Abdullah

Umar Abdullah
  • 1,282
  • 1
  • 19
  • 37