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.

Similar Messages

  • 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

  • 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

  • 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

  • Data Mismatch: Plant level stock and Serial Number collection

    Hi,
    I am working with stock in SM.
    I want the plant level stock and the serial number collection for the serialised material. The value coming for the plant stock is 20 (Eg. MATNR = 50004050) and the corresponding serial number collection is 27. But the values in plant stock and in the serial number collection should be one and the same.
    For getting the plant stock I'm using the MARA and MARC table. For getting the serial number collection I'm using EQUI and EQBS table.
    When I increase the stock using the transaction MB1C and movement type 561, I'm giving the serial numbers for the material. The issued serial numbers are coming in the serial number collection correctly but the stock at the plant level is not getting updated properly. Please let me know from where I can get same stock.
    Thanks in Advance,
    Mohan

    This could happen, if the status of serial number is wrongly updated to ESTO. From where are you taking serial numbers?Physically what is right the qty showing plant stock or the qty showing serial number? May be you go and check the history of the serial number to see if it is really available in stock.
    Also it can be serial number is optional so though the stock is reduced but serial number is not captured while issuing so the stock at plant level is less but serial number is more,
    If this is the case, reconciallation directly from tables will be difficult.
    Regards
    Sangeeta
    Edited by: Sangeeta Khurana on May 4, 2011 12:34 AM

  • Parallel Number maintanance with Material Serial Number

    Hi Gurus,
    Need to maintain the SUPPLIERS PART NUMBER along with the serial number.
    When ever serial number is traced, the part number too need to be traced.
    Please advice.
    Regds,
    NalindaR

    Dear Uts
    Thanks for the reply. Seems my requirement is different.
    Supplier sends a different number with the material code.
    Ex: Material A., Quantity 100.
    At GRN point we need to enter 100 different serial numbers and 100 different suppier specific numbers.
    These 100 suppier specific numbers are different to each other.
    Simply we need to enter 100 serial numbers and another 100 different numbers together.
    Please help.

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

Maybe you are looking for

  • Upgraded to Lion 10.7.2/Aperture 3.2.Thumbnails blank & ! shared user

    Hi there All file sharing settings on Read and write but second user on their side of computer sharing aperture library can see folder structure but all thumbnails blank or with yellow !. Strangely tho can see most of photos in viewer mode but not in

  • Flashing folder with ?, if i reset, requests password i do not have?

    When booting iMac (21.5 purchased late 2011).i get flashing folder with "?". Cannot reboot in safe mode, tried to reset PRAM, was then shown padlock screen equesting password. I didnt realise id set a password so dont rember it. this password differs

  • DMS - default original documents path?

    Dear experts, We are planning to setup a DMS for our SAP system. Can we specify a "prefix path" somewhere in a single location for all our original documents? Doing so would avoid the need to adjust all the references to the original documents if our

  • Define Site Error

    Hello, I recently got a new laptop so I've been furiously reinstalling my software, including Dreamweaver MX. I redefined several of the sites within Dreamweaver and am able to work on them without any problems. However, I have one rather large site

  • Loading date issue

    Hi Gurus, For one of our customer 22220065 we have to have documents ready 2 days before the truck picks up the goods. Therefore the loading date in the order must automatically be moved to 'delivery date - 2' How can I get this in SAP so we can have