Material Serial Number Issue.

Dear Friends,
Material Serial Number Issue.
Its better to explain with the example.
Material Number : ABCD with serial number as 123456
There is a reservation for the Material ABCD from work order, now the warehouse person Goods Issues for the reservation ABCD with serial number 06-123456.(he issued wrong serial number)
Correction action - Reverse Goods Issue for serial number 06-123456, now Goods issue for correct number as 123456. But the systems doesnot allows the serial number, error Material ABCD 123456 is already installed. Thenin  IQ09 the material ABCD with SNO 123456 is INSTL Status.
Now question.
1. In 1st place how system allows the Goods issue for particular reservation with different serial number?
2. Without issuing the serial number 123456, how the status changed to INSTL???
3. How to solve this problem, need to change the stauts of Material 123456 as ESTO, then i can do goods issue,. how to change the status??
Regards,
Saravanan.S

Hi,
Ask the workcentre to give that materail with 202 or 262 mvt to you. Now with the new reservation issue the required serial number material to site.
System does not have the serial number in reservation slip.Manually u are assigning it diuring the MIGO.
Ramesh

Similar Messages

  • Function module to get material serial number status

    Hi Gurus,
    How to get get material serial number status? Is there any function module?
    TCode IQ03 to display the serial number staus, but where i can find the status (AVLB / ESTO / ECUS) of these serial number ?
    Pls help.
    Regards,
    Sankaran

    hi,
    SELECT SINGLE  equnr objnr FROM
                               equi INTO (equnr1 , objnr1)
                               WHERE sernr = wa_final-sernr
                                 AND matnr = wa_final-matnr.
        CALL FUNCTION 'STATUS_TEXT_EDIT'
          EXPORTING
            client           = sy-mandt
            flg_user_stat    = 'X'
            objnr            = objnr1
            spras            = sy-langu
            bypass_buffer    = 'X'
          IMPORTING
            line             = sttxt
          EXCEPTIONS
            object_not_found = 1
            OTHERS           = 2.
        IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
        ENDIF.
    Regards
    siva

  • Get inbound delivery number by using material serial number

    is anyfuction module to get inbound delivery number by using material serial number?
    input---material serial number.
    output--inbound delivery number.

    Hi,
    BAPI_OUTB_DELIVERY_CHANGE
    BAPI_GOODSMVT_CREATE
    it's ok with the Function module
    CALL FUNCTION 'WS_DELIVERY_UPDATE_2'
    EXPORTING
    VBKOK_WA = LWA_VBKOK
    SYNCHRON = ' '
    NO_MESSAGES_UPDATE = ' '
    COMMIT = 'X'
    DELIVERY = P_ITEM-VBELN
    IT_SERNR_UPDATE = LT_SERIALS
    IMPORTING
    EF_ERROR_SERNR_UPDATE = L_SERNR_UPDATE
    <b>Reward points</b>
    Regards

  • RE:BAPI for Create Material Serial Number

    Can anybody please suggest me any function module or BAPI available to Create Material Serial Number (transaction IQ04), and later Change Material Serial Number (transaction IQ02) for updating its class type, class and characteristic description?

    Hi,
    Two options for creating meters, meter serial number
    - FM: EQUIPMENT_SAVE - It is too trickly to use this FM, one has to do lot of research and should have good technical skills
    - Using BDC - simple and straigh.
    For updating class for the meter you can use FM: BAPI_OBJCL_CREATE (BDC does not work for this one). Again it is pretty complex to implement.
    For created meters, i have used both FM and BDC. Decision depends on requirement, volume and resource.
    - ASB

  • 2 issues - Invalid Serial Number issue & Lightroom 5 Trial vs full version folder hierarchy question

    Hello
    not sure if I should split these two questions...
    1 - Invalid Serial Number issue
    I'm helping out a friend with their large photo collection and they bought Lightroom 5 and received the serial number but when we add this to Lightroom it states that it's invalid - I tried leaving it until the following week (I visit them weekly) and it still refusing the number - when I went into their Adobe account and took a look at downloads the option to download the full version is greyed out (or an x - I'm not sat on their computer right now so can't double check) but it wouldn't allow me to do anything so we just had the trial version.
    anyone know what the issue is - shall I get them to contact Adobe to get them to take a look - I also had issues trying to find a customer support email address lol. (I seem to faffing with lots of websites/software/companies this week so getting a little frazzled!)
    2 - Lightroom 5 Trial vs full version folder hierarchy question
    This question is linked to the above i- I am wondering if the folders in Lightroom are different in the trial version vs the fully paid version.
    I had set up some greeting card templates and contact sheet layouts for my friend and tried to transfer them to her computer but whilst, LR 'sees' the folders it just doesn't acknowledge the templates - I tried it several ways but I've not had that issue before so will that sort itself when I get the serial number fixed?
    Thank you for any help or suggestions - hope you all have a good weekend :-)
    Lenny

    Hi Lenny, the two questions may be related but the trial is actually the same as the full version. I would suggest getting the serial number issue sorted out first. There have been known issues where a paid for product still shows up as a trial.There is not a lot the community can do. You need to contact Adobe directly using the link below. Use the dropdown menu for boxes (1) & (2) to scroll down the list and choose:
    1. Adobe Photoshop Lightroom
    2. Serial number issues or activating my product
    3. Click on the blue button: Still need help? Contact us – then click the button marked “chat now”
    It’s usually possible to start a live chat, if an Adobe agent is free, and often to get the problem fixed right away.
    Click here to get help now Contact Customer Care

  • Serial number issue in STO PGR

    HI
    I am facing serial number issue after doing PGR
    i am into STO process . Oce PGI for outbound delivery is created and then MIGO (PGR) will happen at recveing pant
    issue is after MIGO (PGR) the serial number status must be in AVLB ..but it is still in EDEL  ESTO ...
    The AVLB status must come automatically in the equipment master.

    Hi
    I am doing through PO...we don't have inbound delivery process ... so i do MIGO with reference to PO
    We have equipment master IE01/2.. plant is assigned  after MIGO  reeving plant is getting updated in the equipment master but the serial number status is not getting changed to AVLB.... also the serial number profile is with MMSL procedure.

  • BAPI to get inbound delivery from material serial number

    BAPI to get inbound delivery number from material serial number?
    input---material serial number.
    output--inbound delivery number.

    Perhaps instead of using a BAPI you can code it like this.
    DATA:serial(10) TYPE n VALUE '0000340078',
    pos TYPE i VALUE 1.
    START-OF-SELECTION.
      WHILE pos <= 10 AND serial+pos(1) = 0.
        pos = pos + 1.
      ENDWHILE.
      REPLACE ALL OCCURRENCES OF '0' IN serial(pos) WITH space.
      WRITE serial.

  • Create material serial number and update class type and class

    Hi ,
    do we have any function to create material serial number and update class type, class and Characteristic Description?
    for transcation IQ04 0-Create material Serial number and IQ02 for change mat. serial number
    cheers,
    RAAG

    hi
    u  can  go to  iqo2 and click  class overview and assign the class type ,class and description.but u need to maintain  class for this first.
    it would be helpful for u  to  read iut  221 for work management
    for creation  of class,service object  etc.and understand the concept .
    all the best
    kr
    raj
    RAJ on Oct 14, 2008 3:20 PM

  • Maintain revison level at Material Serial Number

    Any pointer on how can I maintain and track the revision level by Material Serial Number? 
    All SAP information I have seen is maintaining revision at Material master.

    Thanks for responding. My understanding is that ECM only maintain revision level at Material Master but not at the Material Serial Number.  If we use ECM, am I able to track revision level by serial number. I cannot find a revision data field in the Material Serial number record.
    Currently, we create material master id with part-number/rev to track the revision at serial number record.

  • Chagne Material Serial number : IS data

    Hi,
    I need to chagne material serial Number detail.
    Could any one please let me know a FM to achieve this.?
    With regards,
    Sumanth

    try IQ02 tcode where u can see the material serial number detail.

  • CS4 Extended Serial Number issue

    Hi
    while registering CS4 Extended I have a problem. As Upgrade Version only CS3 Extended is shown, not my valid CS3.
    Any ideas?

    Serial number issues can only be handled by calling Adobe.
    Bob

  • Regarding the material serial number

    Hi Experts,
    How can i get the material serial number?
    Rgds,
    Sruthi.

    Hi Shruthi,
    _Analysis_ :
    A Sale Order (EBELN) can have one or more Materials (MATNR) in its line items (POSNR).
    Each of these Materials will be used in one or more Equipments (EQUNR). The  combination would be unique and this unique combination generates a unique Serial No.
    For each Material in a Sales Order, we need to attach a u201CSerial No. Profileu201D. (These Serial No. Profiles are defined in SPRO settings).
    In a Sale Order, we can see the Serial No. for a particular Material, only if the Serial No. Profile is defined/attached.
    _To verify:_
    Goto Tcode VA03. Enter the Order no.
    In the Menu bar, go to u2013 Extras à Technical Objects : To find Sale Order No., Material, Equipment No, Serial No.
    Logic to fetch Serial No. :
    1.       Enter the Sales Order No. (VBELN) in table VBAP.
    Determine:
    ·         Materials (VBAP-MATNR) for this VBELN
    ·         Position No.( VBAP-POSNR)
    ·         Serial No. Profile (VBAP-SERAIL).
    2.       Enter the Sales Document No. (VBELN) into table SER02.
    Determine:
    ·         Object No. (OBKNR) for each Position (POSNR) of the Sale Document.
    3.    From steps 1 & 2 :
          Enter this Object No. (SER02-OBKNR) and Material (VBAP-MATNR) into table QBJK.
          Fetch the following fields:
    ·         Equipment No. (EQUNR)
    ·         Serial No. (SERNR)
    This logic actually works. I have implemented it jst a month ago.
    Hope this solves your problem.
    Rgds,
    Lakshmi

  • Serial number issue

    Hi GUrus,
    Can anybody please help me with this scenario? We produce a part in Plant A. We have another plant B.  We get sales orders on plant B and if there is enough stock in plant B to meet the sales order requirement, we send it from B, if we do not have enough stock then we procure from plant A. The question i have is, is it possible to ship the same serial number parts to the end customer with out gettting any error message in plant B.
    Fo r example, serial number 1 gets shipped from Plant A to plant B and we receive it and keep it here and when we ship the same serial number 1 to a sales order from plant B, we are getting the error message, serial number not found or invalid? can we do something in the system to get rid of this error message?
    I hope i made myself clear? how will the system perceive this? Just because we shipped the serial number to our plant, does the system consider that we alreaedy shipped the serila number to the customer?
    Thanks
    Anusha
    Edited by: anusha vemulapati on Sep 28, 2009 8:02 PM
    Edited by: anusha vemulapati on Sep 28, 2009 8:05 PM

    Well, did you find the customizing of the serial number profile in customizing?
    I found the following instructions in SAP online help that will help you to confirm that your customizing is correct.
    A serial number profile with the operation MMSL must be entered in the material master record.
    If a stock check is to be performed, the indicator of the same name must be set in the serial number profile.
    In order that the individual stocks are recorded correctly, you must define the indicator as follows:
    · The serial number usage for the operation MMSL must be 03, meaning that the assignment of serial numbers is obligatory for goods movements.
    · The stock check must be 2, meaning that if the stock data is inconsistent, the system does not perform the posting and issues a corresponding error message.
    Best Regards,
    Franck
    Freelance Logistics SAP Consultant

  • ISU Material Serial Number to change?

    Dear gurus!!
    We have list of ISU materials which are all serialized, now the issue is while doing Good receipt, the warehouse personal enter the wrong serial number. Once the serial number is assigned to the equipment and is no longer edited. So now we need to change the serial number for the ISU material. We tried to use the T-code IQ02>>Edit>>Special serial no functions>>change serial number. ERROR u201CTHIS FUNCTION IS NOT PERMITTED FOR ISU EQUIPMENTu201D. Finally we canu2019t able to change the serial number. We have thousands of serial numbers to be changed, So can you please help me in this.
    Method 1,
    We do GI against 201 wrong serial number and do reversal 202 with correct serial number, still same wrong serial number with status u201CINSTLu201Dand (( correct serial number as status u201CESTOu201D or even some cases while doing reversal it say u201CSystem status PIAC is active (EQU 1090075)u201D )) so we canu2019t proceed from here.
    Method 2,
    We tried to create physical inventory and while entering the count, we key the correct serial number, now the system status for all new serial number entered is u201CESTOu201D and wrong serial still existing in the system, which shows the status of u201CINSTLu201D.
    The above 2 methods is not working! Please advice me.
    SAP GURUS PLEASE HELP ME
    Regards
    RS

    Hi saravanan
        u  may  try  deactivate button from the menu  bar.iw31.
    equipmentactive inactivedeactivate if u  click this status changes and u  can also  mark deletion  flag  set.
    try this and u see the status changed from  inst to dlfl inac
    and also  try edit-special functionsmanual transactiontry  delection  to  hu or deletion   to  customer and all posible i  hope  it  may  work
    try them
    kr
    raj

  • User exit for sale order material serial number change

    I am looking for User exit for changing the serial number for the saleorder material va01.

    Hey,
      Check the include program : MV45AFZZ. it will trigger at the of saving the sale order.
    IF SY-TCODE EQ 'VA02' OR SY-TCODE EQ 'VA01'.
    Endif.
    Note : Write your coding inside the IF clause to avoid affecting the other transaction codes.
    Regards,
    Saravanan M

Maybe you are looking for