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

Similar Messages

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

  • Monitor Serial Number Report

    Hi All,
    I was wondering if someone could tell me how to run a report that would give me my CPU Serial number and my monitor serial number together? Running ZCM 10.2.0
    Thanks for any help.

    Sure can, because I was asked to do this recently.
    Create a new report looking at hardware components, monitor
    Then select the fields:
    Machine Name
    System Manufacturer
    System Product
    Serial Number (Device)
    Last Scan Date
    Product Manufacturer
    Product Name
    Product Serial Number
    Diagonal Size
    Instances (Summary)
    This gives you the PC information (system) alongside the monitor information (product)

  • Serial number report c#

    I am new in teststand. I have create a componant C# using teststand engine.
    I want to change directory where reports are save in c# and change serial number and name in report with C# command.
    Is it posible.
    Can somebody help me please,
    Regards

    Hi,
    Usually the properties of the report are set either using the Configure Report Dialog from the menu bar or during execution using the ReportOptions sequence callback. ReportOptions initially contains the information set from the Configure Report Options dialog but you are able to change this information during your sequence file execution by using the Override Callback sequence ReportOptions.
    The serial number is set in the Sequence PreUUT and is called if you run the entry point 'Test UUTs'. A Dialog is displayed allowing you to enter your serial number. If you are calling 'Single Pass', PreUUT is not called and therefore you would have to provide some other mechanism to allow the user to enter the serial number and then write it to correct local variable in the process model sequence.
    The User Manual should be able to give your more information.
    Regards
    Ray Farmer
    Message Edited by Ray Farmer on 06-19-2007 11:30 AM
    Regards
    Ray Farmer

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

  • AP serial number report

    I am looking for a way to get a report from our wireless controllers ( 5508 and 2504 ) of all connected waps and thier respective serial numbers.
    This I don't think should be a difficult task but cannot find anywhere how to do this.
    any help would be appreciated
    Thanks!

    Hi
    Please try sh ap inventory
    WCS has an AP report that shows the serial numbers for all of the APs.  I could not find any command that list out the serial numbers:
    Just AN iDEA: Download a WCS trial version and you can pull an inventory report.
    Regards
    Sent from Cisco Technical Support iPhone App

  • Serial number in inventory management

    Dear experts ,
    I have  assigned serial number profile in material master .
    While doing a GR i ticked the create serial number automatically & the system assigned a serial number to the material .
    I want to know , where do u define & assign the number ranges that the system will pick in case of automatic serial number allocation .
    Also how can i have external number assigned for serial number .
    Moreover  how can i check the stock based on serial number ( report t codes )
    Regards
    Anis

    Hello Anis...some i can answer...
    1.External Number assignment can be done using :IQ01 :Create Material Serial Number,this can be created Prior to GR and can be assigned to Material at GR.
    2.You can look into the stock by using MMBE tarnsaction,just Execute you material,Plant Stores...
    Select the stock level and go to Environment and select Equipment/Serial Number from drop menu to display alll sreial Number assignments.
    Hope this helps
    Arshad
    Edited by: arshad ahmed on May 22, 2009 11:36 AM

  • How do you convert the electronic serial number for the charger to the one printed on the charger?

    I am trying to figure out how to convert the serial number reported by system_profiler for the power adapter to the serial number that is printer on the charger when you remove the plug adapter.
    It appears that both are unique numbers, but I can't seem to figure out how to convert from one to the other.

    I am trying to inventory and track over 300 student laptops at a school. The chargers sometimes get swapped Or taken. I can collect the electronic number automaticly but I am looking for a way to correlate this to the number we have on record from the charger.

  • Laptop Serial Number

    Should the serial number on the underside of the laptop case, a 2010 made G62, agree with the serial number reported by Belarc Advisor, which I believe is taken from the motherboard, assuming the board is the original?
    This question was solved.
    View Solution.

    Hi:
    Yes it should (assuming the system board is the original one).
    Check the system information window in the BIOS and that should also display the serial number without using 3rd party software.
    That is the number you should compare with what is on the sticker that has the product number and serial number.

  • ALPHA NEUMERIC SERIAL NUMBER

    Dear Experts,
    We want to use Alphaneumeric Serial Numbers,
    May I know the Merits and Demerits of using Alphaneumeric Serial Numbers.
    With Regards
    Aniruddha

    Are you going to enter manually these numbers?
    What is the amount of serial numbers to be entered at a time?
    I think performance may be a issue with serial number reports.

  • Two iMacs - 1 Serial Number, What's Up?

    Hi all,
    It's computer invintory time again here at school, and I've got a rather unique problem. In a lab of about 25 G3 iMacs, two of them share (almost) the same serial number when reported by the Apple System Profiler.
    I don't have the serials handy with me, but I can get them if need be.
    Computer #1 is a 400MHz slot loading Lime iMac, the serial number on the case matches the serial number reported by the Apple System Profiler. ie: 1234567890
    Computer #2 is a 333MHz tray loading iMac, the serial reported by the Apple System Profiler is 1234567-890, and the serial on the case is totally different. (ie: 6231532140)
    The only difference according to the ASP the '-'.
    1234567890
    1234567-890
    The logic board for 400MHz computer has not been switched, but the RAM and hard drive have been upgraded. I'm unsure if the logic board on the 333MHz iMac was switched, but I wouldn't be surprised if it had been.
    I've tried new System Folders, ran ASP off a bootable CD, reset the PRAM and NVRAM, trash the ASP prefs and I've gotten the same result every time.
    Both computers have the most up-to-date firmware, and are running OS 9.2.2.
    Anybody ever heard or seen anything like this?

    Daniel_R....
    I am with Duane as not to trust ASP with the Serial Number issue, however I disagree with it being flashed into the motherboard on CRT models.
    I recall that the iMac (CRT) models contained their SN from within the HD. I ditched my petty 6GB HD too soon to see if either a reformat or a zero all data could erase it, however the SN was lost right away with a new HD months after purchase. The iMac G4 (FP) models was the start of having the SN made into some part on the motherboard. I cannot answer other than my eMac as to what other models have motherboard based SNs but I would guess Jan-2002 Mac models and thereafter.
    ...Ron

  • Custom report: Serial number of material issue in PM order

    Hi,
    I want make customized report. please can you help on this.
    requrment is: I wan to trace the serial number for the materials issued  in PM order . please let me know how to go ahead and achive this?
    regards
    krish

    Krish,
    Have a look at the SER* tables via TCode SE16
    PeteA

Maybe you are looking for

  • I cant get my phone off of mute.

    How do i get my phone off of mute.  I hit the mute button but nothing changes the dash is still through it.  I also did a system restore and that didnt work either.

  • Curve 9380 - pulled?

    Was the Curve 9380 just pulled from the market?  (or just my carrier handing me a line?)  I have been trying to get this phone.  My carrier thought they had one, turns out that one was cracked on the battery cover so they couldn't give it to me.  The

  • Video won't play online! 

    Here is my page that I am working on-- http://www.cs.wright.edu/bie/f08ihedistance/ihe601/ihe601_p091008.shtml I know that all those slashes are probably what is causing it not to play online. do you know why those slashes appeared? The video plays o

  • Is it allowed and possible to sell your running application in the Apple Appstore to another company, who wants to buy (take-over) the app?

    Hi, If you build a very succesful app in the Appstore and now you get a lot of interest from other companies to buy the application(s), is this allowed from Apple and how is this possible if you want to sell your app to the interested company? Does t

  • Error occured when checking type group

    Hi Gurus, I am getting an error during change of routing through BDC I want to update the MIC  against operation ,but in the last step I am getting the error like "Error occurred when checking type 5xxxxxxxx" Please suggest me why this error is comin