Rejection components in shopfloor

Some times it happens that we are clearing  a GRN & giving the material in Shop WIP. But during the production ,some material gets rejected because of supplier's fault. In this case we have to return this material back to supplier through return invoice.
For this purpose we wants separate storage location in which initially we want to transfer the material from shop location to rejection location & while making  return invoice, we will pick up the material from this rejection location.
How can we do this in the system?
Thanks,
Nagesh

Hi,
In the Production process if some material found defective, if you want send the material to Vendor then in Production order components overview, maintain the Components which is defective as negative (byproduct) with qty, Plant & storage location ( Maintain a separate str loc if you want to track & send the defective material to Vendor)
then do the confirmation for the final material. during this system will create the receipt reservation for that production order for that defective material with Mvt type 531 -- Receipt by product from production order.
then in MB26 with respect to the Reciept reservation post the Reseration.
System will update the stock in the Particular str loc, from there you can create the returns PO, do the Goods reciept with Mvt type 161, stock goes off from the system, send the material along with Credit memo.
rgds
GSC

Similar Messages

  • How to restrict the Usage of Rejection Store for an User?

    Hi!
    I am a QM User. without QAD Knowledge store & Production persons moves the Components to Rejection stores thro' Mvt 311. The rejection Components are getting accumulated and we are questionable for the same.
    So Can anybody resolve the problem to restrict the Rejection storage location for an user or any other solution is highly appreciated.
    Pls. help me.
    Thanks & Regards,
    Surya

    Hi
    Avoid particular storage location from QC 
    this is possible through autherization object M_MSEG_LGO
    Go to SPRO->mat mgt->Inventory mgt& physical inventory->Autherisation Manegement>Autherizarion check for storage location-->for you plant & Storage loaction click on Autherization.
    When the indicator is set you must have authorization for the authorization object Goods movements: storage location ( M_MSEG_LGO) in order to enter a goods movement in the storage location using a particular movement type.
    In M_MSEG_LGO
    The authorization object contains four fields:
    1.Activity: defines whether the user:
    may enter goods movements (Activity=1)
    may change goods movements (Activity=2)
    may display goods movements (Activity=3)
    2.Movement type: defines the movement types you can use to to maintain goods movements.
    3.Storage location: defines which storage locations in which plant you may maintain.
    4.Plant: defines which plants the user may maintain.
    here you can Quarentive Quality people from these storage loactioon.
    Regards
    Sujit

  • Subcontracting & Handling Unit

    Dear All
    Our scenario is subcontracting is done for final assembly that is finished product and in the same subcontracting order packing is also done(Multi level 3 level packing).which is to be mapped by handling unit.we need to map handling unit management at subcontractors premises.
    Finish material is configurable (KMAT).
    Secondly rejected components during fianl assembly comes back to clients premises which is again replaced with the fresh one.
    Can anybody give any idea how to map this scenario.
    thanks and regds
    shailesh

    Hi,
         The GR is an internal document....Whenever the truck driver comes....he has the paper described details about invoice price for the given delivery of the material...which is provided to you for checking....pls do insert these details only if you have full faith on the vendor ie. abt delievered qty...price charged etc....
    Your answer to first question is :
    VERP (packaging materials)
    Packaging materials are used to transport goods and come with the goods free of charge. A material master record of this material type is managed both on a quantity basis and by value.
    Hope it helps....
    Regards,
    Priyanka.P
    Further answers will be updated....
    AWARD IF HELPFULL

  • SAP SP necessária para suportar os componentes para o SAP GRC NFE 1.0 no XI

    oi,
    Como estamos atualizando as nossas caixas de XI de SAP XI SAP PI 3.0 para 7,11, verificando o SLD notamos que Nota Fiscal componente de software está disponível. Assim, a pergunta é o que é que os Service Packs do sistema fonte precisa ter, a fim de fornecer todos os componentes necessários para a NF-e?
    temos dois sistemas de fonte da qual enviamos os dados para XI, você pode sugerir o que é o pacote de serviços adequados para apoiar SAP GRC NFE 1.0 no XI
    1> 6,0 SAP ECC, SP, 14
    EHP 2, Nível 2
    PI_Basis = 2005_1_700, Level 14
    ST = PI 2008_1_700 Nível 2
    2> 6,0 SAP ECC, EHP 4
    Muito obrigado

    Ola, vi o seu e-mail mas resolvi responder por aqui!
    Na realidade, se voce for realmente trabalhar com o GRC, dependendo da secretaria da fazenda que voce ira trabalhar aconselhor que voce aplique o sp15 no grc, consule SAP Note 1487119, nessa nota haverao todos os procedimentos necessarios.
    Como haviamos falado anteriormente por e-mail, seria necessario, caso vc realmente queira trabalhar com o GRC a aplicacao de algumas notas tecnicas no proprio GRC.
    1477834     XML Layout Version 2.00: Missing parameters in NF-e BAdI
    1487119     SAPK-10015INSLLNFE: Support Package 15 for SLL-NFE
    1496216     Rejection of NFe because of wrong data type of date fields
    1499921     Problem with validation after implementing SP15
    1498700     Problem on signing NF-e
    1497767     Fill field qTrib for new layout version 2.0
    1500046     Upgrade validation rule for field ID for version 2.0
    1500742     Adjust validation for field NADICAO and NSEQADIC layout 2.00
    1501545     Problems in trying to see a XML in the IE
    1502612     Select the NFe Status Check Service for Incoming B2B message
    1502217     Extend validation rules for <DI>/<adi>, layout 2.00
    Sem mais, precisando me mais ajuda avise

  • Remote rejected error with git

    I'm trying to get a git public repository installed on server and can't seem to push an update.
    I have my server local user with ssh access and file transfers seem to go fine. I have git 1.6.0.4 installed on both development iMac PPC (10.5.5) and server Intel (10.5.5). I included git-shell path in /etc/shells and /etc/shells.personal.
    The public repository was deposited on an external drive with scp and everything looks good. Permissions to the files are in place. Following git installation to /usr/local, I added /usr/local/libexec/git-core to the $PATH variable.
    I even chmoded the hooks files for execution.
    However, when I make a change on the development side and then commit, followed by a push to the server side I get
    "Compressing 3 objects. Done
    Writing 5 objects. Done
    Output:
    Counting objects: 9, done.
    Total 5 (delta 3), reused 3 (delta 2)
    fatal: exec unpack-objects failed.
    error: unpack failed: unpacker exited with error code
    To server:/Volumes/dir.git
    ! [remote rejected] master -> master (n/a (unpacker error))
    error: failed to push some refs to 'server:/Volumes/dir.git'"
    All my google efforts produced linux type solutions. I did add a report back hook for update but I don't see any response.
    Console secure log indicates the ssh publickey is accepted and file transfer seems to go through.
    My guess is that git-unpack-objects is not called.
    I tried git gc and git fsck to cleanup any residual files and received no errors.
    On initial transfer of the public repository and subsequent push I received an "Everything is up to date". It's the push following a new commit that hangs.
    Any advice from someone running git on server?
    TIA,
    Harry

    I went back to a package install of git-1.5.4.5 on my ppc iMac and git-1.6.0.4 on Leopard server. Still not much luck.
    After re-examining permissions and setting paths, I finally got a push to work using Paul Johnston's approach at
    http://marc.info/?l=git&m=122101378608279&w=2
    # Fix it with symlinks in /usr/bin
    server:~ $ cd /usr/bin/
    server:/usr/bin $ sudo ln -s /usr/local/git/bin/git* .
    I don't understand why I need the symlink is needed unless the ssh connection doesn't allow execution from a path location other than /usr/bin or /usr/sbin.
    Once the symlink was installed for each of the git directory components then the push executed fine. I did use the +master:master to get a non fast-forward.
    Not sure if that is still required but the connection worked.
    Hope this helps someone in addition to me.
    Harry

  • Appointment - Transaction is rejected in CRM online

    Hello,
    When creating an appointment in my CRM calendar i get an email from the admin account set for groupware connector with a link of the appointment. It does synchronise in my calendar successfully but i want to disable the email that i am getting. Sometime also i get an a message Transaction is rejected in CRM online .
    I have been looking for a while to disable this function but can't seem to find any informations regarding this issue.
    I noticed those messages appear in the Outbox of the groupware connector account in Exchange 2007. If anyone had a similar issue let me know how you resolved it. I want to be able to disable the message that are generated when i create an appointment in my CRM calendar.
    SAP CRM 7.0
    SAP Groupware Connector 2.1
    Exchange 2007 (Outlook 2007)
    Thank you,
    Martin

    for your issue "email from the admin account set for groupware connector with a link of the appointment. It does synchronize in my calendar successfully "
    you have go to CRM Middleware and Related Components>CRM Middleware and Related Components>Groupware Integration>Maintain General Groupware Settings
    set value         ACT HOSTNAME XXX.XXXX.COM (check SMICM for your CRM link.)
    you can also disable this function set value   ACT NO_BSP_URL            X
    for issue "Sometime also i get an a message Transaction is rejected in CRM online "
    This issue might got when you create Appointment in OUTLOOK , if you check middleware entry from GWCONNECTOR ID,
    yo will see Appointment transaction  type is missing for incoming entry .you can use BADI  "CMW_GW_ACT_IN" to set transaction type onte basis catagory "'CRM_ACT 301(Date)'".
    i hope your issue will resolved.
    regard ,
    vijay

  • Disc drive automatically rejects discs after being inserted.

    The past few days, whenever I insert a disc for a game into my MacBook Pro 13" (2009 model, purchased in 2010) will reject the disc and spit it back out. To describe the noise it makes, it is the usual start up noise the drive makes, and then it suddenly drops off, then starts back up again, as if the computer is trying again to read it, but cannot. Consistently after 3 'tries' it will reject the disc. It has done this maybe every other time I insert a disc for the past week, but often I will try to roll the dice later in the day and it may or may not work.. Today it has happened every single time I attempt it. Not sure what I should do. Is this something I can adjust from home in preferences or something? I don't want to fiddle with the components or dismantle it myself in any way, so if it needs servicing I will take it in, just need to know where to start from. Anyone else experienced something like this before?

    It sounds like the lens on your optical drive is dirty. Use a cleaning DVD or wrap a microfiber cloth around a credit card and carefully slide it in and out a few times.

  • Production Rejection

    Dear All,
    How to handle rejection process during production? Can anyone please explain any process how to handle this in SAP b1? What I would like to know is, how do i handle the rejection of the component items that comes during the production process when the material is in line(production process)?
    What I have done is, created a series for Production Rejection on the inventory transfer document and created a udf where the user has to manually enter the production order number select the items those were rejected during production and transfer these to the rejection warehouse.
    But my concern is to capture this rejection detail in production documents. Else there would be lots of manual intervention and i would like to avoid it.Any suggestions??
    Thanks in advance,
    Joseph

    Hi
    What about the return components button in the reciept from production window?
    Only if you use manual issue for components, you can return it.
    Also check this links:
    Return component from production order
    Please see following documentation on production process:
    https://websmp106.sap-ag.de/~form/sapnet?_FRAME=CONTAINER&_HIER_KEY=701100035871000371280&_OBJECT=011000358700004837182004E&_SCENARIO=01100035870000000183&
    Giri

  • Release Rejected - Message no. C2039 during Planned Order Conversion

    Dear Experts,
    I was trying to convert a Planned order to Process Order via COR7, and it prompted the following message,
    Release rejected (check log) - message no C2039.
    But when I create Process Order manually via COR1 for the same material master and release, it works.
    Does anyone got any idea?
    regards,
    Abraham

    Hi,
    1. Check the Storage Location for the components in BOM & Check the availability of stock for the Missing Parts in Header.
    2. Check the reservation for the "Missing Component's".
    3. Reschedule the Planned order in MD12 before conversion.
    4. Also check whether "Serial no.Profile" is activated in Material Master , if yes please go to CO02- Header->Serail Nos-> Create Serial No (Either Manually or Automatically). Then release the Order.
    Hope it helps.
    Regards,
    Sundhu

  • Subcontracting - rejection of parent material

    Dear all,
    we have a scenario where parent material from subcontractor has to be rejected. If we do 122 mvt type, child parts stock will get updated in vendor stock. We dont want to take back the chiild components to our company. Insted we want to debit vendor for components cost & service cost. Please suggest me how to achieve this.

    Hi Adeel,
    Thanks for the reply. I have created a returns PO & returned material to vendor. how to debit vendor. do we have to do MIRO. please explain in detail.

  • OWB 10g R2 - Dates getting truncated in rejected records

    Hi,
    We have been using Oracle Warehouse Builder 10g R2 in a data warehouse built on a Oracle Database Server of the same version. We utilise OWB run-time repository to extract data rejects that might occur in OWB mappings and re-process them, if necessary. In particular, we used to query to RAB_RT_EXEC_ERROR_COLUMNS view in order to retrieve data rejects.
    As I have noticed, OWB stores rejected data in its run-time repository having all values transformed to VARCHAR2(2000) data type. The problem I am trying to resolve is the fact that when OWB transfers rejected DATE values to the run-time repo, it truncates all dates so the time component is lost.
    For instance, a source table contains a record with a DATE column value "26-AUG-2006 14:30:27". The source column is mapped in an OWB mapping to a target column of the same data type. When the mapping successfully processes the records, DATE values appears in the target table unchanged, with date and time components. When the mapping rejects the record, it appears in OWB run-time repository in VARCHAR2 data type, but without time component. When I query RAB_RT_EXEC_ERROR_COLUMNS, I get "26-AUG-2006" value.
    This is a real problem for us, as rejected data being re-processed can cause unique constraint violations and does not match exactly the source data.
    Any ideas how to resolve the situation are highly appreciated.

    Yes, we capture errors in row-based mode. We considered using DML error tables, but refused to be able to capture and re-process data rejects occured at any stage in a mapping, not necessarily when the data is being loaded to a destination table.
    BTW, today I tried to set up manually NLS date format
    EXECUTE IMMEDIATE 'ALTER session SET nls_date_format = ''DD/MM/YYYY HH24:MI:SS''';
    immediately before running a mapping through WB_RT_API_EXEC package (OWB API), but result was the same -- rejected dates got truncated.

  • In Production Return & Rejected Qty Prod Order wise required

    Hi Experts,
    In Production, Parent Item to be produced 100. Two Child items are there for the parent Item.
    Parent Item A- 100 Qty
    Child Item A1- 100 Qty -- Issue method Back flush
    Child ItemA2 -100 Qty -- issue method Manual
    Child Item A2 Issued Manually. Production Completed........
    In the receipt from Production
    Parent Item A -90 Qty completed
    Child Item A1- 8 Qty Returned (Good Raw Material Returned)
    Child Item A2- 3 Qty Returned (Good Raw Material Returned)
    Child Item A1 -2 Qty rejected (To be scraped)
    Child Item A2 - 7 Qty rejected (To be scraped)
    We would like to take query/Report......... Production Order Wise, Child Item Issued, Component Returned, Component Rejected.
    Plz Guide Me,
    Thanks and Regards,
    Manikandan

    Hi,
    In SAP, for items defined as Back-flush, you cannot change the issue qty of Raw Material components. This will always correspond exactly to the qty of Finished Goods and the relation between the FG qty and the component qty in BOM. In you example, the RM Item A will be issued as 100 qty as the FG produced is 100 qty.
    Or if you are recording 90 qty then RM Item A will be consumed automatically equal to 90 qty.
    In SAP, the FG reject is prodcued only for numerical record and is recorded in the Receipt from Production screen. Total prodcued qty will be reject qty + completed qty.
    The scrap of FG item is not possible as FG item. Fixed qty of Scrap can be defined in the BOM or the production order as a row with negative qty. This will be prodcued automatically based on the qty relationship between Scrap item and the FG item.
    Say if in the Production Order for a FG of 100 qty, scrap is produced equal to 20 qty, then this srap item will be entered in the Production Order as a row of -20 qty. When production of X qty is recorded, scrap will be prodcued in the following ratio:
    Scrap produced = X * (20/100)
    Regards

  • Rejected material sent back to Sub-contractor.

    Friends,
    Scenario.
    Finished Goods : X
    Components: X1 and X2
    Received X from subcontractor After assembly.
    101 Mvt for X
    543 Mvt for X1 and X2
    X is recived in Quality stock and put them in blocked stock and later rejected and sent back to Subcontracting Vendor with 122 Movement.
    X: Mvt: 122
    Now my question is what will happen to component X1 and X2 which  logically should effected with 544 Movement. It says insufficient stock and it says the value is negative..
    Can you please guide me if my process is wrong anywhere and what is the right solution for this.
    Regards

    You are absolutely right Csaba. Thanks for your response.
    When the Finished Assembly is rejected and sent back with 122 Mvt, even the child components will have to be ticked and it has to do a 544 movement right ?
    In my case it is not happening and the system shows the following error.
    The goods movement value is negative
    A subcontracting order contains negative components ( by-products). The value of these by-products is sufficiently high that the goods receipt value value of the material ordered is negative.
    Reduce the quantity of the negative components until the goods receipt value is positive. Then enter a subsequent adjustment for the remaining by-products using transaction MB04.
    In the case of negative delivery costs:
    It would be great if you can help me understand this and resolve the issue.
    Thanks

  • Subcontracting return/rejection process

    Hi experts,
    My client is using subcontracting process in one of the plant which is excisable one .Some materials (assembly) gets rejected  in quality and is to be return to subcontractor with some challan and after rework from the subcontractor, the same comes back.
    My question is How this return/rejection process can be mapped in SAP ( with excise challan and reconcillation etc). If sent back to subcontractor, what abt components?
    secondly, is there any report available where  subcon PO wise stock can be seen ( receipt/issues of components and assembly as well)
    I have to streamline the rejection process. Kindly guide. reply ll be  very well appreciated
    regards
    N Kumar

    U have the following option for the Rejection return process,
    1. u make return document with movement type 121 for GR Base return , after QA Person reject the qty & post the same to the Blocked storage location.
    2.if the MIRO is done for the GRN document , then Create return PO, Post the doument with movement type 161, Use T code j1iv for excise ivoice creation.
    for Rework process use following option,
    1. make good receipt for the Ok qty only, remaining qty should be return
    2.After GRN for the material & QA person posted the qty to Blocked, then use movement type 941 in mb1b so that material post to the vendor, send the material with manual challen,After receiving rework qty use movement type 942 to reverse the qty.
    3.create return PO for the rework qty & debit the vendor with rquire amount.
    Regards,
    Deven

  • Project release rejected due to no material component

    Hi All,
    I am working on a cost project, i donu2019t have any materials to add my project there are only activity cost is booked to a person working at awork center.
    when i am trying to release a project system is throwing a error 'no material components. Release Rejected'
    Please guide me to resolve this issue.
    Thanks & Regards

    hi ahmed,
    check control keys  for activities.
    vengaiah chowdary
    Edited by: vengaiah chowdary pachava  chinna on Jun 12, 2010 6:14 PM

