Return to store from production quality

hi,
There is a problem , i have a senario suppose some raw material is left in production then we have to return to store , so the stores people check that material
Inspection plan is already maintained with usages 5 and status 4 (inspection lot is generated when we procure a material from vendor)
i activate the inspection type  01, 0101, 04,05 and 08, for material ROH1 but when i do the migo with movement type 262, i did not get the inspection lot , please suggest.
Please suggest
Regard
Maashish

Hi Maashish,
This is stock transfer inspection (~Type 08).
1. Check the "Task List Usage" in customisation of Inspection type 08. (Standard SAP has set it as 9)
Quality Inspection>Inspection Lot Creation> Maintain inspection type
2. Check your customisation for movement type 262. Is QM activated?
Quality Inspection>Inspection Lot Creation> Inspection for Goods Movement-->Deactivate Q Insp. for a movement type.
Hope it works after these corrections/checks.
Regards,
Pradeep

Similar Messages

  • Return vendor rejection from production line

    Hi,
    Guru,
    How to return vendor rejection from production line and it should be vendor wise.
    regards,
    rakesh patel

    Hi..
    To achieve this requirement there are some developments are required.
    e.g.:- One different movement type should be there for handling vendor rejection from production line to transit store.
    One different transit store should be there  for handling the rejections.
    And you must know that particular material has come from which vendor e.g. 10nos are from xyz vendor and 7 nos from abc vendor.
    Now you can do the transfer posting thru MIGO from production line to transit store. and can select supplier from partner tab.
    Different movement type and storage location would be very helpful for reporting part. And maintain discipline.
    Regards
    Vivek.

  • Material Return/Scrap Material from production generate inspection lot

    Hi experts,
    I would like to confirg the following:
    When material return or scrapped material return from production(mvnt type 262), system is required to generate inspection lot.
    How can I config this scenario?
    Thanks!
    Regards,
    Daniel

    The inspection lot origin '05' is assigned to movement type '262'.
    (You can check this in update control at transaction OMJJ.)
    So you have to activate the inspection type '05' or new one.
    But you should be 'careful' because an inspection lot will be create even if other movement like '501'.
    Regards
    Luke

  • Goods Return from Production

    How the rejected goods (at prdn) can be return from Production to stores, as the function in production of goods return is not working.( Issued production order of 10 nos, production completed for 8 nos, the remaining 2 are rejected & to be return to stores for further material accounting)

    Shailesh,
    When you are receiving goods after production suppose you have to receive 10 goods out of them 8 are OK and 2 are defective then in the receipt from production form you can enter the first line item by choosing the production Order from the production order Tab below and change the Quantity to 8 which you would like to enter into the Main warehouse while in the next line item manually enter the same Production order no. and in the qty column enter the 2 no.s of Defective goods and change the Wahrehouse no. to Stores. and add the form.
    Now when you see the stock you will notice that in the Stores WH stock will increase by 2.
    Please let me know if this has solved your problem.
    Nagesh

  • Returns from production against Process order

    Hai
    Can anyone suggest, how to intimate to stores department from  production to receive the shop floor returns when any process order is cancelled.
    Note: Here stores department should know through wich process order/reservation the material to be received. based on the reservation / intimation, stores department shall receive the material. (This transaction can be done in two steps)
    Regards/Ramu

    Hi Ramakrishna,
    You can have a cancel form which contains the Process / Production Order nos. In this form you can intimate your store whether to receive back the entire components or only selected components.
    The store can then post a reversal for this using MB1A, cancel w.r.t the order specified in the form.
    I hope this meets your requirement, if not revert.
    If helpful award points
    Regards,
    Vivek

  • Re: Issue in Returning Goods from Production..!!!

    Dear SAP Experts,
    Good Day..!!!
    I want to take a return quantity say 145 from Receipt from Production.When we click the add button it shows error msg as cannot add # without incomplete selection of batch/serial numbers. How to resolve from this issue..
    I have an idea of taking the return from Goods Receipt but i don't know whether it works fine or not..Plz Help me to resolve from this issue..
    With Regards,
    Revathy

    Hi Revathy......
    Check this thread out.......
    Hope you get some clue.....
    Re: Cannot add row # without complete selection of batch/serial numbers
    Regards,
    Rahul

  • How do you change the Print Products Store from USA to UK like you can do in IPhoto?

    How do you change the Print Products Store from USA to UK like you can do in IPhoto?

    Please keep in mind that Aperture is not an enhanced iPhoto, it is a different application with a different philosophy and a different intended audience. If you approach it with that in mind you will have a lot less frustration as you learn Aperture.
    Aperture adds a layer of complexity that is not needed by many.  iPhoto is a very powerful application and fits the needs of many amateur photographers.
    As for your original issue, as I said I am surprised that iPhoto allows you do switch countries like that and am not surprised that Aperture doesn't. If this is something you really need to do working in Aperture but using iPhoto to order the prints is a good work around and will not be all that difficult to do once you get the hang of it.
    As for your new question, the books in iPhoto and Aperture are different enough that the code that created the book in iPhoto wouldn't work in Aperture. What happens when you import an iPhoto library into Aperture is that the images in the book are combined into an album in Aperture with the same name as the iPhoto book. You will need to re-create the book in Aperture uaing the images in this album.
    Hope this helps, post back if you have anymore questions.
    regards

  • How to create a Return Order from a Quality Notification?

    Hi everyone at SDN.
    Really need some help on this issue we are having. We want to create a Return Order from a Quality Notification, ie. the document flow should be:
    :: Serv. notif 000200000482
       :: Return Order 0060299453
    In the SAPGUI we are able to do this by going into transaction QN02, enter the notification number and in the menu: "Notification" --> "Functions" --> "Sales Order" --> "Create Selection of Order Type". Now we select the Return Order type and the result is as wanted.
    However, we want to do all this in ABAP instead. The BAPI I have tried with is BAPI_CUSTOMERRETURN_CREATE.
    And the following code is used:
        ls_order_h_in-refobjtype = 'BUS2078'. "Quality Notification
        ls_order_h_in-refdoctype = 'Z5'. "Quality Notification type
        ls_order_h_in-refobjkey = '000200000482'. "Ref. Quality Notification
        ls_order_h_in-doc_type = 'ZREN'. "Return Order type
        ls_order_h_in-sales_org = 'S001'.
        ls_order_h_in-distr_chan = '01'.
        ls_order_h_in-division = '01'.
    Then I add a material as well as the mandatory partner functions. When I execute the Return Order is created but when I check the document flow for the Return Order there is no link to the Quality Notification.
    Any suggestions on how to do this? I have tried using FM RV_DOCUMENT_FLOW_UPDATE_U for updating the document flow but it doesn't seem to like it when I enter a Notification in there. And when I run FM RV_ORDER_FLOW_INFORMATION for the above (working) Return Order there is no Quality Notification available. So this leads me to believe that I have to update something else then VBFA (Sales Document Flow)...
    I would really appreciate all the help I can get on this.
    Best Regards
    Niklas

    anyone?

  • How can I return back to my Nigerian store from US store?

    I want to make a purchase, the system prompted me that the item is only available in the US store, and that do i want to shift to US store now? so i said YES! so I went to the US store but later I was told that my account cannot purchase from the US store that's should return toNigerian store. But the system did not prompted me back asking whether I want to return to Nigeria store, each time I want to download, I will be ask to return back to Nigerian store but I did not know HOW to? Therefore I need an assistant to return back to my Nigerian store both for my purchase and my download. Thanks.

    See  >  Change your iTunes Store country
    Here  >  http://support.apple.com/kb/HT1311
    Settings > iTunes & App Stores > Apple ID: > View Apple ID > Country/Region = Change Country / Region

  • Is it possible to release the request from production to quality

    is it possible to release the request from production to quality

    It's not allowed..
    You can move request from original server ( where a request is created ) to target server.
    Since in production server you are not allowed development work.. so u can not create req there... and u can not move req of dev server ( which were moved to prod ) from prod to quality.
    Reward if helpful
    Regards
    Pradeep

  • System refresh from Production to Quality

    Hi,
    We are going for system refresh from Production to Quality. We are at SAP NetWeaver 2004s with 700 release and at 0021 level. Our data base system is DB6 with the release 09.07.0000
    I understand that there is a note 886102 available for the system copy. But I would like to know how that had been practically implemented from your ready documents like
    1. What would be the BI consultant role during the refresh (I mean where do we involve at). I have seen many links related to this but nothing answer my question, so please don't give me links available.
    2. How to identify tables that need to be copied and restored to retain the correct source systems for data/info sources.
    3. What should be the BI consultant task before refresh?
    4. What should be the BI consultant task post refresh?
    5. What are issues faced post refresh in quality system.
    I request, the consultant who had worked on these refresh can provide me correct solution.
    Thanks in advance.
    Regards.
    Raj

    Our prerefresh activities included
    Inform security team to do no user or authorisation changes for quality during the refresh.
    Set message in development to not release any transports anymore and set message in quality to inform users in quality not to manually import transports into quality and also not approve transports for production. This ensures no transports get moved to quality and production.
    Switch off cyclic import all job (like TMS_0000000038TMS_TP_IMPORT) and the cyclic  RSTMS_DIST_APPROVED_REQUESTS job 
    Prepare list of transports for re-import to quality after refresh and give this to BASIS.
    Post refresh activities included
    Tcodes SM37, SM35 and SP01. Check that BASIS had set all released jobs to status "Susp/Released"
    "All jobs are in 'Susp/Released' state. Set them all to 'Scheduled ' as follows:
    -  Run report BTCTRNS2 to change all to 'Released'.
    - Immediately use SM37 to change all to 'Scheduled' "
    IF ANY ARE NEEDED. Remember to change Exec Target in any job you need to release.
    "Schedule  RSTMS_DIST_APPROVED_REQUESTS to run at x:29 and x:59 - so every 30 minutes.
    Please schedule with DDIC as step user (and not your own user-id)."
    Check the STMS_QA and import queues to be sure that the tranports are correct- no extra ones during refresh???
    Once happy with the above request that Basis schedule the auto import to run every 30 minutes
    First ensure that BDLS has finished and system is ready for use.
    Post refresh issues faced in production
    Many reinit issues
    ACR issues.
    Master data issues.

  • Movement code for return from Production without WBS?

    Hi All
    How can I return material from production without entering a WBS. Currently we use MB1A movement type 222 but we have difficulty in identifying material coming back from production. But we have to enter a WBS element. As you know, this takes the cost of the material from the WBS. If we have no WBS we cannot return it into stock.
    How can I return material into a warehouse from production without entering (no reference) to a WBS? Material is issued to production using movement types 221 and 281.
    Thanks
    Darren

    Hi,
    Please try to use the movement types: 521 (or) 531 , to receive goods without referring Production Orders/ WBS elements.
    Regards,
    Narayana.

  • Issue whilel transporting from production system to quality system

    Hi All,
        I am facing issue in process chain when I transport it from production system to quality system. Process chain is related to deleting PSA logs. When transported to quality system object_type and object_name fields in display variant becomes blank. In production system it is showing 8ZXXX_CA, it should become 8ZXXX_HA in quality system.
       Thanks for your help.
    Regards,
    Shankar

    Hi,
        sorry it was frm dev system to quality system, not prod to quality.
    Regards,
    Shankar

  • Return Components in Receipt from Production by DIAPI

    Hi,
    I need to return components from a production order.
    I'm trying to create a receipt from production with some of the items on the production order and the order no of the production order.
    this is my code:
    Dim oEntradaP As SAPbobsCOM.Documents
    oEntradaP = B1Connections.diCompany.GetBusinessObject(BoObjectTypes.oInventoryGenEntry)
    Dim RecSet As SAPbobsCOM.Recordset
    RecSet = B1Connections.diCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.BoRecordset)
            RecSet.DoQuery(sql)
            RecSet.MoveFirst()
            For i As Integer = 0 To RecSet.RecordCount - 1
                    oEntradaP.Lines.BaseLine = RecSet.Fields.Item("VisOrder").Value.ToString
                    oEntradaP.Lines.BaseEntry = RecSet.Fields.Item("DocEntry").Value.ToString
                    oEntradaP.Lines.ItemCode = RecSet.Fields.Item("ItemCode").Value.ToString
                    oEntradaP.Lines.Quantity = RecSet.Fields.Item("Quantidade").Value.ToString
                    oEntradaP.Lines.TransactionType = SAPbobsCOM.BoTransactionTypeEnum.botrntReject
                    oEntradaP.Lines.Add()
                    RecSet.MoveNext()
            Next
            Dim iRet As Integer = oEntradaP.Add()
            Dim sErrMsg As String
            If Not iRet = 0 Then
                B1Connections.diCompany.GetLastError(iRet, sErrMsg)
                B1Connections.theAppl.MessageBox("Error : " & sErrMsg)
            End If
    I'm geting this error :
    "The field should be empty if the document is referenced to a production order.  [IGN1.ItemCode][line: 0]"
    Regards,
    Ana Silva

    Hi Ana,
    oEntradaP.Lines.BaseLine = RecSet.Fields.Item("VisOrder").Value.ToString
    oEntradaP.Lines.BaseEntry = RecSet.Fields.Item("DocEntry").Value.ToString
    oEntradaP.Lines.ItemCode = RecSet.Fields.Item("ItemCode").Value.ToString
    oEntradaP.Lines.Quantity = RecSet.Fields.Item("Quantidade").Value.ToString
    oEntradaP.Lines.TransactionType = SAPbobsCOM.BoTransactionTypeEnum.botrntReject
    If you fill the BaseLine and BaseEntry fields, you cannot input the ItemCode. The DI API will do that automatically to ensure data integrity.
    Regards,
    Vítor Vieira

  • Transport Table K9RPEF1000006  from Production Server to Quality Server

    Dear Friends,
         I am performing client export/import activity and I have exported the Production Client with SAP Profile SAP_CUSX but when we checked log then It shows the table K9RPEF1000006 is available on production server but not available in quality server.So I have two queries ,( i) how can we create tranport request for this sap standard table (ii) How can we transport/move table from production client to quality client.
    Regards,
    Adya

    Hi Adya,
    You will need to create a transport manually using SE03 or SE09 ...
    R3TR TABL will transport technical settings for the table.
    R3TR TABU will transport table contents.
    Best regards,
    Derrick Hurley
    Development Workbench

