Available Serial Numbers in my DB.

I have SAP B1 8.8 PL 12.
I need to know what are all the available serial numbers in my system or if have a serial number i need to know if it is available to sell or not.
what tables and flags can i see to get that information. Previously i used to use OSRI tables for that.
But now i am using OSRN and OITL and ITL1 for getting  information on serial number but they dont have the available status.
pls help.
thanks
raghu

hi,
Description
SerialNumbers is a business object that represents the serial numbers and additional tracking information of items. This object is part of the Inventory and Production module.
Source table: OSRN, OITL, ITL1.
Remarks
This object helps you to track items using their serial number. A computer, for example, can be located by its serial number. The serial number can provide additional information regarding a specific item such as its manufacturing date, warranty data, location in warehouse, and so on.
To display the form in the application:
Select Inventory --> Item Management --> Serial Number --> Serial Numbers Management.
Set your selection criteria and click OK. (The form will appear only if Serial Numbers are defined for the selected items.)
To de-allocate batches without actually remove them from stock (based Delivery), update SO so that it has no batches defined - it works this way in the UI and should work in DI the same - if not it should be fixed. Please note that batches allocated by Reserve Invoice canNOT be deallocated this way since we do not support Reserve Invoice updating. Batches allocated by Reserve Invoice can only be drawn to the Delivery/Invoice.
regards,
Fidel

