Good receipt for serialized material

Hi
We are using Serial number functionality. When we do good receipt for serialized material, we canu2019t enter more than 6 serial no together. Generally we used to procure 50 -100 materials. We will get serial no to excel sheet by barcode scanner. But when we entered in SAP, system allows only 6 material .
Is there anyway we can copy from excel sheet and paste it in SAP all materials together.
Thanks
Jeny

Hi
Yes there is a way of uploading more than 6 materials at a time in MIGO screen,
You need to  first upload or create the serial numbers for the material using an LSMW for IQ01 & here donot give any plant or storage location specific details
At the time of Goods receipt Copy the material serial numbers by clicking on find in MIGO in serial number tab, you need to enter the material & serial numbers copying from the excel sheet & click execute this will list all the serail number , you can select them all & copy into the MIGO screen.
This is how we didi it in our system.
Thanks & Regards
Kishore

Similar Messages

  • Goods receipt for import material

    Dear all,
    The excise tab does not appear during goods receipt of imported material. But when are doing the goods receipt for domestic material the tab does appear.
    Even after posting goods receipt and while trying to capture excise details in J1IEX i.e. incase of imports CVD, CVD-Ecess, CVD-HEcess and additional duty, the system asks for the invoice number and then throws a message that PO does not contain any selectable items. We have defined as separate pricing procedure for imports.Have maintained the material and vendor details in J1ID.
    Request to kindly suggest any settings that we need to check so that the excise tab appears for imported material also.
    regards,
    mahesh.

    Hi,
    Import Process: -
    1. ME21N - Create Import PO
    2. MIRO - Customs Invoice
    3. J1IEX - Capture Bill of Entry
    4. MIGO - Goods Receipt
    5. J1IEX - Post Bill of Entry
    6. MIRO - LIV for Vendor Invoice
    7. MIRO - LIV for Clearing Agent
    Following condition types to be used in MM Pricing.
    JCDB     IN:Basic Custom Duty
    JCV1     IN : CVD
    JECV     IN : Ed Cess on CVD
    J1CV     IN : H&SECess on CVD
    JEDB     IN : Ed Cess on BCD
    JSDB     IN : H&SECess on BCD
    JADC     Addnl Duty of Custom
    Mandatorily, use a Zero % Tax Code in Import PO.
    Import Duties will not come from J1ID, in J1ID only you have to mainatin material and Vendor (Customs Office and Import both) excise details.
    Above all, check the Excise Defaults for CVD conditions in SPRO > LO > Tax on Goods Movement > India > Basic Settings > Mainatin Excise Deafults

  • Goods Receipt for packaging material - Item cat. ELP

    Hi expert,
    I am facing a problem regarding receive Packaging Material Item i MIGO via inbound. Problem detail as below hope you can advise me:
    1. I create PO order 1pc of Throttle
    2. In Inbound Delivery Screen I do Packing for Throttle by using Handling Unit Function, packaging Material is Carton Box.
    3. After Pack complete, Item for packaging material is auto generated in inbound screen:
    - Item Cat. of Throttle = ELN
    - Item Cat. of Carton Box (Packaging Material) = ELP
    4. When i do MIGO via Inbound: there is only 1 item for Throttle is displayed. How to do Goods Receipt for Carton Box item? Do i Miss any setting for that?
    Thanks.

    i thnk u sould maintain material master with two units one is throttle and second is cartoon.
    u shud maintain that how many throttle is equal to 1 cartoon.
    this u can maintain directlt in PO (In condition tab, with these two field : OUN and UN). in PO as a OUN ,give throttle n UN , give cartoon in item overview as well as condition tab.
    and during delivery change the unit in cartoon. then while migo, material will show in cartoon.
    hope it will be helpful.
    Thanks
    Nisha

  • Goods receipt for subcontracting material

    Hello friends,
    i  am doing operation subcontractiing. My first operation is subcontracted. So, I have assigned PP02 control key to first operation (external processing and no auto goods receipt indicator)  and maintained external processing data for opration in routing. When i saved the order, for that operation PR gets generated.
    Now, I converted PR into PO and assigned raw material that has to be send to vendor. By 541 mvt. type material is issued to vendor. When i do goods receipt in MIGO, system is not showing storage location field. I dont find material in stock anywhere.
    But i can see quantity received in external processing tab of first operation in routing overveiw in order.
    Then how can i issue the material from storage for second operation if it is not in stock?
    How can i get stock of subcontracted material by MIGO?
    Please help me.
    Thanks in advance!

    Kiran,
    Since your scenario is Subcontract of operations, you will not find a material referance in your PR/PO, so there is no GR of Material happening, in this Scenario GR means delivery of the operation.
    If you really want to track, then you need to create an additional material number and assign that material number with Special Procurement key "30", here in this case you can recieve the product after subcontract as this is product sub contract process. In this case Production order is not relevant.
    Regards,
    Prasobh

  • Good receipt for process material.

    Hi PP Gurus,
    In process material scenario (Material type PROC) when I create a process order (cor1) for the same. In good receipt tab "Good receipt, non valuated" check box getting activated be default. As a result order is not getting credit of any co-product produced from above process order.
    My requirement is tick should be there in "Good Receipt" instead of "Good receipt, non valuated".

    I think the issue is getting diverted. Please understand I don't want to maintain price. The reply I have given as a feed back to the earlier reply. My issue is different. Pl go thro intial question. Pl do not go by chain and comment.

  • Automatic goods movement for serialized material

    We are confirming a material which have two components.
    Both the components are serial number managed. can we post automatic goods issue for those components while confirming the header material using backflush indicator or in any other way?

    Hi, I  believe standard SAP does not supports automatic goods movement for the serialized material.
    Regards
    Edited by: Sarvan on Mar 25, 2010 4:33 PM

  • DIAPI - Create Goods Receipt for Serial Number - on Release Only

    Hi Experts,
    I need your advise to create Goods Receipt by using DIAPI, where the item is managed by Serial Number - on Release Only.
    The option that I'm exploring is to use ‘Automatic Serial Number Creation on Receipt’ turned on.
    In standard SAP function with the above setting, we can create a Goods Receipt without entering any Serial Number, and SAP will automatically creates empty Serial Number. I'm trying to do the same thing by using DIAPI with the below code.
    oTargetDocument.Lines.ItemCode = 'abc'
    oTargetDocument.Lines.WarehouseCode = 'whs'
    oTargetDocument.Lines.UnitPrice = 100
    oTargetDocument.Lines.BinAllocations.BinAbsEntry = 1
    oTargetDocument.Lines.BinAllocations.Quantity = 1
    oTargetDocument.Lines.Quantity = 1
    '--       I skipped the below code, expecting SAP will create the empty Serial Number automatically
    '     oTargetDocument.Lines.SerialNumbers.SetCurrentLine(0)
    '     oTargetDocument.Lines.SerialNumbers.InternalSerialNumber = 2
    '     oTargetDocument.Lines.SerialNumbers.Add()
    '     oTargetDocument.Lines.BinAllocations.SerialAndBatchNumbersBaseLine = 0
    oTargetDocument.Add
    But, it returns 1470000838 - Invalid "SerialAndBatchNumbersBaseLine"; specify a valid "SerialAndBatchNumbersBaseLine"
    Can anyone please advise how we should achieve this?
    Any example or reference is very much appreciated.
    Thank you and kind regards,
    Krisma

    Hi Krisma,
    I was trying to simulate the issue here, but I couldn't post a good receipt PO even from the SAP itself with the setting you mentioned.
    I have set the management method as 'On Release' and ticked the Automatic serial number creation flag as well under general settings of inventory. Is that the setting you mentioned or something else?
    Best Regards,
    J S L Geeganage

  • Good receipt for indirect material using MIGO

    Hi all, our company has a trouble in receiving PO for indirect material.
    We would use the MIGO transaction for these order but withouth having an inventory movements (since they are indirect material)
    I don't know how normally these PO are managed, if we're using a wrong process or we need a customization of the normal procedure.
    thanks in advance for any help

    If you want to track Inventory then you need the material code & Quantity updating to be managed for those material type in OMS2 , If you are doing purchase without any Material code & against the cost center then those items directly get consumed after GRN, So now you have to decide which process you want to follow , Normally both are Standard Process.

  • Goods Receipt for Different Material

    Hi Gurus,
    I've created PO for Material A,while MIGO when inspected found different Material,
    But Package of the material shows Material A only,how to accept this Misc Material While MIGO??
    thanks

    If you are Sure that the Material is Different to Po material then You can send it back to Vendor.
    Or Keep this material in GR Blocked Stock 103 until Situation is Resolved.
    Else Inward the material with out referring po in migo with 501 mov type.
    I would suggest you to follow the First option.
    Regards,
    Ashok

  • Last purchase order and goods receipt for material

    Hello to everyone,
    is there any standard report where I can see the last purchase order and goods receipt for a material?
    Regards

    Hi,
    Latest PO you can get from ME2M, by giving input as material and scope of list as best.
    Latest GR date can be get from MB51, by giving input as Material and movement type as 101.
    Regards,
    Prabu

  • Good receipt with serial number already on stock W

    dear all,
    I have this issue:
    Company "A" sent a material (with serial number) to another company "B" in SAP (Intercompany flow) with customer consignment stock (W).
    Company B has to post the good receipt for that material but the system shows the error message that the serial number can't be used.
    My question is:
    is it possible to post the good receipt for a serial number already used in another plant, special stock W?
    Thank you
    Enrico

    Sorry jurgen:
    Serial number 1000152198 cannot be used here
    System status ESTO is active (EQU 1000152198)
    Thank you
    Regards
    Enrico

  • Serial data tab page missing during Goods Receipt for Mvt type 501

    I have created and asigned the Seria data profile in plant data/Storage 2 of the material master record. Now i want to do the Goods receipt of this material with Mvtr type 501 w.r.t any documents for 5 no's and want the serial number to be createdment. I also have made relevant settings for automatic serial number and equipemnt number synchr, but wen i m in MIGO--Goods Receipt OtherMvt type 501 and enter, the serial data tab page is missing..
    How can I activate this tab page....Any steps missing....
    Can some one throw lights on this.....
    Refered relevant threads but not much useful to my query....
    Thanks
    Murad Shaikh

    Try 501 with MB1C, OR
    Check through Path SPRO -> Sales and Distribution -> Basic Functions -> Serial Numbers -> Determine Serial Number Profiles -> Select Profile 'MM' & double click on Serializing procedure at left & maintain obligatory(03) for procedure MMSL i.e. Maintain goods receipt and issue doc. Also press F1 in Serial Number Usage to read the usage.

  • Doing a goods receipt for a customer material that is ASEQ status

    We are needing to find a way to be able to do a goods receipt for a child part in ASEQ status.  Most of our customers will send in their part after disassembling it themselves.  Since we can not receive the part our present process is to dismantle so the system status changes to ESTO and we can receive.  The problem with this is that the end user forgets to assemble the part back and we end up breaking the linkage.
    We have looked into using User Status in the equipment master and have configured that.  However the user status button, nor name shows up in the equipment master.  I have looked at the field selection in IMG and it is not hidden.  I am assuming it is being supressed by a user exit we have.
    Can anyone give me any suggestions on how we can improve the process using SAP for material that is ASEQ status and being able to create an inbound delivery so we can receive in our warehouse for this status without dismatling the unit? 
    We are on ECC

    Hello Kimberly
    You lost me while describing your current process, so  please provide more details as to how you dismantle and reinstall etc.  Also how the part goes back to the customer.
    However I can provide you  clarifications to some questions you raised..
    You see both system and user statuses in the field 'Status' itself. This is the 3rd row in the Equipment display screen under Equipment number and Description. If you see carefully you will see 2 sections, the one on left is system status and the one on right is User status. If you click on the i (info) icon, you will be taken to a screen where you see more info like status and business processes etc.
    ASEQ is a system status and it is determined by what you did ( example dismantling) and can't be changed by you (user). If you see the 'Business Processes' tab, you will also see the this won't allow assignment to a Delivery and so on. So my point is having a user status will not help you. Based on the combination of system and user statuses, some processes are permitted, some not. For example if Goods Receipts are allowed, may be you can receive without an Inbound delivery.  I am mentioning this as a thought initiator, I know you will have a Return/Repair order process including a return delivery.
    I guess you have to systematically prevent the user from  doing whatever they are doing out of turn, e.g., forgetting to reassemble (install?) and for this User statuses can help.
    Let us know your process more in detail and I am sure SAP will have a standard way to receive a child part of a big assembly. Other members will share their practices also.
    Take care.

  • MPN Material Field in Goods Receipt for Purchase Order

    Hi,
    I have created PO for MPN material "MFG-A" for IM material " 123". ( ECC 6.0)
    Already the material "123" is maintained with other MPN material "MFG-B"
    The have checked the " MPN Change" check box in the respective Mfg Part profile( IMG: OMPN) 
    While I am doing goods receipt, the MPN material field is in display mode.
    But in other system the field is in change mode.
    Default the system will show "MFG-A" as the MPN material is maintained in PO.
    But I need to  change the MPN materail at the time of GR.
    I would like to change the MPN material from "MFG-A" to "MFG-B" while doing GR time.
    kindly guide me what are the settings required to change MPN Material Field in Goods Receipt.
    Thanks in Advance,
    Kumar.

    Hi,
    I have maintained all the settings.
    But the issue was, I have not put the field "MPN material" (GOITEM-EMATN) as input field in field selection group in Inventory management.( it was in display mode )
    Once I have changed to input option, I can able to change the MPN material while GR.
    Regards,
    Kumar

  • Transaction BORGR: No tolerance on goods receipt for Kanban calloff

    Hello,
    we have the following situation:
    - MM scheduling agreement with tolerance of 10% for under and overdelivery, production supply "summarized JIT call" is set.
    - KANBAN cycle has 1 empty container with a summarized JIT call for replenishment, quantity 10 pieces.
    - ASN has been created with BORGR transaction, it contains: 1 line item for the material with delivery quantity 9 pieces, assigned to this line item is the JIT call with notified quantity 9 pieces as well.
    My expectation was that the JIT call can be booked with 9 pieces as it is inside the 10% tolerance defined for the scheduling agreement. In addition, I expected the KANBAN container be set to full.
    Instead, the following error message is given:
    'Post GR' carried out without success
    (Message no. BORGR215)
    Because of previous error, dispatching is not possible for ID 0180573431
    (Message no. /SPE/ID_HANDLING011)
    Inbound Delivery 0180573431 00010
    (Message no. BORGR210)
    Total of the summarized JIT calls does not match the current delivery qty
    (Message no. BORGR540)
    Changing the delivery quantity and the notified JIT quantity to 10 pieces, the goods receipt is booked correctly.
    I only found the following notes that deal with tolerances but they are outdated, as we are using DIMP release 603:
    https://service.sap.com/sap/support/notes/393421
    https://service.sap.com/sap/support/notes/508215
    Has anybody faced a similar problem or can help me with this?
    Thanks!

    Hello Jiaul,
    Sorry I may have mislead you.  The actual error message is "Goods Receipt for Production Order XXXX can only be made on 2010.08.25 to 2010.08.27".  These two dates are the Start Date and FInish Date for the Production Order in CO03, 
    The Basic Start Date for the current Production Order is  2010.08.25
    The Basic Finish Date for the current Production Order is 2010.08.27
    I think what it means is that you can only Post Goods Receipt for the Production Order only after the Basic Start Date of the Production Order.  Do you know where I can find the configuration for this message?
    Thanks

Maybe you are looking for