Message no. QA495 error while doing migo through movement type 322

Dear Experts,
Please help.
I searched for this content but didn't get content matching my requirement.
I am trying to do stock transfer through movement type 322 when this error message is stopping me from posting the document.For this material inspection set up is active.
I want to transfer the stock from unrestricted area to quality inspection stock.Can you please suggest how to transfer the stock from unrestricted to quality inspection for this material.Can I do it with some t.code in QM.
If so please guide me how to transfer the stock.
Kind regards,
Pradeesh.P

Hi,
Basically, system is preventing you from managing stock of QM controlled material through non-QM transactions. You must be getting this error "Change the inspection stock in QM only"
You can post this quantity into QI via two methods,
Activate inspection type 08 for this material and then do the 322 mvmt. This will move the quantity into QI with an additional inspection lot of 08 origin.
Take complete quantity out of QI, Deactivate existing 'Stock relevant' inspection types and then do the 322 mvmt.
I'll suggest you to go with first option as it is more feasible and convenient.
And, this issue has been discussed several times and there are plenty of threads available on this. Im not sure why didn't you find any
ntn

Similar Messages

  • Error while doing MIGO:-Choose valuatlion type

    Dear All,
            Can anybody suggest me on this issue. while doing GR system showing Choose Valuation type. IN process Order there is one material  which is having 2 components.In two components for one component there is no valuation category is not maintained.
           Let me know whether error is coming due to this configuration.

    Hi ,
             Are doing GR against process order in MB31 ? In that case system will check valuation category of Fert only is it?
    Are you maintaining split Valuation for FG  material?

  • Error while doing MIGO

    Hi Experts,
    While doing migo system showing the error message:
    in this purchase order no excise.
    It is IS OIL process.
    Maintain pricing conditions for the material for the excise invoice date
        Message no. 8I629
    Pls help some one.
    Regards,
    Hanuman.

    HI
    is it Excisable Material, did you maintain  the Tax indicator in PO stage? IF yes , next step is to check , are you selecting the right Post to....... register menu during MIGO, for example we use Post to Part-1 register only, then if yes , the you are getting this error becuse you have missed the J1ID master data details. Minimum you should maintain 1. chapter_id details, 2. Material and chapter_id combination 3. Vendor Excise details. for the materials you are tring to make GR.
    Best Regards
    SAM

  • Error while doing MIGO for a sub-contracted item

    Hello to Everybody,
    I am facing below problem -
    Error : Incorrect CCtr <Cost Center Code> with this account (CCtr category must=D) for
    <Item Code> , while doing MIGO. (for receiving sub-contracted item from vendor).
    May I request for possible solution to above error ?
    regards,

    Dear Sanjay,
    You can determine the cost object for the posting of the  costs in the transaction OKB9.
    Following thread should resolve this issue:
    Re: cost of subcontracting
    Regards,
    Naveen.

  • No rfc destination defined for global trade services error while doing migo

    Hi all,
    Pls help me in fixing the following error..
    "no rfc destination defined for global trade services" error while doing migo

    i guess you will be getting dumps in the background in ST22. Can you please check this and post the details if there are any dumps?
    Meanwhile, check this note:
    Note 1098491 - MIGO:Termination MESSAGE_TYPE_X with IO 304 (subcontracting)
    Cheers,
    Jazz

  • WBS error while doing MIGO

    Dear Experts,
    I am getting following error while performing MIGO - The WBS element XXXXXXX is not the lowest level in the project.
    Kindly let me know what does this error mean and how to resolve the issue.
    Thanks in advance
    Leena

    Leena0 wrote:
    - The WBS element XXXXXXX is not the lowest level in the project.
    >
    It seems there is a validation in the system which checks whether any child WBSE is available. It might be a business requirement to post actual cost only on the lowest WBSE. It could be a user exit. Please check the functional specifications prepared during the implementation.

  • Spool error while doing migo

    Dear MM Experts,
    While doing migo i am getting error as "Error in spool c call spool overflow"
    Got this thread but not getting exactly : http://forums.sdn.sap.com/thread.jspa?messageID=4528971#452897
    Please help me out.
    Thanks & Regards,
    Sandeep.

    Hi all
    Delete the old spool request using SPAD .
    regards,
    reza rostami / mapna

  • Error while using BAPI_GOODSMVT_CREATE wiht movement type 311.

    Hi All experts,
    i am geting error msg, while using BAPI_GOODSMVT_CREATE wiht movement type 311.
    the error msg is " For reservation 0000443815 0000, no movements can be posted".
    Here is my code.
    IF I_ZMM_S_MBIB_LOT[] IS NOT INITIAL.
    *moving posting date and document date  to header
        GOODSMVT_HEADER-PSTNG_DATE = ZMM_S_MBIB_311-BUDAT.
        GOODSMVT_HEADER-DOC_DATE   =  ZMM_S_MBIB_311-BUDAT.
        LOOP AT I_ZMM_S_MBIB_LOT WHERE MENGE NE '0'.
          IF I_ZMM_S_MBIB_LOT-IND = 'X'.
    *moving material and plant ,stge_loc,qty and movement type  to header
            GOODSMVT_ITEM-MATERIAL       = I_ZMM_S_MBIB_LOT-MATNR.
            GOODSMVT_ITEM-PLANT          = I_ZMM_S_MBIB_LOT-WERKS.
            GOODSMVT_ITEM-BATCH          =  I_ZMM_S_MBIB_LOT-CHARG.
            GOODSMVT_ITEM-STGE_LOC       = I_ZMM_S_MBIB_LOT-SLGORT.
            GOODSMVT_ITEM-MOVE_TYPE      = '311'.
            GOODSMVT_ITEM-ENTRY_QNT      = I_ZMM_S_MBIB_LOT-MENGE.
            GOODSMVT_ITEM-ENTRY_UOM      = I_ZMM_S_MBIB_LOT-MEINS.
            GOODSMVT_ITEM-MOVE_MAT       = I_ZMM_S_MBIB_LOT-MATNR.
            GOODSMVT_ITEM-MOVE_PLANT     = I_ZMM_S_MBIB_LOT-RWERKS.
            GOODSMVT_ITEM-MOVE_BATCH     = I_ZMM_S_MBIB_LOT-UMCHA.
            GOODSMVT_ITEM-MOVE_STLOC     = I_ZMM_S_MBIB_LOT-UMLGO.
            GOODSMVT_ITEM-RESERV_NO      = I_ZMM_S_MBIB_LOT-RSNUM.
    CALL FUNCTION 'BAPI_GOODSMVT_CREATE'
            EXPORTING
              GOODSMVT_HEADER               = GOODSMVT_HEADER
              GOODSMVT_CODE                 = '04'
          TESTRUN                       = ' '
          GOODSMVT_REF_EWM              =
            IMPORTING
          GOODSMVT_HEADRET              =
              MATERIALDOCUMENT              = MATERIALDOCUMENT
              MATDOCUMENTYEAR               = MATDOCUMENTYEAR
            TABLES
              GOODSMVT_ITEM                 = GOODSMVT_ITEM
          GOODSMVT_SERIALNUMBER         =
              RETURN                        = RETURN.
          GOODSMVT_SERV_PART_DATA       =
          EXTENSIONIN                   =
        ELSE.
    Moderator message: duplicate post locked.
    Edited by: Thomas Zloch on Feb 23, 2011 11:46 AM

    Hi Sachin,
    Pass the Item Number of Reservation to GOODSMVT_ITEM-RES_ITEM .
    Regards
    DKS

  • Blank error message Message no. M7001 while doing MIGO

    Hi All
    I am performing goods receipt using MIGO tcode, everythings seems to be ok.
    even after clicking on Check button system is giving doc is OK.but when i click on post button a error message appears with no text, its blank. the message number is M7001. if any one of u have idea about this please let me know.
    Regrds
    Yogesh

    Yogesh,
    Hmm....I have seen this message before but I have no idea why the message text is blank. Message M7001 can be triggered in MIGO because of missing entries in various check tables and hence it it hard to pinpoint exactly what the issue is without knowing the message text.
    For example, it could be due to incorrect copy of your company code or plant, or something to do with the movement type you are using in MIGO.
    I would suggest you to check OSS notes for your SAP version/IS Solution or have an ABAPer debug the code to determine where exactly the error message is being triggered.
    H Narayan

  • ABAP DUMP While doing GI Through Zmovement type in MIGO Transaction

    Hi ,
    We have migrated from FM FBS to BCS from 12.01.2015.
    And we are using 101 profile with GR and IR update.
    We received blow ABAP Dump while doing the GI through MIGO Transaction.
    Can you please help on this.
    Dump detatils
    Category               ABAP Programming Error
    Runtime Errors         MESSAGE_TYPE_X
    ABAP Program           CL_BUAVC_ENTRY================CP
    Application Component  PSM-FM-BCS-AC
    Date and Time          13.01.2015 09:10:00
    Operating system..... "AIX 1 6, AIX 1 7"                                                      |
    |                                                                                                  |
    |    Memory consumption                                                                            |
    |    Roll.... 0                                                                                    |
    |    EM...... 33518336                                                                             |
    |    Heap.... 0                                                                                    |
    |    Page.... 196608                                                                               |
    |    MM Used. 21989120                                                                             |
    |    MM Free. 3145840                                                                              |
    |User and Transaction                                                                              |
    |    Client.............. 256                                                                      |
    |    User................ "MM_BUX00_ZZ"                                                            |
    |    Language key........ "R"                                                                      |
    |    Transaction......... "MIGO_GI "                                                               |
    |    Transaction ID...... "54AEDD9E3EE60710E10080000A15C616"                                       |
    |                                                                                                  |
    |    EPP Whole Context ID.... "54B35F7088300910E10080000A15C616"                                   |
    |    EPP Connection ID....... 00000000000000000000000000000000                                     |
    |    EPP Caller Counter...... 0                                                                    |
    |                                                                                                  |
    |    Program............. "CL_BUAVC_ENTRY================CP"                                       |
    |    Screen.............. "SAPLMIGO 0001"                                                          |
    |    Screen Line......... 18                                                                       |
    |    Debugger Active..... "none"                                                                   |
    |Information on where terminated                                                                   |
    |    Termination occurred in the ABAP program "CL_BUAVC_ENTRY================CP" -                 |
    |     in "POST".                                                                                   |
    |    The main program was "SAPLMIGO ".                                                             |
    |                                                                                                  |
    |    In the source code you have the termination point in line 82                                  |
    |    of the (Include) program "CL_BUAVC_ENTRY================CM00J".                               |
    |Source Code Extract                                                                               |
    |Line |SourceCde                                                                                   |
    |   52|*--- method has provided some errors!):                                                     |
    |   53|                                                                                            |
    |   54|* Note 1499464:                                                                             |
    |   55|*      IF cl_abap_aab_utilities=>is_active( id = 'BUAVC_GROUP'                              |
    |   56|*       mode_assert_dump = 'X' ) = 'X'.                                                     |
    |   57|      MOVE 'X' TO l_flg_dump.                                                               |
    |   58|*      ENDIF.                                                                               |
    |   59|                                                                                            |
    |   60|*--- Check if the entry buffer of the AVC ledger contains data records                      |
    |   61|*--- from previous COLLECT events:                                                          |
    |   62|      IF ( l_f_avc_ledger-ref_ledger->entry_buffer_lines_count( ) > 0 ).                    |
    |   63|*--- Sorry, must dump:                                                                      |
    |   64|        ASSERT ID buavc_group                                                               |
    |   65|               FIELDS c_avc_text 'POSTING_NOT_ALLOWED'                                      |
    |   66|               CONDITION l_flg_dump <> 'X'.                                                 |
    |   67|        IF l_flg_dump = 'X'.                                                                |
    |   68|          MESSAGE x002(buavc) WITH c_avc_text space                                         |
    |   69|                                   'POSTING_NOT_ALLOWED' space.                             |
    |   70|        ENDIF.                                                                              |
    |   71|      ENDIF.                                                                                |
    |   72|    ENDIF.                                                                                  |
    |   73|*----------------------------------------------------------------------                     |
    |   74|* Note 1666556:                                                                             |
    |   75|    IF me->g_commit_before_post EQ 'X'.                                                     |
    |   76|*--- An unauthorized COMMIT WORK occurred before calling this POST                          |
    |   77|*--- method. This COMMIT WORK has refreshed the AVC entry buffer and                        |
    |   78|*--- would thus create a database inconsistency!                                            |
    |   79|      MOVE 'X' TO l_flg_dump.                                                               |
    |   80|      IF l_flg_dump = 'X'.                                                                  |
    |   81|*--- Sorry, must dump (see note 1666556):                                                   |
    |>>>>>|        MESSAGE x002(buavc) WITH c_avc_text space                                           |
    |   83|                                 'INVALID_COMMIT' space.                                    |
    |   84|      ENDIF.                                                                                |
    |   85|    ENDIF.                                                                                  |
    |   86|*----------------------------------------------------------------------                     |
    |   87|                                                                                            |
    |   88|                                                                                            |
    |   89|*--- Call the POST method of the corresponding ledger instance:                             |
    |   90|    CALL METHOD l_f_avc_ledger-ref_ledger->post                                             |
    |   91|      EXPORTING                                                                             |
    |   92|        i_ref_appl_log = me->g_ref_appl_log                                                 |
    |   93|        i_doc_ref      = i_doc_ref.                                                         |
    |   94|                                                                                            |
    |   95|  ENDLOOP.                                                                                  |
    |   96|                      
    Thanks Advance.
    SAM

    Hi Sam,
    Please check if there is any commit statement written in badi or enhancement before calling this method for posting which is leading to update termination.
    Regards,
    Prakash.

  • Error while doing migo PO not yet release

    Hi experts,
    While doing posting in Migo for a PO . it showing error
    "Purchasing document not yet released."
    But i have already released. and while seeing the header details in ME22n, it showing as released.
    pls help
    regards
    arun

    Hi,
    I have checked in PO all are released and the indicator is in Release only R.
    The confirmation key also not ticked.
    but still showing that error message while posting
    regards
    arun

  • Getting ABAP runtime error while doing MIGO-GR against PO.

    Hi,
    Getting ABAP runtime error message while doing GR against PO.
    47 ENHANCEMENT-POINT MB_POST_GOODS_MOVEMENTS_01 SPOTS ES_SAPLMBWL STATIC.
    48
    49 ENHANCEMENT-POINT MB_POST_GOODS_MOVEMENTS_02 SPOTS ES_SAPLMBWL.
    50    CALL FUNCTION 'MB_CREATE_MATERIAL_DOCUMENT_UT'
    51         EXCEPTIONS
    52           error_message = 4.
    53 *  As soon as we have started to put things into UPDATE TASK, we must
    54 *  ensure that errors definitely terminate the transaction.
    55 *  MESSAGE A is not sufficient because it can be catched from
    56 *  external callers which COMMIT WORK afterwards, resulting in
    57 *  incomplete updates. Read note 385830 for the full story.
    58    IF NOT sy-subrc IS INITIAL.
    >>       MESSAGE ID sy-msgid TYPE x NUMBER sy-msgno WITH            "385830
    60                  sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
    61 *     MESSAGE A263.
    62    ENDIF.
    63 * Optische Archivierung
    64 * Spaete Erfassung mit Barcode
    65 * Redesign of barcode handling -> note 780365
    66   PERFORM barcode_update(sapmm07m) USING xmkpf-mblnr
    67                                          xmkpf-mjahr
    68                                          barcode.
    69
    70   MOVE-CORRESPONDING xmkpf TO emkpf.
    71   CALL FUNCTION 'MB_MOVEMENTS_REFRESH'
    72     EXCEPTIONS
    73       error_message = 4.
    74    MOVE-CORRESPONDING xmkpf TO emkpf.
    75    CALL FUNCTION 'MB_MOVEMENTS_REFRESH'
    76         EXCEPTIONS
    77           error_message = 4.
    78    IF NOT sy-subrc IS INITIAL.
    Any pointers
    Code Formatted by: Alvaro Tejada Galindo on Jan 14, 2010 6:00 PM

    Hi ,
    Any inputs
    for this error
    No RFC destination is defined for SAP Global Trade Services
    Regards
    Ashu

  • Error while triggering program through output type while saving invoice

    Hi,
    I have a scenario where in my Z program needs to be triggered when saving a invoice.
    For that we have attached out Z program to output type which gets picked while saving invoice.
    In the Z program we have written the entire code in Form Entry subroutine.
    In the Z program we have called a FM "SD_SALESDOCUMENT_CREATE", to create a sales order.
    After sales order is created we have used a Commit statement.
    If I run the Z program individually, Salesorder gets created perfectly.
    How ever as per scenario when trying to save the invoice, output type gets picked. But program doesn't get called.
    and when I go to the saved the invoice I get the following error immediately:
    "Error document - Update was terminated"
    I have found that the problem is with COMMIT statement through transaction SM13.
    Can anybody help me with this. I cannot save the sales order without COMMIT, so I have to use it.
    Thanks in Advance,
    Rohan.

    Hi Rohan,
    I have worked on almost similar kind of requirement as you. 
    "Error document - Update was terminated" is because saving of invoice is done in u201CUpdate Tasku201D. Again in that work process, FM also calls for update task, which is not allowed and give short dump.
    Here are two different approaches to cope up in this scenario.
    1.Call FM in NEW TASK.
    Calling Function module in new task will assign new work process and will use different update task.
    Use:
    CALL FUNCTION 'SD_SALESDOCUMENT_CREATE' STARTING NEW TASK 'task'
    This will not give update termination error.
    Call of FM in this way will work, but as this will be asynchronies call you will be not able to get status/message out of the FM call result.
    If capturing return message is mandatory, use below approach
    2, Process output type via Job
    Set output type, dispatch time u201CSend with periodically scheduled jobu201D in u201CDefault valueu201D tab.
    Run batch job for program u201CRSNAST00u201D with appropriate variant.
    Please let me know if you need any further details.
    Best Regards,
    Nisarg

  • Error:while doing gr through the t code migo

    Error:-Invalid batch according to selection criteria in batch determination.
    Please help on urgent basis.

    Hi Craig
    Thanks a lot for all your answers.
    Last query:  I will not able to do MASS UD if all samples are not valuated means I have to record results in all 3 physical samples.
    1. In QA11 I am able to UD for each inspection lot (where result is recorded in 2 physical sample & 3rd one is not valuated). Why it is so? Why I am not getting the same error that 3rd sample is not valuated.
    2. In QA41 mass UD is not possible if 3rd sample is not valuated. Why I am not getting all inspection lots and getting few in the output screen? Is there any other way where I can valuate all open inspection lots in mass operation?
    3. In QA16, also I am not getting all inspection lots in the output screen. Why?
    Requesting yo clarify my queries to make me undrstand the process better. So that I can convince my higher management to reduce physical sample generation in auto.
    Thanks in advance for your help.
    Pradipta Sahoo
    +91 9909994216

  • Getting Error while doing MIGO

    Hello Gurus,
    I am facing one problem recently. While I m doing MIGO_GR against PO, I am getting the error for Account Determination Key and Document Splitting. I have gone through all the configuration for Document splitting & Account Determination and found all correct.
    I created PO on 01.03.2008 for 10000 Qty and i was doing MIGO_GR partially. When i m trying to do MIGO_GR for the rest of qty. I m getting the error for Account Determination key and Document splitting.
    It very urgent and right now i m searching for work around solution.
    Can anybody help me pls in this regards??
    Its very urgent!!!!
    Regards,
    Jigar

    Hi,
    Message No. is GLT2152.
    Account Determination 01001/missing
    Procedure :
    either check the splitting rule or create the account determination key.
    I checked all these scenarios.
    I m using 6.0 version
    I am purchasing the material and i have already activated document splitting. earlier i was not getting any error though document splitting was activated.
    What should i do?
    Thanx in advance
    Regards,
    Jigar

Maybe you are looking for

  • Apple mobile device support cannot install. rolling back action.

    I cannot uninstall amds. also cannot repair. I am using windows vista home premium x32. After uninstall itunes and its components, still the same instruction by apple. itunes 10.4.

  • Minisap 4.6 d problem please help

    have installed the minisap 4.6d system in the windows 200 prof os. i had the following problem in my minisap access. while Displaying table contents with transactions SE11 or SE16 gives an error "No changes on SAP objects allowed". while Accessing th

  • My iMac is starting with a safe boot

    Why is my iMac starting up with a safe boot?

  • Adobe Professional 9.0 causing Printing Issues in Word

    ere is my issue:  We are trying to print word Documents to 2 different printers.  In microsoft word it will randomly skip lines, letters, or paragraphs of text when printing. This even happens when printing to a PDF.  As soon as I do an un-installati

  • BDC return message table problem

    Dear All We are doing BDCs for Excise Invoice (J1IS) and for Posting Excise Invoice (J1IV) in Backgroung mode. Here we are facing problem in BDC return message table (messtab) which retruns the internal document number,errors or warning messages in B