Similar Messages

  • Available Serial Numbers

    Hi all,
    In case, an Item Master Data has no Serial Numbers Management ( Serial Manage Item by : None) , and there is stock into the warehouse (either by transactions or  by initial quantities)  and it decided change of  Serial Numbers Management Status as  Serial Manage by: Serial Numbers  & Management Method :On Release only ), is there a way to release stock, as there are no Available Serial Numbers?
    Thanks in advance
    Vangelis

    Hi,
    As per my understanding, You have created an item with Serial Number managed : None.  And you have stock in it. But now, you want to change the item as Serial Number managed.
    Then you clear the stock using Goods Issue or by using Inventory trackingand Stock Posting.
    Then open the item master and change the Magane Item by in Serial and Batch Numbers as Serial numbers and update the record.
    Then Using Goods Receipt document, take the quantity you issued into stock. Now the system asks for Serial numbers. If you have serial Number then key them, else create some dummy serial number and key them.
    I hope this could help you to solve your problem.
    Raja.S

  • How to get the serial Numbers issued for an STO

    Hi,
    I created my own STO and mapped a serialised material for the same using transaction. I increased the stock by issuing serial numbers. The /SYCLO/MM_DOPURCHASEORDER_GET BAPI returns the PO header, item and longtext details. I want the serial numbers which are issued to the STO and the list of serial numbers for which the receipts has been done.
    I want to know how to get the serial numbers which are issued to the STO throught the standard function module. I want only the issued serial numbers not the one for which the receipts has been done.
    I tried using the standard BAPI, "BAPI_PO_GETDETAIL1" to get the serial number collection. But the FM is not returning the issued serial number as well as the list of serial numbers for which the receipts has been done. It is returning only the PO history in which the list of document number are present.
    Thanks in Advance,
    Mohan.

    Hi,
    Using the transaction "MB1C" and movement type "561", I filled the required details such as Material Number, Quantity, Storage Location and Batch. After filling all these details, when I press enter, it will ask for me to enter the serial numbers equal to the quantity specified. I entered the serial numbers by selecting the available serial numbers for that particular material by pressing F4 help.
    Please let me know if you need any more inputs in this regards.
    Thanks,
    Mohan.

  • Serial numbers in SAP B1

    Hi Experts
    I'm using serial numbers for some trading items in SAP B1, currently nearly we have 250,000 available serial numbers in the system. but when we do a transfer the whole system gets stuck and no body else can work on the system for a long time.
    what can i do about this any suggestions.
    Thanks & Regards
    Kanishka Wickrama

    Hi!
    Is this happing for all user or only to a particular user ?
    Take a Backup of your live server, make a test environment and do this.
    Clear the Messages in INBOX of SAP.
    Also, Modify the Change Log to 10 instead of 99 in
    Adminstration > System initiallisation > General Setting > Services > History / Log to 10.

  • Available stock serial numbers report

    Hi every One
    Im  having a requirement i just want a report  with serials number wise  instock items the format is
    Instock Available serial number
    Item Code
    Stock IN date
    Aging(0-90)
    90-180
    180-270
    270-360
    <360days
    total
    kindly do the need ful
    regards
    Rajeev

    Copy only the Bold Letters.
    Select t.ItemCode,t.IntrSerial,t.InDate,t.Quantity,
    isnull(case when t.Days <=30 then t.Quantity end,0)[0-30 Days] ,
    isnull(case when t.days <= 30 then t.Quantity end,0)[0-30 Days-Value] ,
    isnull(case when t.days between 31 and 60 then t.Quantity end,0) [30-60 Days],
    isnull(case when t.days between 61 and 90 then t.Quantity end,0) [60-90 Days],
    isnull(case when t.days between 91 and 180 then t.Quantity end,0) [90-180 Days],
    isnull(case when t.days between 181 and 360 then t.Quantity end,0) [180-360 Days],
    isnull(case when t.days >= 361 then t.Quantity end,0) [Above 360 Days]
    from
    select t0.ItemCode,IntrSerial,Indate, 1 as Quantity,datediff(dd,Indate,GETDATE())'Days' from osri t0
    where Status='0'
    as t
    Regards,

  • Use of Serial Numbers in Deliveries and Goods Issue

    Hi,
    We are using externally created serial numbers in Sales deliveries. At the time of creation of Serial Number we are maintaining Plant code in Stock Data and creating an Equipment for every serial number.
    Now at the time of Delivery when user assigns serial numbers then system is allowing using Serial Number created in a Plant to be used in other Plant. Moreover I am able to use same serial number twice i.e. Serial Numbers which were used for the goods already delivered can be used again for other deliveries.
    Though this process is related to Delivery but the same situation is there at the time of GR also.
    If somebody have faced simmilar situation may be in different process then pl. suggest any solution.
    SM

    Hi Everyone!
    Lot of similar questions but with no answer.
    I have found out an answer to the below and thought of sharing it with all for the sake of the community.
    The setting(if at all available) that has
    to be maintained to avoid the scenerio: a serial number if already posted in
    the goods issue document should not allow for further goods issue for the
    same material serial number combination.
    Solution:
    1) Check from the material master data of the material that you are doing the PGI for, the serialization profile used for it.
    2) Go to Tcode : OIS2, check the box for ExistReq, and make StkCk as 2.
    3) Go to Tcode : OIS2, select that serialization profile, and go to serializing procedures.
    4) Dont alter any procedures that are there, just add
    SDCR-Completion check IR delivery with SerUsage value as 03 and EqR value as 01,
    In case, this is already maintained, change the values to 03 and 01 for SDCR - Completion check IR delivery.
    This will give an information message while usage of serial number for PGI, with same message BS011 and IO233 but will not let you do the PGI and save the document.
    Thanks & Regards,
    Dipti.

  • Serial Numbers in third party system

    Hi All,
    How to mange serial number in the third party sales scenario.In standard sales process we manage serial numbers at delivery level.
    But for Third party delivery will be done from vendor's place.But our client wants to keep
    a track of serial numbers.Kindly share some inputs
    Would apprecite a quick response.
    Regards
    Neel

    hello,
    do u want serial nos for tracking purpose?
    one way out is to maintain them at sales order level and have the same no in purchase order sent to the vendor in the form of text.
    ask the vendor to print this no in his delivery document as well.
    from the sales order, you can pick this no for invoice print as well.
    i hope this is a way out. dont know if something is available in standard.
    rgs,
    ak

  • How can I get serial numbers or the free versions of Adobe, Air, Flash Player 14, and Reader XI Pro

    How can I get serial numbers or the free versions of Adobe, Air, Flash Player 14, and Reader XI Pro that I had installed on my computer before Microsoft crashed my computer and I had to do a fresh install? I finished reinstalling Win 8.1Pro on my computer thanks to Microsoft Lvl 1 Techies corrupting my Command Structure so nothing would work. I had recently taken a picture of my installed programs (control panel, uninstall programs list) so that I would be able to reinstall everything I needed. I can't seem to find an email for the Reader which I remember paying for, the others I believe were free installs. Can anyone help me out.

    Safari Version 5.0.5  <  from your first post
    5.0.5 is an outdated version of Safari.
    There is an update available for Safari for version 5.1.1
    That may help.
    Click your Apple menu icon top left in your screen the click Software Update
    Restart your Mac after the updates are installed.
    Try full screen ...
    If you have problems using Software Update from the menu you can use the standalone installer here >  Safari 5.1.1

  • Inbound Delivery (WM) with Serial Numbers and HU's

    Hey,
    I want to use Serial Numbers with Handling Unit Management in WM.
    I want to use MIGO to GR a Purchase Order and then Auto Pack the Inbound Delivery.
    I also want to be able to Auto Pack the HU's with the Serial Numbers that i enter into the WM tab of the MIGO transaction.
    I post the GR of my PO and get my inbound delivery.  The delivery is Packed onto an HU ... BUT the serial numbers i enter are not present in the HU ?!?
    Does anyone know if this is possible via MIGO? or is this available only when receiving IM deliveries??
    thanks,
    Adam.

    Hi Nagesh,
    The process will be to use transaction MIGO for all goods receipts, therefore i would like to automate the Inbound Delivery Create AND pack process so that we minimise the amount of user input.
    Once we have entered the GR for the PO i want to automatically do the following:
    1) Create the inbound delivery (which the system does because the item is going into an HU managed storage location).
    2) Pack the inbound delivery (which the system does because i set the Delivery Type to 'Auto Pack')
    3) Assign entered Serial Numbers to the HU - which at the moment is not happening.
    I thought that by entering the Serial Numbers in the 'Serial Numbers' tab in transaction MIGO that these would be copied into the HU but this is not happening ?!?
    (NB: I have serialisation procedure MMSL: Maintain goods receipt and issue doc. - set on my serial number profile).
    We do not want to go into the Inbound Delivery and manually assign the serial numbers as this adds complexity and is time consuming for the User.
    thanks,
    A

  • Serial Numbers are not downloading after creation of Delivery in ECC

    Dear all,
    As per client business process, we need to download Serial numbers after creation of Outbound delivery.
    I could see the generated Serial numbers in ECC Delivery document, but those Serial numbers are not downloading into CRM.
    I have already done initial download for SERIALNUMBER object and I could see downloaded serial numbers in COM_TA_R3_ID Table.
    But after creation of Outbound delivery in ECC, those delivered serialnumbers are not available in CRM system, even after successful data transfer of Sales Order, Delivery, PGI and Invoice documents Information.
    Kindly help me in resolving the above issue
    Best regards
    Raghu ram

    Hi
    1.Check in material master whether serial number management is active in Plant data/stor Tab and serial number profile is assigned
    2. Check while doing MIGO once if u enter the material and transfer qty you are getting the serial number tab or not
    3. If everything is ok, then after posting the document check the serial number status in IQ09, check the stock type and the storgae location in the serdata tab
    Regards
    Amuthan M

  • New 9XX movement and Serial Numbers

    Greetings,
    I have created two new movements (901/902) copies of 561/562, these are inventory correction movements and I have changed very little on the actual movement type configuration other then some of the G/L account mapping. The inventory that will be corrected with these movements can be serialized and so has a serial profiles in MM, I'd like to have these new movement types to not require serial numbers at all as they may not be available and business requirement does need them. In the "Define Serialization Attributes for Movement Types" secition of Serial Management config I have changed the serial usage to 01 'None' however when I do the movement in MB11 a serial is still required. Any ideas?
    Thanks,
    Joe

    Hi,
    If you have set in Define Serialization Attributes for Movement Types" secition of Serial Management config to 01 'None', you should not get this error. This should be against your new movement type 9XX.
    Also, check in the serial number profile, if you have set the stock check indicator to 1. Let me know if it helps.
    Regards
    Hari

  • Serial Numbers and Delivery not automated.

    "The serial number field on the delivery is only a text field and requires user input. The actual serial numbers shipped on the delivery are not put in this field automatically by the system as you know. This is how it works. The serial number data is stored in different tables, OSRI and SRI1 and linked to the delivery document."
    We have been manually typing the S/N into the delivery form so that we can have it print packing lists and invoices. Once we select the S/N for the delivery it should automatically update the delivery form.
    The Delivery form does not automatically fill in the S/N once we select a s/n. Here is a scenario
    1.)Select a Sales Order that has an item that requires a s/n.
    2.) Copy SO to Delivery
    3.) Click Add or put the cursor in the proper row of the s/n column and hit enter. A new window showing available S/N should appear.
    4.) Select the S/N, assign to this SO and click Update then OK.
    5.) Repeat if more then 1 item requires a s/n.
    6) When done,  click ADD and a new Delivery ticket is created. Note at this time the S/N are not showing in the Delivery Form.
    7) You can now click Print Preview and it will show the Packing List along with a page for serial numbers. Also a Crystal Report Packing list is generated, but the s/nu2019s are not listed.
    The only way we can get s/nu2019s to show on the Delivery form and in Crystal .Reports is to MANUALLY type the s/n into the Delivery form. We want to avoid typing the data, potential for typou2019s. This should be something the software  does for us.

    We're wondering the same thing. Would a bar code scanner work? The data would have to be displayed on a PC or something where it could be recorded.
    Yes and no.  
    We have a small Bluetooth barcode scanner.  Works well if the bar codes were printed better.  I mean, the bar codes for switches/routers are "readable" but for wireless access points, you would need several attempts to get it to read.  
    Alternatively, you can read the bar codes from the box.  I only use this as a "last resort" because I have seen, in two occasions, that the codes in the box and the the ones from the appliance don't match.  

  • How to Query serial numbers on VXI smip modules.

    I'm trying to write a program in C# that will query the VXI SMIP Switch Modules for their serial numbers.  Right now I am able to view all the serial numbers through the soft front panel provided with the drivers but I need to automate this process and extract the serial numbers for further processing so I need to access the modules directly and read the data.
    My current  Setup:
    [Computer with PCI-MXI-2 Board] ------> [ Racal Chassis  with  "SM1000E double wide Carrier" that can hold 6 VXI SMIP switch module plugin cards]
    I'm able to see all resources in NI MAX.
    The VXI resource is shown in NI MAX as : VXI0::26::INSTR
    The VXI SM1000E Carrier that holds the 6 plugin module has logical address 26
    and there are 6 modules in there carrier that is 0 based, module 1 is 0, module 2, is 1, module 3, is 2 and so on...
    To my understanding, Visual Studio can automatically create wrapper code using the "Driver Wrapper Wizard" included with the T&M ToolKit.  And by doing this I was able to access some of the functions of the drivers associated with this module.
    I'm trying to use the vtvmSmip_QuerySmip function, which will return the NonVol data for up to six plug-in cards at once according to the documentation in the driver header file.  The definition of the SMiP NonVol structure can be found in the vtvmSmip.h file. But I'm still unsure how to use it.
    Using Visual Studio 2003, the function is available but it requires some arguments.
    Below is the wrapper code generated.
    [code]
    private void button1_Click(object sender, System.EventArgs e)
     // This code creates and initializes an instance of the VXIplug&play wrapper class
     // TODO:  Insert your appropriate values for address, idQuery etc.
     Agilent.TMFramework.InstrumentDriverInterop.Vxipn​pWrappers.VtvmSmip myVtvmSmip;
     myVtvmSmip = new Agilent.TMFramework.InstrumentDriverInterop.Vxipnp​Wrappers.VtvmSmip("GPIB0::7::INSTR", true, true);
     // TODO:  Add your code here.  For example:
     // myVtvmSmip.Reset();
    [code end]
    I was wondering if, I want to use myvtvmSmip.QuerySmip();  What should I pass in as the arguments?  This fuction suppose to return all 6 modules information. not sure how...
    Its definition is as follows:
    void VtvmSmip.QuerySmip(int smipStruct)
    "smipStruct points to the locaton where the data is to be sotred.  The Structure is of type vtvmSmip_SMIP_TYPE.  Look in vtSmipDefs.h for the definition of vtvmSmip_SMIP_TYPE.  Note:  The Plug&Play spec prohibits exporting data structures, so the structure is not exported."
    s
    I get and exception when I use this as:
    myVtvmSmip.QuerySmip(1);
    didnt work gave me exception..
    Another fuction I coulduse was this one.
    myVtvmSmip.ReadNonvol();
    I guess this returns 1 module at a time.
    Definition:
    voidVtvmSmip.ReadNonvol(short smodNmbr, System.Text.StringBuilder nvData)
    I suppose smodnmbr responds to each module, 0, 1, 2, 3, 4, and 5.
    I hope this isnt too much information.. I just want to be able to read the serial numbers of of these switch modules so I can process them.  If anyone can help, that would be great.  Thanks.
    Chan

    Hi Matt,
    Thanks for your replay. Right now im trying to query the VXI Tech SMP1200 double slot carrier that holds 6 SMP5004 modules.  But I have other SMP switches as well after I figure this one out, I belive if I can do this one, they should be the same for the other switches.
    SMP1200 Product Link:
    http://www.vxitech.com/ProductDescription.aspx?PID​=218
    SMP5004 Product Link:
    http://www.vxitech.com/ProductDescription.aspx?PID​=242
    I belive I have the drivers from the manufacturer.  When I try to implement the code below, I get an exception error.
    The logical address of the SMP1200 Carrier is 26. And it has a resource name of "VXI0::26::INSTR" as should in NIMAX.
    The SMP1200 holds 6 switch modules and I think its zero based ( Module 1 is 0, Module 2 is 1, Module 3 is 2 etc..up to 5)
    reading through the vtSmipDefs.h file included with the drivers, It says QuerySmip() returns information about 6 modules at once.
    ReadNonvol() reads one module at a time I belive.  Not sure how this works because using these functions, they dont return a value.  I don't know If I have to somehow read it back.
    [CODE]
    private void button1_Click(object sender, System.EventArgs e)
     // This code creates and initializes an instance of the VXIplug&play wrapper class
     // TODO:  Insert your appropriate values for address, idQuery etc.
     Agilent.TMFramework.InstrumentDriverInterop.Vxipn​pWrappers.VtvmSmip myVtvmSmip;
     myVtvmSmip = new Agilent.TMFramework.InstrumentDriverInterop.Vxipnp​Wrappers.VtvmSmip("VXI0::26::INSTR", true, true);
     // TODO:  Add your code here.  For example:
     // myVtvmSmip.Reset();
    myVtvmSmip.QuerySmip(1);
    [CODE}
    The code above is automatically generated using the built in Agilent T&M Toolkit driver wrapper wizard in the menu in Visual Studio 2003.  using this code, the intellisense menu does appear to show all the class members functions from the driver.
    When I run the program, I get an exception error.
    Ill post the exact data as soon as im back at work.
    I can also send you a link to the drivers and the help files that have some information about it. 
    Im kinda a newbie here with programming in C# and also VXI/MXI.  This is just part of my whole application im writing.  So far I've been able to query all the instruments(meters, scopes, etc) through the GPIB using IDN query so far.  Just the VXI left and its killing me.  Appreciate you help.  Look forward to your reply.
    Thanks Chan

  • If I've lost or had my iPod nano 3rd gen stolen, how can i find the serial numbers? Nothing in iTunes but i am sure i linked them before...

    if I've lost or had my iPod nano 3rd gen stolen, how can i find the serial numbers? Nothing in iTunes but i am sure i linked them before...
    They are not listed as devices on the itunes store account...

    Hi BradSLane,
    Thanks for using Apple Support Communities.  This article has one method to find your serial number:
    Reporting a lost or stolen Apple product
    http://support.apple.com/kb/ht2526
    If you have lost or found an Apple product, please contact your local law enforcement agency to report it. Although Apple does not have a process to track or flag lost or stolen product, you can use My Support Profile to find a list of serial numbers that have been purchased or registered with your Apple ID.
    Go to My Support Profile*.
    Sign in with your Apple ID.
    View your purchases in "My Products".
    * Currently available only in certain languages.
    Note: If you need help remembering your Apple ID(s), go here.
    Take care,
    - Ari

  • Serial numbers for availabel stock at a specified date

    Dear all,
    does anyone know how to get the serial numbers that correspond to the available stock of a material in a specific plant and storage location at a specified date? Is there a bapi, a function module or a class that can do this?
    For example, lets say we have the serialized material A and the available stock of the material A in the plant 1000 and storage location 0001 on 15-10-2009 (which is not the current date, but can be any date in the past) is 5 pieces. Can we find the 5 corresponding serial numbers of the material and how?
    Looking forward to your replies.
    Best regards,
    George

    Hello,
    From initial reading, looks like MB5B can help you.
    Please check the transaction & revert back.
    BR,
    Suhas

Maybe you are looking for