Maybe you are looking for

  • Picasa synced Web Album Pictures are blank in Gallery

    Don't know when this happened but the pictures in gallery that are synced from Picasa web are now blank. The thumbnail squares are blank, the Picasa icon is on the stack, the album names are there but the pictures are blank. The images are fine on th

  • Search in Java

    Hi, i want to create a search facility in java. What I want is to have a facility of entering a word to search(it will read a dictionary). and secondly I want the user to be able to click on a letter so that all the corresponding words appear. for ex

  • Quick Time Error message

    I asked this question several months ago and got no answer so will try again. It is weird, but when I try to watch a streaming video on the Apple web site or the Adobe site, I get a message saying that my Quicktime plugin in out of date.  I am able t

  • Full hard drive panic

    I have PB 15" 1Ghz, Power PC G4, 1GB RAM, mac 10.5.6, 60 GB drive. I have run out of space. I want to update ILife 09. I do use Itunes with a lot of music and have a lot of photos but no space left. I have 55 of 60 GB in use. I took unit into Apple s

  • Unable to see mailboxes contents/files

    Help, Help please. I recently transfered all my e-mail from my old PowerBook G4 into my MacBook Pro by Bluetooth. I can see the mailbox's files in the computer's HD, but when I open Mail, I can only see my mailbox list but nothing inside. They are in