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.

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

  • Serial Number Report

    Dear Experts,
        I am having requirement as follows,
    I am having FERT which contains two HALBs, both HALBs are serially managed materials, when i am doing the GI to production order, system is showing popup to fille the serial numbers, thats fine, but i want to create a report in which the details should be like FERT with HALBs and their serial numbers, i have tried COIB, but for that my FERT should be serially managed as well, so please guide me from which table i can get the required data.
    Thanks & Regards,
    Devidas Karad

    Hi Devidas,
    You need to write custome report for this.
    Steps:
    Go to SER03 with BWART as 261. This will lead you to Material document numbers and Objkey.
    From material document number you can get prod order link and hence header magterial of prod order.
    You also have to link SER03 with table OBJK  to get component and its serial number with respect to objkey from SER03.
    Check and Revert,
    Santosh Sarda
    Edited by: santosh sarda on Jun 30, 2011 9:13 PM

  • Goods Issue ./ Serial Number Report

    Guys,
    I want to create a report which gives me the Goods Issue details with the items in the goods issue and Serial Numbers processed in those particular goods issues.
    The problem is that with the following coding, it is returning all the Serial Numbers related to the particular item available in SAP and not only those relating to that particular Goods Issue.  So if I have a quantity of 2 Serial Numbers for one item, it is not returning to Serial Numbers for that Goods Issue, but it is returning all Serial Numbers of the System under that Item.
    I suspect that it is a JOIN problem, what do you think?
    Coding is:
    Select
                        T0.DocDate as 'Goods Issue Date'
    ,                    T0.DocNum as 'Goods Issue Reference'
    ,                    T1.ItemCode as 'Item Code'
    ,                    T1.Dscription as 'Item Description'
    ,                    T2.IntrSerial as 'Serial Number'
    ,                    T1.OcrCode as 'Cost Centre'
    ,                    T1.LineTotal as 'Total Cost'
    ,                    T1.U_eReasonCode as 'Reason Code'
    ,                    T0.Comments as 'Remarks'
    From
                        OIGE T0 JOIN IGE1 T1 ON T0.DocEntry = T1.DocEntry
                                  LEFT OUTER JOIN OSRI T2 ON T1.ItemCode = T2.ItemCode
    Order By
                        T0.DocNum
    Many thanks for your work everyone.
    Regards,
    Vankri

    Hi,
    You can go to Inventory >>> Inventory Report >>> Serial Number Transaction Report. There are a lot of criteria you can choose to generate your own report.
    In your case, choose Dates and Documents tab and then enter your criteria.
    Hope this helps,
    Son.

  • Cisco Prime Collaboration Assurance IPPhone 3901 no serial number report

    Hi All,
    I have installed Cisco Prime Collaboration Assurance in my office and try to create phone inventory report , so far no problem , but when i add IPPhone 3901 there no serial number in the report , I have enable web access on the phone , i can see the serial number by click the IP  .
    any help ?
    Best Regards,
    Tommy

  • WaaS Central Manager - device serial number report available?

    Hi folks,
    just wondering if anyone knows a quick/easy way to talk to the WAAS database to pull serial number information for all of my WAE's installed.  i have 35 devices scattered around 7 states and I'm hoping for an easy way to collect serial number info.
    I was hoping the platform report from the CM would do it, but it does not provide serial numbers of each chasis, only model and software version.
    My thought is the CM probably has this data somewhere?  I'm hoping to avoid having to manually telnet to 35 appliances and run the command 'show inventory' to find the appliance I am looking for.
    anyone have a good shortcut?
    also - anyone know what the database format is?  mysql? postgres?

    The best way to collect serial # remotely from a WAAS device (WAE) is by executing 'show hardware'. You may write a script to get it.
    CM don't provide this info currently.
    Can you please unicast me at '[email protected]' so that I will be able to understand your requirements.
    thanks
    Nat

  • Battery Serial Number Report For Laptops?

    Does anyone know if there is a way to get a report of the battery serial number via ARD 3?
    Chris H.
    G5 Desktop   Mac OS X (10.4.7)  

    In theory it should be possible even though I have not tried it. Using system profiler you will be able to gather all sorts of data (Serial Number for computer and Battery Stats like charge capacity, power level, times charged etc... cant remember about Battery serial try it an see).
    To run profiler from UNIX comand level, click on the ARD 3.0 Unix icon, type in "system_profiler" and save it as a template for future use.
    Accessing system profiles with Terminal
    You can generate a system profile with Terminal using the system_profiler command line tool. To use this tool, enter the following command in Terminal: /usr/sbin/system_profiler
    For more information about the system_profiler command, enter "man" and system_profiler.

Maybe you are looking for

  • What happened to : "top 5 things you'd like to see in next version"?

    I cannot find the thread in the forum anymore. has it been deleted?

  • BT Infinity Connection Dropping but BT refuse to a...

    Hi, So in September we got BT Infinity. It was a hassle and handled terribly by BT customer service but we eventually got it. It's been working fine for around five months but within the last few weeks we have been having connection issues. Over East

  • Page that can not be open it..

    why i can't open megaupload.com and fileserve.com page?? if i'am open it, the "problem loading page" will appear. i don't know whats the problem is. can u help me? its difficult for me to download whatever that using this both page..

  • Acrobat XI - Transparent Text Color

    Any help with this would be spectacular, because I am beginning to think this release has removed this ability. Editing a PDF document that has text embedded within the layout, I want to set the "Fill" of the text to Transparent.  This was something

  • About Directory Structure

    My project contains one main e-learning project, along with 9 lessons, 9 demos and 9 simulations. Each of those is a separate Captivate project. The main project contains links to them. My question is about how to organize all this. If--in the future