Maybe you are looking for

  • Photoshop cs4 crashing when using certain width of a brush

    Hi, my 2 year old  photoshop cs4 has been always inexplicably crashing the moment I would try to use a 70 pxl brush... I learnt to work aroud it, but just yesterday another similar problem kicked in, when using the short keys to widen or narrow the w

  • Dock won't hide/show after Tiger security update

    I installed the Dec 27 Tiger security update last night (via SW update) and now the dock is behaving badly. I had it set to automatically show/hide, but it would not show anymore after the update. I always install sec updates, so I did also do the pr

  • IWeb blog, photo albums requires us to enter the site name on every entry?

    Every iWeb blog entry gets a heading of something like "My Site" or "Tom's Photography." This means we have to retype the name of our site +in addition to+ the actual title of every blog post. Does this not seem annoyingly tedious to anyone else? Did

  • THE PAGE CANNOT BE FOUND - HTTP ERROR 404

    I have just installed i-WEB 08 and have tried to publish a web page. I have saved, as prescribed and, to my knowledge, there are no passwords associated with the web page. When I try to access the page using SAFARI v3.0.4 the following error message

  • N8 "Music player" lacking options

    Dear Nokia Developers, Music Player: 1st. No Custom Equalizer is available. It will enhance user experience if added. 2nd. Each sound file must have an option to add to personal playlists at any point. 3rd. While adding songs to personal playlist onl