Production Order Goods Receipt  in Mass

Hi Frds,
My client need production order Goods Receipt  in mass i e at time number of production orders with batch creation,
Could any light on this issue,
Thanks
Mohan M

Dear,
There is no T. code to do the GR in mass you need to use the BAPI BAPI_GOODSMVT_CREATE.
Regards,
R.Brahmankar

Similar Messages

  • Amount for production order goods receipt

    How does the system determine the amount of the product order goods receipt for make to order product that uses variant configuration?
    Meaning during sales order, the components are selected to make up that product.

    It is using Sales Order cost estimate because it is only calculated when the items are selected in sales order.
    If there are changes to the sales order, e.g. options are removed or added...
    how do I make sure the GR take the new value?
    I did the following test in QAS:
    - Production order is created but work not started. Production order deleted.
    - Make changes in sales order.
    - Re-do cost estimate in sales order. I do see that the calculated cost has changed.
    - Recreate production order and as per normal production steps
    - When do production order goods receipt, the value remains the old value and not the new one.
    Did I missed out or do the wrong step?
    However, that also does not help to explain why the value ended up as only $0.01 as same as MM costing view.

  • BADI for MIGO ( Material document change for Production Order goods Receipt

    Hey experts,
    I am actually stuck up with MIGO BADI.
    There are many BADI's available but i dont think any one would suit my requirement.
    here goes my requirement.
    When a Production Order is created in transaction CO01 , the system picks the value of the moving  material and multiplies it with the quantity .
    But when the production order is being confirmed thru CO11N , again the system picks the present moving price of the material and multiplies it with the quantity. This goods receipt is done through MIGO transaction by selecting goods receipt for order that is 101 movement type. I have been asked to get the value of the material at the time of production order create and then change the dmbtr value of MSEG table, this can be done in the badi at the time of creation of material document number but the BADI's MB_DOCUMENT_BEFORE_UPDATE,  MB_DOCUMENT_UPDATE do not allow me to change the values .
      The BADI MB_DOCUMENT_BEFORE_UPDATE does not allow any changes to be made for XMSEG table
    and MB_DOCUMENT_UPDATE is passed by value and hence the changes are not affected after it comes out of the method.
    Guys please help me as this creating a hell lot of problem here and i would surely reward the max points if answered.
    here is the example to be more precise.
    Material : Pen
    Quantity : 10.
    date : 01.06.2008.
    TYransaction co01.
    lets say at the time of creation the value of the material was 5 rs
    a material document would be created with the value  : 50 rs.
    Now for this prod. order goods receipt is being done on 01.07.2008.
    Let the value be 4 rs now.
    so the Material document would be created with a value of 40 rs.
    I need to make this 50 rs.
    I have got all the data to do it but i am not gettin the coreect BADI, i just want the BADI name to change the DMBTR value at the time of creation of material Document.
    Thanks in Advance.

    User-exit /BADI to change mseg during migo
    https://forums.sdn.sap.com/click.jspa?searchID=-1&messageID=5435559
    try this links

  • Purchase Order Goods Receipt quantity tolerance setting not working.

    Team,
    We are using the IS-Oil solution, ECC 6.0 REL 605 SP LEVEL 009 .
    The issue that I have is as follows:
    Purchase Order Goods Receipt quantity tolerance setting not working, I had set up a 10% tolerance on QTY received in the GR process via the PIR and also the Purchase Value Key in the  material master and also changed the message to a warning in OMCQ for message number M0722.
    I  had performed a similar configuration and master data maintenance on a different NON IS-OIL client install and it worked fine.
    I believe it is the IS-OIL component in the Inventory update portion of the GR process that is causing the error.
    I have searched for OSS notes, however they mention that there is no solution.
    Setting the PO line item as Unlimited will not be best practice for the business and will not be used.
    Has anyone come across this issue? and how was it resolved, your help and guidance will be greatly appreciated.
    Thanks

    Hello,
    Please check the Tolerance levels in O588 
    Also you can use the BAdI OIB_QCI_ROUND_QTY: A new method, CHECK_TOLERANCE
    Best Regards,
    R.Brahmankar

  • Unit price validation in Purchase Order, Goods Receipt PO and A/R Invoice

    Hello!
    I want to have validation of the Unit Price field in Purchase Order, Goods Receipt PO and A/R Invoice documents.
    This means that user has to get some kind of message if she/he do not enter the Unit price in above mentioned documents.
    I can not use the price lists for this, to get the field populated automatically, because I do not have all the prices...
    I am no longer newbie when it come to SAP, but this really puzzles me
    Thanks,
    Dejan

    Hello guys,
    I have tried to add this code to check if the field Unit Price was empty in the Purchase Order form (Object ID 22)
    But it gives me an error message - Error converting data type varchar to numeric (CINF)
    I am getting the same error message even if I have some value in the Unit Price field...
    I am really confused - what is wrong with it???
    Here is the code from the Transaction notification
    IF (@object_type = N'22' AND @transaction_type in (N'A', N'U') )
         BEGIN
              IF EXISTS (SELECT T1.DocEntry FROM OPOR T0 inner join POR1 T1 on T0.DocEntry = T1.DocEntry
              WHERE (T1.PriceBefDi IS NULL OR T1.PriceBefDi = ' ') AND T0.DocEntry = @list_of_cols_val_tab_del)
                   BEGIN
                        Set @error =1
                        set @error_message = 'Unit Price cannot be blank'
                   END
         END
    Thanks,
    Dejan

  • Problem of Query of Module Purchase Order, Good Receipt PO, Good Return

    Hi,
    I would like to seek for assistance regarding double entries of documents,  I have used the query and found out lately the it has a problem, Please refer to thread "Query of Module Purchase Order, Good Receipt PO, Good Return" for details.
    You help is very much appreciated.
    Regards,
    Clint

    Hi Clint,
    Try this one:
    SELECT DISTINCT 'GRPO' AS TYPE, T1.DOCNUM
    'GRPO/RET#', T3.DOCNUM 'PO#',T1.CARDCODE,
    T1.CARDNAME , T1.DOCDATE, T0.ITEMCODE, T0.QUANTITY,
    T0.PRICE, T0.LINETOTAL
    FROM DBO.PDN1 T0
    INNER JOIN DBO.OPDN T1 ON T1.DOCENTRY = T0.DOCENTRY
    LEFT JOIN DBO.POR1 T2 ON T0.BASEENTRY = T2.DOCENTRY
    INNER JOIN DBO.OPOR T3 ON T2.DOCENTRY = T3.DOCENTRY
    WHERE T1.DOCNUM = '[%0]' AND T0.ITEMCODE IS NOT NULL
    UNION ALL
    SELECT DISTINCT 'RETR', T1.DOCNUM,T3.DOCNUM,
    T1.CARDCODE, T1.CARDNAME , T1.DOCDATE, T0.ITEMCODE,
    T0.QUANTITY, T0.PRICE, T0.LINETOTAL
    FROM PDN1 T0
    INNER JOIN OPDN T1 ON T1.DOCENTRY = T0.DOCENTRY
    LEFT JOIN RPD1 T2 ON T0.TRGETENTRY = T2.DOCENTRY
    INNER JOIN ORPD T3 ON T2.DOCENTRY = T3.DOCENTRY
    WHERE T1.DOCNUM = '[%0]' AND T0.ITEMCODE IS NOT NULL
    If you still have duplicates, let me know any differences in those lines.
    Thanks,
    Gordon

  • Query of Module Purchase Order, Good Receipt PO,  Good Return

    Hi,
    Like to ask assistance regarding Module Purchase Order, Good Receipt PO,  Good Return under Purchasing A/P.
    I have a hard time to linking the tables above:
    PO Module have table : OPOR and OPOR1
    GRPO have table : OPDN and PDN1
    Good Return have table : ORPD and RPD1
    Its very mind bubling linking this 6 tables can anyone please can assist regarding the situation, a query that shows that they are connected to each other.
    Thank very much!
    Clint

    Clint,
    Like Suda said, this query assumes your have normal business practise.
    One more thing to mention, the lower part of union all needs some other change.  Here is the complete query:
    SELECT     DISTINCT 'GRPO' AS TYPE, T1.DOCNUM "GRPO/RET#", T3.DOCNUM PO#,T1.CARDCODE, T1.CARDNAME , T1.DOCDATE, T0.ITEMCODE, T0.QUANTITY, T0.PRICE, T0.LINETOTAL, T0.TOTALFRGN, T0.RATE
    FROM         PDN1 T0
    INNER JOIN OPDN T1 ON T1.DOCENTRY = T0.DOCENTRY
    LEFT JOIN POR1 T2 ON T0.BASEENTRY = T2.DOCENTRY
    INNER JOIN OPOR T3 ON T2.DOCENTRY = T3.DOCENTRY
    WHERE    T1.DOCNUM LIKE '[%0]'
    UNION ALL
    SELECT     DISTINCT 'RETR', T1.DOCNUM,T3.DOCNUM, T1.CARDCODE, T1.CARDNAME , T1.DOCDATE, T0.ITEMCODE, T0.QUANTITY, T0.PRICE, T0.LINETOTAL, T0.TOTALFRGN, T0.RATE
    FROM         PDN1 T0
    INNER JOIN OPDN T1 ON T1.DOCENTRY = T0.DOCENTRY
    LEFT JOIN RPD1 T2 ON T0.TRGETENTRY = T2.DOCENTRY
    INNER JOIN ORPD T3 ON T2.DOCENTRY = T3.DOCENTRY
    WHERE    T1.DOCNUM LIKE '[%0]'

  • Production Order & Goods Recieve Warnning

    Hi!, guru.
    sorry to post new thread ,but refer to my PO without Costing
    2. I want to change This warnning message in MB31 to error message or something that not allow to good recieve ith no price.
    <a href="http://i41.photobucket.com/albums/e271/260325/mb31.jpg">Picture 2 - warnning message in mb31</a>
    point for useful answer for sure.
    regards.

    Hi Kittisak
    1>For the first one check the exit's given below.
    PPCO0001 enhancement when saving the order
    PPCO0007 Exit when saving production order ( header fields).
    2> The following exits are available for MB31 check these one of them may work.
    MBCF0002            Customer function exit: Segment text in material doc. item
    MBCF0005            Material document item for goods receipt/issue slip       
    MBCF0007            Customer function exit: Updating a reservation            
    MBCF0009            Filling the storage location field                        
    MBCF0010            Customer exit: Create reservation BAPI_RESERVATION_CREATE1 
    MBCF0011            Read from RESB and RKPF for print list in  MB26           
    MB_CF001            Customer Function Exit in the Case of Updating a Mat. Doc.
    MBCF0006            Customer function for WBS element
    Regards
    Prasad
    Reward if useful

  • COGI error in relevance in production order goods movement

    Hello,
    Yesterday I have a COGI error with regards in reservation. "RE Quantity moved exceeded by 7,912 LB: 1000710  0111  0001  201200". But today someone done something on the production order, and the error yesterday in COGI are fixed. Am confused what happen or what they did to fixed this since yesterday the error still there but now it is gone.
    when checking the Documented Goods Movement for material 1000710 in the production order here the details,
    Goods MVt   Mat. Doc  Mvt type Batch      Qty   Reservation
    1                       4908430     261     201199    6000  1112345
    1                       4908426     261     201198   14000  1112345
    1                       4908437     262     201200   14000  1112345
    2                       4908430     261     201200   14000 
    This is what it shows? could some one explain me with this data what was the reseason yesterday i did not fixed the COGI error while now it was fixed? and why in RESERVATION 1112345 it only shows qty 6000 not 14000 for this order?
    Hope for your kind and urgent reply to this issue
    Thanks
    JJ
    Edited by: John Jay Palisoc on Jul 24, 2008 5:02 AM

    Hi JJ,
    well, as far as I can see, there is an unplanned 261 (without reservation no.). This one (doc. 4908430) has wihtdrawn additional 14000 for batch 201200. Therefore, the later 262 posting (doc. 4908437) with 14000 for that batch could be put into store without error.
    That's all
    Regarding the reservation: It shows qty 6000 because as first step 14000 were withdrawn, then additional 6000 and then 14000 were put back. So 6000 remain.
    Regards, Andreas
    Edited by: Andreas Seibel  on Jul 24, 2008 3:37 PM
    Edited by: Andreas Seibel  on Jul 24, 2008 3:40 PM
    Edited by: Andreas Seibel  on Jul 24, 2008 3:45 PM

  • Single batch for a component in production order goods issue

    Hi,
    We have a requirement where during good issue to a production order
    through CO11 & MIGO, more than one batch of a particular component
    should not be issued i.e. only one batch for a component should be used
    for goods issue for a production order..If the stock for a particular
    batch not full it should not allow the system to issue that batch. We
    want an error message or any other restriction where system will not
    allow more than one batch for a particular componet to a production
    order.
    Please advise how to design such scenario.
    Regards,
    Chandan

    Hi Chandan,
    Try with below steps,
    - Create Batch Search procedure -
    - Create Batch Determination Strategy for that Material (Create it for both COB1 and MBC1)
    - Set NO. of Batch Split as 1 and don't tick Check box for Change Allowed
    - Then go to Order type Dependent Paramter OPL8 - Assign your Batch Search Procedure and also tick Check Batch (This will check the auto check if Batch Determination is done manually and if you have violet the Batch Determination it will throw an error Massage)
    Regards,
    Dhaval

  • Production order goods movement issue

    Hi,
      i am interested in issuing the materials to a production order at the creation stage.please specify any settings can be made for this. I want it to happen in specific plant only and not at global level.
    please suggest
    regards
    madan

    Hi,
    Normally system will not Allow  any  Goods Movement when the Order has CRTD status (Creation stage).
    However u can overcome this  by doing allowed Goods MVt for status at CRTD at BS22.
    It will afftect all the Plants & order types globally ,
    As i know   your requirement is not possible  .
    Pradeep

  • Make to Order - Goods Receipt to Sales Contract

    Dear SD Gurus,
    In our scenario, sales order is created with reference to sales contract.
    In the requirement class 040, Account Assignment Cat is "E Ind. cust. w. KD-CO".
    So, when production order is complete, the stock is GR-ed into the sales CONTRACT number rather than the Sales Order number thus making it impossible to perform delivery.
    We need this to be GR-ed to sales order.
    Any advice is appreciated.
    Thanks,
    Soo

    Problem solved.
    Needed to change the requirement class in order to avoid PP parking the stock to the Sales Contract.

  • Purchase order & Goods Receipt

    Helloe Experts ,
    I am New to the MM .As part of the case study In my project i need to configure MM as explained below
    1)There are 2 vendors A & B
    2) A suppllies material X & B suppllies material  Y
    3)I need to configure the blank Client system for Creation of Purchase order.
    4)Then for the same i need to configure Goods issue through MIGO.
    Could any one send me the steps to configure for the same.
    Please note that i have given a blank client.
    All enterprise settings needs to be done
    Thanks in advance
    regards
    sagar

    Hi,
    Refer to this link where will find configuration doc based on industry specific.
    http://help.sap.com/bp_bblibrary/600/BBlibrary_start.htm
    Regards
    Ravi Shankar.

  • CRM 7.0 Repair Order: goods receipt against order stock

    Hi gurús,
    We are implementing CRM 7.0 Service and one of our business processes is Repair Order. We have done almost all customizing following Note 806768.
    We have our repair orders replicated in ERP, where logistics processes take place without problems as far as we do not set special stock indicator to order stock at level item, therefore receiving and issuing products to be repaired into unrestricted stock. Processes are correctly updated in CRM.
    The problem comes when we try to use order stock, as mentioned in SAP Help. Return to repair enters into unrestricted stock, even though it is supposed to entry order stock, with movement 653-E (Schedule categ. IR). When we try to deliver repaired product, movement 601-E (Schedule categ. IA), we are getting errors, since there is no order stock, and return and deliver are managed with two different item positions.
    I suppose this is a logistics issue, not a CRM problem, but I would like any advice in case anybody has already dealt with it.
    thanks in advance and take care.
    Pablo

    What resolution did you get for this issue? Did you do an enhancement?

  • Subcontract Purchase Order + Goods Receipt + Requirement reduction

    Hi all,
    I have the prob that SOMETIMES after a GR for a subcon PO the requirement for the components is not reduced.
    Can this be controlled by the flag "Ind. rqmnts reduction" for MVT543??? In a SAP-Book I found the statement: This only works for MVT 101...
    Is that true? What are the settings in a SAP-Standard system for this flag for this both MVTs??
    So I continued search for the cause in OSS and found out note 115899. Does anybody know this report and has any experiences?
    Regards
    Thomas

    Hi
    SOMETIMES after a GR for a subcon PO the requirement for the components is not reduced.
    check that user is not manually removing tick of components while doing GR of final product
    This only works for MVT 101...
    I dont Think so
    you can check other goods issuing movemnts in which yo will find this tick for reducing the requirement as it is to be happen.

Maybe you are looking for