FUNCTIONzsdfu014.*"---*"*"本地接口:*" IMPORTING*" VALUE(I_ID) TYPE ZRFC_LOGID OPTIONAL*" VALUE(I_CANUM) TYPE CANUM OPTIONAL*" EXPORTING*" VALUE(E_CODE) TYPE MSGTY*" VALUE(E_MSG) TYPE MSGTXT*" VALUE(E_FLOW_END) TYPE CHAR01*" TABLES*" ET_RETURN STRUCTURE ZRFCT005 OPTIONAL...
RETURN.ENDIF.READTABLElt_zsdt012INTOls_zsdt012 INDEX1.SELECTSINGLEzrfcidINTOlv_zrfcidFROMzsdt008WHEREobjkey = ls_zsdt012-ebelnANDobjtype ='PO'ANDcanum ='0010'.SELECTSINGLE*FROMzsdt014INTOls_zsdt014WHEREzrfcid = ls_zsdt012-zrfcidANDcanum =i_canumANDzzrfcid =lv_zrfcid.SORTlt_zsdt...
SAP Managed Tags: ABAP Connectivity Hi All, I have a critical problem can any one help me out in this regard. The actual client requirement is i have to process the migo first if it is successful i should process the miro. for both i'm using bapi. with migo its working fine .when...
SAP Managed Tags: ABAP Connectivity hi experts, please guide me in finding the BAPI's existing for tcode MiGO. I need the steps. points will be rewarded.Reply 1 ACCEPTED SOLUTION Former Member 2007 Nov 30 7:30 AM 0 Kudos 123 SAP Managed Tags: ABAP Connectivity Hi, Check thes...
SAP Managed Tags: ABAP Development 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 reservation in other WO#'s. Now that i implemented - MBCF0009 Filling the storage location...
SAP Managed Tags: ABAP Development Hi Laxman, Please read the documentation. It gives you detailed description of all the parameters. In your code, you commented out teh assignment to IT_MIGOITEM-MVT_IND. I guess it gave you an error because 'X' is not a valid value. But at the same...
MIGO using BAPI, program making used of the BAPI function BAPI_GOODSMVT_CREATE to do Goods Receipts for Purchase Order after importing the data from an external system. An ABAP program making used of the BAPI function BAPI_GOODSMVT_CREATE to do Goods Rec
MIGO transaction is a modern successor for obsolete MB01. So, as per the BAPI_GOODSMVT_CREATE documentation for GM_Code 01 the following fields are mandatory: Purchase order Purchase order item Movement type Movement indicator Quantity in unit of entry ISO code unit of measurement for unit of ...
different special movement indicators at item level. This function is available only in transaction MIGO. The BAPI, message types WMMBXY and MBGMCR and the older MB* transactions do not provide this function. In this case, only one different special movement indicator can be used for each ...
SAP Managed Tags: ABAP Development I am using a BADI on Transaction MIGO to updates the ASSETS with BAPI_FIXEDASSET_CHANGE but cannot update field anla-sernr. All the other fields update except for anla-sernr. On AS02 there are multiple user exits. I had a similar problem with anla-IN...