BAPI_GOODSMVT_CREATE,GOODSMVT_CODE参数对应值 :01 MB01 02 MB31 03 MB1A 04 MB1B 05 MB1C 06 MB11 07 MB04
DATA:ls_goodsmvt_header LIKE bapi2017_gm_head_01. DATA:lt_goodsmvt_item LIKE TABLE OF bapi2017_gm_item_create, ls_goodsmvt_item LIKE LINE OF lt_goodsmvt_item, lt_return LIKE TABLE OF bapiret2, ls_return LIKE LINE OF lt_return. DATA:lv_materialdocument TYPE bapi2017_gm_head_ret-mat_...
Hi Every one, I have a requirement where in Transaction MB1A and in MIGO , when a reservation is posted there require a POP-UP to check whether the material has
We are trying to find a BAPI which can give same functionality as that of MIGO transaction. Has anyone done this before ? Please help. Thanx in advance ... Regards, Laxman Nayak.Reply 1 ACCEPTED SOLUTION Former Member 2005 May 01 9:08 PM 0 Kudos 90 SAP Managed Tags: ABAP...
Solved: hi experts, please guide me in finding the BAPI's existing for tcode MiGO. I need the steps. points will be rewarded.
LT_TESTRUN LIKE TABLE OF BAPI2017_GM_GEN-TESTRUN, LS_TESTRUN LIKE LINE OF LT_TESTRUN, LT_GOODSMVT_ITEM TYPE TABLE OF BAPI2017_GM_ITEM_CREATE, LS_GOODSMVT_ITEM TYPE BAPI2017_GM_ITEM_CREATE, LT_GOODSMVT_SERIALNUMBER LIKE TABLE OF BAPI2017_GM_SERIALNUMBER, ...
Is there any possibility to call the bapi BAPI_INCOMINGINVOICE_CREATE while creating GR(using MIGO t-code)? If yes then at which place can i call that BAPI? Is there any other function available to do this task? The requirement is to create invoice automatically when a GR is created. ...
REPORT zdemo_migo. PARAMETERS p_ebeln TYPE ebeln. PARAMETER p_sernr TYPE objk-sernr. DATA:lt_ekko LIKE TABLE OF ekko. DATA:ls_ekko LIKE ekko. DATA:lt_ekpo LIKE TABLE OF ekpo. DATA:ls_ekpo LIKE LINE OF lt_ekpo. DATA:ls_goodsmvt_header LIKE bapi2017_gm_head_01. ...