Error with MIGO transaction

Dears,
I receive this error while doing MIGO "Transaction type is a mandatory field". Please advise in which field i can put the transaction type.
Thanks in advance,

Hi,
it is custom Message number. Please take Abaper help to understand when it is called in MIGO transaction.
Regards,
Srikanth P.

Similar Messages

  • Error In MIGO Transaction

    While creating MIGO transaction against a PO I am getting this error continously
    PL Stock in transit exceeded by 12 PC : QS8X20 2100 2110 9000000010
    I dont know what to do.??
    can any one please tell me how to get rid of this error.

    Hi
    But after creating PO when i am checking ME2M for the particular material i cannot see the PO number generated at ME21N
    I still unable to understand where the problem lies
    See for a while forget about ME2M and check you PO in ME23N T-code you are getting your Po or not
    IF not then while saving PO,system giving any message to you?
    Regards
    Kailas Ugale

  • Runtime Error  in MIGO Transaction

    Hi all,
    I am getting error in MIGO i.e. TABLEVIEW_NOT_FOUND_IN_SCREEN. Short text: Table view "TV_GOITEM " does not exist in screen 8200. Error analysis: The screen 8200 of program "SAPLMIGO" specified in the CONTROLS declaration of the table view "TV_GOITEM " contains no description for this element.
    Thanks in Advance

    Hi,
    Please take assistants from SAP if ur client/company have serivces from SAP for the Product.
    They will suggest you to track this as the error is from Standard Program
    In case if you need to apply SAP OSS Notes related to the Issue/Error for the Trxn, they will guide you
    in the right direction.
    Thanks & Regards,

  • Reg. Error in MIGO transaction

    Hi friends,
    When I run standard transaction MIGO it is giving dump. Just after entering the Tcode it is giving dump. The following is the error we are getting.
    *Syntax error in program "SAPLVBDOCUBATCH_DM ".*
    Detail description:
    Error in the ABAP Application Program                                                                               
    The current ABAP program "SAPLMIGO" had to be terminated because it has          
    come across a statement that unfortunately cannot be executed.                                                                               
    The following syntax error occurred in program "SAPLVBDOCUBATCH_DM " in include  
      "LVBDOCUBATCH_DMU25 " in                                                        
    line 139:                                                                        
    "You can only use the COLLECT command in a table if all of its non-key "         
    "fields are numeric (type I, P, or F) . . . . . . . ."                           
    The include has been created and last changed by:                                
    Created by: "SAP "                                                               
    Last changed by: "SAP "                                                          
    Error in the ABAP Application Program                                                                               
    The current ABAP program "SAPLMIGO" had to be terminated because it has          
    come across a statement that unfortunately cannot be executed.                                                                               
    Please look into this and give me your suggestions, Thanks in advance.
    Regards,
    Chandu.

    Hi Venkat,
    My BASIS people solved the issue, they applied some patches to the system. Then it got set. You please check with your BASIS team.
    Regards,
    Chandu.

  • Error with Call Transaction or Session

    Hi All,
    I have written a BDC RFC for 'PO13' transaction which will create a position. When the BDC is run in the foreground mode and with all screens displyed then the BDC runs absolutely perfect but once this is made as a webservice it gives an error in the IE saying a CNTL_SYSTEM_ERROR.
    I tried my hand in making it as a session. If the BDC is scheduled as a session and executed in background it gives the exact same error message.
    The only way it works is making it as a foreground or make it a foreground but to display only error screens.
    Is there a way that we can change the properties of the BDC session to run it as "Show only Error screens" programatically ?
    Best Regards
    Sudhi.
    The function module code is as follows:
    FUNCTION ZHR_CREATE_POSN1.
    ""Local Interface:
    *"  IMPORTING
    *"     REFERENCE(SHORT017) LIKE  BDCDATA-FVAL
    *"     REFERENCE(STEXT018) LIKE  BDCDATA-FVAL
    *"     REFERENCE(SHORT021) LIKE  BDCDATA-FVAL
    *"     REFERENCE(STEXT022) LIKE  BDCDATA-FVAL
    *"     REFERENCE(ORGUNIT) LIKE  BDCDATA-FVAL
    *"  EXPORTING
    *"     REFERENCE(SUBRC) LIKE  SYST-SUBRC
    *"     REFERENCE(POSITIONID) LIKE  HRP1000-OBJID
      TABLES: USR01.
      DATA: CTU LIKE  APQI-PUTACTIVE VALUE ' ',
            MODE LIKE  APQI-PUTACTIVE VALUE 'N',
            UPDATE LIKE  APQI-PUTACTIVE VALUE 'L',
            GROUP LIKE  APQI-GROUPID VALUE 'SUDHI1',
            USER LIKE  APQI-USERID,
            KEEP LIKE  APQI-QERASE,
            HOLDDATE LIKE  APQI-STARTDATE,
            NODATA LIKE  APQI-PUTACTIVE VALUE '/',
            PLVAR_001 LIKE  BDCDATA-FVAL VALUE '01',
            SEARK_002 LIKE  BDCDATA-FVAL VALUE '',
            TIMR6_003 LIKE  BDCDATA-FVAL VALUE 'X',
            BEGDA_004 LIKE  BDCDATA-FVAL,
            ENDDA_005 LIKE  BDCDATA-FVAL,
            PLVAR_006 LIKE  BDCDATA-FVAL VALUE '01',
            TIMR6_007 LIKE  BDCDATA-FVAL VALUE 'X',
            BEGDA_008 LIKE  BDCDATA-FVAL,
            ENDDA_009 LIKE  BDCDATA-FVAL,
            MARKFELD_01_010 LIKE  BDCDATA-FVAL VALUE 'X',
            PLVAR_011 LIKE  BDCDATA-FVAL VALUE '01',
            TIMR6_012 LIKE  BDCDATA-FVAL VALUE 'X',
            BEGDA_013 LIKE  BDCDATA-FVAL,
            ENDDA_014 LIKE  BDCDATA-FVAL,
            BEGDA_015 LIKE  BDCDATA-FVAL,
            ENDDA_016 LIKE  BDCDATA-FVAL,
            BEGDA_019 LIKE  BDCDATA-FVAL,
            ENDDA_020 LIKE  BDCDATA-FVAL,
            EDATE(8) TYPE C VALUE '99991231'.
      USER = SY-UNAME.
    HOLDDATE = SY-DATUM.
      SELECT SINGLE * FROM USR01 WHERE BNAME = SY-UNAME.
      CASE USR01-DATFM.
        WHEN '1'.
          CONCATENATE SY-DATUM6(2) '.' SY-DATUM4(2) '.' SY-DATUM(4) INTO
      BEGDA_004.
          CONCATENATE EDATE6(2) '.' EDATE4(2) '.' EDATE(4) INTO
      ENDDA_005.
        WHEN '2'.
          CONCATENATE SY-DATUM4(2) '/' SY-DATUM6(2) '/' SY-DATUM(4) INTO
      BEGDA_004.
          CONCATENATE EDATE4(2) '/' EDATE6(2) '/' EDATE(4) INTO ENDDA_005.
        WHEN '3'.
          CONCATENATE SY-DATUM4(2) '-' SY-DATUM6(2) '-' SY-DATUM(4) INTO
      BEGDA_004.
          CONCATENATE EDATE4(2) '-' EDATE6(2) '-' EDATE(4) INTO ENDDA_005.
        WHEN '4'.
          CONCATENATE SY-DATUM(4) '.' SY-DATUM4(2) '.' SY-DATUM6(2) INTO
      BEGDA_004.
          CONCATENATE EDATE(4) '.' EDATE4(2) '.' EDATE6(2) INTO ENDDA_005.
        WHEN '5'.
          CONCATENATE SY-DATUM(4) '/' SY-DATUM4(2) '/' SY-DATUM6(2) INTO
      BEGDA_004.
          CONCATENATE EDATE(4) '/' EDATE4(2) '/' EDATE6(2) INTO ENDDA_005.
        WHEN '6'.
          CONCATENATE SY-DATUM(4) '-' SY-DATUM4(2) '-' SY-DATUM6(2) INTO
      BEGDA_004.
          CONCATENATE EDATE(4) '-' EDATE4(2) '-' EDATE6(2) INTO ENDDA_005.
      ENDCASE.
      BEGDA_008 = BEGDA_004.
      BEGDA_013 = BEGDA_004.
      BEGDA_015 = BEGDA_004.
      BEGDA_019 = BEGDA_004.
      ENDDA_009 = ENDDA_005.
      ENDDA_014 = ENDDA_005.
      ENDDA_016 = ENDDA_005.
      ENDDA_020 = ENDDA_005.
      DATA: L_OBJID LIKE HRP1000-OBJID OCCURS 0 WITH HEADER LINE.
      DATA : V_COUNT TYPE I,
             V_OBJID LIKE BDCDATA-FVAL,
             MESSTAB LIKE BDCMSGCOLL OCCURS 0 WITH HEADER LINE.
      SUBRC = 0.
      PERFORM BDC_NODATA      USING NODATA.
      PERFORM OPEN_GROUP      USING GROUP USER KEEP HOLDDATE CTU.
      PERFORM BDC_DYNPRO      USING 'SAPMH5A0' '5100'.
      PERFORM BDC_FIELD       USING 'BDC_CURSOR'
                                    'PM0D1-SEARK'.
      PERFORM BDC_FIELD       USING 'BDC_OKCODE'
                                    '/00'.
      PERFORM BDC_FIELD       USING 'PPHDR-PLVAR'
                                    PLVAR_001.
      PERFORM BDC_FIELD       USING 'PM0D1-SEARK'
                                    SEARK_002.
      PERFORM BDC_FIELD       USING 'PM0D1-TIMR6'
                                    TIMR6_003.
      PERFORM BDC_FIELD       USING 'PPHDR-BEGDA'
                                    BEGDA_004.
      PERFORM BDC_FIELD       USING 'PPHDR-ENDDA'
                                    ENDDA_005.
      PERFORM BDC_DYNPRO      USING 'SAPMH5A0' '5100'.
      PERFORM BDC_FIELD       USING 'BDC_OKCODE'
                                    '/00'.
      PERFORM BDC_FIELD       USING 'PPHDR-PLVAR'
                                    PLVAR_006.
      PERFORM BDC_FIELD       USING 'BDC_CURSOR'
                                    'TT_T777T-ITEXT(01)'.
      PERFORM BDC_FIELD       USING 'PM0D1-TIMR6'
                                    TIMR6_007.
      PERFORM BDC_FIELD       USING 'PPHDR-BEGDA'
                                    BEGDA_008.
      PERFORM BDC_FIELD       USING 'PPHDR-ENDDA'
                                    ENDDA_009.
      PERFORM BDC_FIELD       USING 'MARKFELD(01)'
                                    MARKFELD_01_010.
      PERFORM BDC_DYNPRO      USING 'SAPMH5A0' '5100'.
      PERFORM BDC_FIELD       USING 'BDC_OKCODE'
                                    '=INSE'.
      PERFORM BDC_FIELD       USING 'PPHDR-PLVAR'
                                    PLVAR_011.
      PERFORM BDC_FIELD       USING 'BDC_CURSOR'
                                    'TT_T777T-ITEXT(01)'.
      PERFORM BDC_FIELD       USING 'PM0D1-TIMR6'
                                    TIMR6_012.
      PERFORM BDC_FIELD       USING 'PPHDR-BEGDA'
                                    BEGDA_013.
      PERFORM BDC_FIELD       USING 'PPHDR-ENDDA'
                                    ENDDA_014.
      PERFORM BDC_DYNPRO      USING 'MP100000' '2000'.
      PERFORM BDC_FIELD       USING 'BDC_CURSOR'
                                    'P1000-STEXT'.
      PERFORM BDC_FIELD       USING 'BDC_OKCODE'
                                    '/00'.
      PERFORM BDC_FIELD       USING 'P1000-BEGDA'
                                    BEGDA_015.
      PERFORM BDC_FIELD       USING 'P1000-ENDDA'
                                    ENDDA_016.
      PERFORM BDC_FIELD       USING 'P1000-SHORT'
                                    SHORT017.
      PERFORM BDC_FIELD       USING 'P1000-STEXT'
                                    STEXT018.
      PERFORM BDC_DYNPRO      USING 'MP100000' '2000'.
      PERFORM BDC_FIELD       USING 'BDC_CURSOR'
                                    'P1000-BEGDA'.
      PERFORM BDC_FIELD       USING 'BDC_OKCODE'
                                    '=UPD'.
      PERFORM BDC_FIELD       USING 'P1000-BEGDA'
                                    BEGDA_019.
      PERFORM BDC_FIELD       USING 'P1000-ENDDA'
                                    ENDDA_020.
      PERFORM BDC_FIELD       USING 'P1000-SHORT'
                                    SHORT021.
      PERFORM BDC_FIELD       USING 'P1000-STEXT'
                                    STEXT022.
      PERFORM BDC_TRANSACTION TABLES MESSTAB
      USING                         'PO13'
                                    CTU
                                    MODE
                                    UPDATE.
      IF SY-SUBRC <> 0.
        SUBRC = SY-SUBRC.
        EXIT.
      ENDIF.
      PERFORM CLOSE_GROUP USING     CTU.
      CALL FUNCTION 'ENQUE_SLEEP'
        EXPORTING
          SECONDS              = 1
    EXCEPTIONS
      SYSTEM_FAILURE       = 1
      OTHERS               = 2
      IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    *-- Select the OBJID by Querying the table with Username,Object type,
    *-- Change Date
      SELECT OBJID FROM HRP1000
                   INTO TABLE L_OBJID
                   WHERE UNAME EQ SY-UNAME
                   AND   OTYPE EQ 'S'
                   AND   AEDTM EQ SY-DATUM.
    *-- Decribe the table to get the max count
      DESCRIBE TABLE L_OBJID LINES V_COUNT.
    *-- Read table to at the max count to get the last record
      READ TABLE L_OBJID INDEX V_COUNT.
    *--EXPORT the OBJID
      POSITIONID = L_OBJID.
      V_OBJID     = POSITIONID.
    ENDFUNCTION.
    INCLUDE BDCRECXY .

    Yes, change this line of code....
    MODE LIKE APQI-PUTACTIVE VALUE 'N',
    to this....
    MODE LIKE APQI-PUTACTIVE VALUE 'E',
    Regards,
    Rich Heilman

  • Problem with MIGO Transaction, while posting PO with quantities 0

    When I try to post a PO using MIGO, with one or more quantites 0, the output type is not appearing in VL03N. An output type "OPOD( Proof of Delivery)" will appear if all the quantities of the posted PO is greater than 0 !!
       How can I resolve this ? Points will be rewarded for useful answers.

    Hi Naveen,
       Thank you very much for the suggestion. I'm not much familiar with the MM module. Could you please give me some clue on where to find the check box ?

  • How to update delivered field in co03 with migo transaction?

    We're doing a migo for a prod. order - though when looking into the CO03, the delivered quan is not updated.
    prod order with control key PP05 (PO Auto GR for Exernal Pur.order), so it should be auto GR. 
    Any ideas?

    Hi,
    Control key pp05 is for external purchase order. Have you given this control key in your routing.
    Else check the control key used in your routing. For the last operation if it PP01(eg), then in t.code op67, choose pp01 & select auto GR. Now check after confirmation, Auto GR would have taken place.
    Else you can maintain auto GR setting in production scheduling profile in t.code OPKP.
    Regards,
    Senthilkumar

  • MIGO Transaction Error

    Dear All,
                 We are facing error in MIGO Transaction,after applying
    PATCHES In Development Server.
    The Particular Include-Program which is containing Data Variables after
    application of Notes was resetted.That Include program is not allowing
    to change also.It is giving following message.
    Carry out Modification Comparision for REPS LJ1IEXTOP First.No changes Possible.
        Please give suggestion accordingly.
    Thanks and Regards
       BalaNarasimman.M

    Hi BalaNarasimman,
    Normally after applying the patch try to do SPAU adjustment and retain the latest code (i,e If you have applied notes that is for latest package)..Else the OSS notes relevant to the package must be searched and it must be applied again. What is the error that you are getting..? What is the CIN package?
    Thank You.
    Regards,
    Uma

  • Error: Balance for transaction type group 10 negative for the area 01

    Dear All,
    Our enduser wants to return the capital goods after 3 years ( Purchased on May 2005) to vendor due to poor quality.
    While trying to return through MIGO (Return Delivery - Mvmt Type 122) system throws the following error:
    >
    With the transaction entered, the balance for the transactions in group 10 in area 01 will be negative in this fiscal year. However, the balance of transaction type group 10, according to its definition, must be positive in each fiscal year.
    >
    Note: Depreciation posted upto May 2008.
    Please guide me for the same.
    Regards
    Jai

    Hi,
    I have similar problem. The error message appears if user tried to reverse one of the documents posted incorrectly from PO to an asset. The PO has been create in the last FY, but all the posting in AA happend in this FY.
    (Our FY is not equal calendar year).
    So cumulated from FY start there were posting made -  for:
    - aquisition 150 (transaction type group 14)
    amount: 428.587,73
    - and the couple of credit memos have been posted 105 (with transaction type group 10)
    amount: -511.162,90
    - and again the aquisition posted 152 but this time form previous FY (transaction type group 19)
    amount: 442.537,25
    So now, is SAP checking the transaction type group exclusively and in this case would be understandable that the amount is negative already or is looking for the posting, document or entry date?
    Thanks, Krysia

  • GETWA_NOT_ASSIGNED - Runtime Error in MIGO

    Dear All
    I am receiving GETWA_NOT_ASSIGNED - Runtime Error in MIGO transaction for a particular user only in production system. I am not able to narrow down is this transaction specific or user issue.  I searched the forum and not able to get reason.  If someone knows about ths kindly give me a hint.
    Regards,
    Venkat

    Hi,
    Please check if any User Exit BADI implemented and have a look into below thread
    Reg Dump in MIGO Transaction
    GETWA_NOT_ASSIGNED run time error_MIGO processing stock transport order
    Shiva

  • Migo transaction enhancements

    Hello Experts,
    I got  to deal with MIGO transaction.
    Actually,
    in pogr scenario, i have to add columns in table control  in migo  , these two fields to add are uebto and untto.
    I am able to add these two fields to structure GOITEM, but now i need to populate them in table control.
    I have tried with badi 'MB_MIGO_BADI', BUT THAT IS TO MAKE CHANGES WITH SUBSCREENS in header and item detail.
    So i am not able to find the way to do this.
    Any answers .
    thanx ,
    jeet

    hi shahin ,
    do you mean enhancement point by saying implicit enhancements.
    Actually  i am very new to abap, and i have checked out that there is no BADI to achieve the above discuss issue,
    if you have gone through any such scenario ,refer me the way to do it.
    Any one if know any user exits to do it ,
    please tell me.
    Thanks ,
    Jeet Chauhan

  • Exit and Serial number for MIGO transaction

    Hello All,
    I am facing an issue with MIGO transaction. I have to use FM 'ITOB_SERIALNO_READ_SINGLE', and for using this I want two values viz.. Material number and Serial Number..
    I have Material number directly flowing but Serial Number is not present. As per my knowledge, To get serial number I can use two methods:
    One is call FM 'GET_SERNOS_OF_DOCUMENT' where I need to Pass value of MBLNR to get the serial number. This MBLNR is not flowing in the code.
    Second is directly fetch data from SER03 table and then OBJK table to get Serial Number. Here again we need MBLNR to fetch data from SER03 table which is not present.
    I am using User Exit 'IQSM0007' for my purpose. I have checked other exits as well for MIGO where I can directly get Serial number generated but haven't got any.
    Please revert if you know anything in this regard.
    Thanks,
    Harjeet Grover

    Hello Reddy,
    I have tried them already and want you to know that this BADI will trigger before document posting and not after that.
    As of now I am coding like I am going to this BADI and importing internal table MSEG which has values to memory id. Then I am going to last BADI used for SERVICES and importing this table there. This last BADI triggers after the document is posted.
    I am here since I want a better solution, if it is?
    Regards,
    Harjeet

  • While doing MIGO transaction system showing error: Check table169P the entr

    Hi experts,
    while doing MIGO transaction system showing error: Check table169P the entry BP01 does not exit.
    pls do needful.
    Thanks&Regards
    sreenivas.p

    Hi,
    Please specify Whether you are doing Blocking of Invoices or what?
    As the T169P is A Parameters Invoice Verification, so you can check the values for T169P table in SE16 so that you will get Clear idea regarding  company code BP01 in which the stochastic block is active with Threshold value for stochastic block...
    Please check....
    For maintaining Entries please go to OMRG maintain Company code and Threshold value as per client requirement so that This will specifies the degree of probability that an invoice is stochastically blocked.
    Regards,
    Ninad Kshirsagar

  • Error in FM RV_MESSAGE_UPDATE in MIGO transaction

    Hi,
    I am facing the the error in FM RV_MESSAGE_UPDATE for MIGO transaction as below:
    Report          SAPLMIGO
    Transaction     MIGO
    Error details   Class:     FPRUNX    
    Error Number:    102 - No job started
    Status : Update was terminated
    I have checked in SM13 transaction but I am not able to get the root cause for this error.
    Please advice.
    Ashish Dholi

    Maybe it's the ADSUSER issue, check this:
    http://scn.sap.com/message/8210637

  • Error in BED in MIGO transaction

    Hi Experts,
    The BED is getting populated for 1No. only. It is not getting multiplyed with the GR quantity.  We are using TAXINJ and
    please guide me how to resolve this.
    Thanks
    Ganesh

    Hi,
    Thanks for your quick reply, I have maintained tax code in PO, rate in FTXP & J1ID.  Is it required to maintain in FV11/13 for TAXINJ procedure?
    BED is coming to MIGO transaction for 1 quantity only. It is not getting muliplied by the GR quantity.
    Thanks
    Ganesh

Maybe you are looking for