Search code examples
abapbapifunction-module

How to get MIGO data via FM or BAPI?


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


Solution

  • 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