Material Serial Number

Some <b>Serial numbers</b> of the materials is issued  to the job.But it is still showing the status of <b>available</b> in the warehouse. 
This should not be in the status as available in Warehouse as this is already issued from the warehouse.

1. What do u mean by the issue - Are they transfer posted or consumed ?
2. In case of transfer posted it is logical to have it still in display but not in the case of consumption..
can u elabroate more if the above doesnt fix ur issue.

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

  • 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.

  • 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

  • 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.

  • 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

  • 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

  • Material Serial Number reporting

    Hi,
    I need to create an ABAP report or potentially a BI extractor to look at material stock by functional location, with serialised materials detailed down to serial number. I can see all of the relevant information through MMBE, but need to know where the link is between the MM documents and the serial numbers, in order to show the detail down to serial number.
    Thanks

    Hi,
    Thanks for your response. This table is empty, but I think I have found the solution.
    Table SER03 holds link from material document number to an object number (SER03-OBKNR). This object number is listed in table OBJK against serial numbers, equipment numbers, and materials.
    It looks like SER07 is the table used to link Physical Inventory Documents to OBJK.
    The OBJK table holds the link table (SER07 or SER03 in this case) in field TASER.
    If anyone else has any info on this it would be useful.

  • Material; Serial Number profile check

    Dear All.
    We've recently upgraded from ECC 5.0 to ECC 6.0.
    In 5.0 we used to receive a warning message if someone tried to create a serial number for a material which did have a serial number profile.  The message was "Material not allocated a Serial Number Profile".
    It was only a warning message, but was still helpful.
    Now in 6.0 we're not getting that message.  SAP is letting us create the serial number even though no profile has been assigned in the material master.
    Does anyone know if there's been a change made between 5.0 and 6.0?
    If this is configurable?
    Other tips?
    Many thanks!

    Hi,
    Ecc 6.0 also if you are not assign serial number profile it will give warning message.
    below the message number will display as warning.
    Material not allocated a serial number profile
    Message no. IS160
    Please check with ABAPer.
    SAM

  • Material serial number creation

    Hello,
    I have a scenario in setting up serial number for material. I am presently working on data migration from legacy system to SAP. Materials in legacy system has serial numbers assigned to it. I am migrating service contracts with service materials which should have equipments details in the technical objects details
    i wanted to know how to create serial no.s for the saleable materials in the contract with status ECUS ( equipment at customer).
    When i create serials numbers the material is in stock under a plant. But this should not be the case since the equipment is already at the customer .
    Please suggest a suitable solution for doing the same.
    Thanks in advance,
    Regards,
    Kiran.R.S

    Hi,
    From IE02 - Edit, Special serial number functions, Manual transaction.
    This will allow you to move the status on depending on the status that your currently at.
    Hope that's a start!

  • Combination of Material,Serial Number, Plant and Storage location

    Serial Number needs to be fetched corresponding to material, plant and storage location. which tables to hit.
    Kartavya

    Hi,
    Please check table EQSE (OBJK -> EQSE).
    Regards,
    Ferry Lianto

  • 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

Maybe you are looking for