Include batch/serial numbers with Count Sheets

When performing a cycle count for items that are managed by batch or serial numbers, it is necessary to record the count by batch or serial number, since discrepancies must be entered with this information.  There should be an option or alternative PLD layout that would include a list of batches or serial numbers with quantity > 0 in the warehouse.  Users could then enter the count for each batch, or check off the serial numbers that are counted.

Hi Marcia,
I just made a query to pull that data.  I had the item and item group table in there because we were filtering by item group.
SELECT
  T0.[ItemCode]
  ,T0.[ItemName]
  ,T0.[BatchNum]
  ,T2.[ItmsGrpNam]
  ,T0.[Quantity]
  ,NULL as 'Counted'
FROM
  OIBT T0 
  INNER JOIN OITM T1 ON T0.ItemCode = T1.ItemCode
  INNER JOIN OITB T2 ON T1.ItmsGrpCod = T2.ItmsGrpCod
WHERE
  T0.[Quantity] > '0'
It will give you the list of all batches with quantities to count.  Then you can make a PLD query layout and print that.  Problem is you have to aggregate the items into a total by item code anyways for doing the counting, but then you need to have the batch data when posting.
Hope that helps,
Mike

Similar Messages

  • Cannot add row without complete selection of batch / serial numbers SBO 8.8

    Hi
    I have written some code to import a goods receipt po document in SAP 8.8
    When the item is a batch number I get the message 'Cannot add row without complete selection of batch / serial numbers'
    This is my code -
                        doc.Lines.SerialNumbers.SetCurrentLine(0)
                        doc.Lines.SerialNumbers.InternalSerialNumber = batchno
                        doc.Lines.SerialNumbers.ExpiryDate = CDate(bbdate2)
                        doc.Lines.SerialNumbers.ReceptionDate = CDate(Now.Date)
    Can anyone see what is wrong please ?
    Many thanks
    Regards Andy

    Hello
    You would like to import items with batches or items with serials?
    This code is importing items with serials.
    Hereby an expample for each cases
    'bacthes
            oDoc.Lines.BatchNumbers.SetCurrentLine(0)
            oDoc.Lines.BatchNumbers.BatchNumber = "1"
            oDoc.Lines.BatchNumbers.Quantity = 1
            oDoc.Lines.BatchNumbers.Add()
            oDoc.Lines.BatchNumbers.SetCurrentLine(1)
            oDoc.Lines.BatchNumbers.BatchNumber = "2"
            oDoc.Lines.BatchNumbers.Quantity = 1
            oDoc.Lines.BatchNumbers.Add()
            ' here you should apply condition: sum of batch qty = oDoc.Lines.Quantity -this completes the selection
            oDoc.Lines.Add()
    'serials
            oDoc.Lines.SerialNumbers.SetCurrentLine(0)
            ' Use the correct line for selection of serial numbers:
            ' I have the settings "None" -> Systemserialnumber will be used
            ' query: SELECT T0.[SriUniqFld] FROM OADM T0
            oDoc.Lines.SerialNumbers.SystemSerialNumber = "1"
            'oDoc.Lines.SerialNumbers.ManufacturerSerialNumber = "1"
            'oDoc.Lines.SerialNumbers.InternalSerialNumber = "1"
            oDoc.Lines.SerialNumbers.Add()
            oDoc.Lines.SerialNumbers.SetCurrentLine(0)
            oDoc.Lines.SerialNumbers.SystemSerialNumber = "2"
            'oDoc.Lines.SerialNumbers.ManufacturerSerialNumber = "2"
            'oDoc.Lines.SerialNumbers.InternalSerialNumber = "2"
            oDoc.Lines.SerialNumbers.Add()
            ' here you should apply condition: count of serialnumer lines = oDoc.Lines.Quantity
    Regards
    János

  • Cannot add row without complete selection of batch/serial numbers while creating Goods receipt purchase order

    Error:Cannot add row without complete selection of batch/serial numbers
           Dim oPDN As SAPbobsCOM.Documents
           oPDN = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oPurchaseDeliveryNotes)
                         Dim serno As String = "SH-A1,SH-A2"
                        Dim sernoval As String() = serno.Split(",")
                        Dim mnfser As String = "SH-B1,SH-B2"
                        Dim mnfserval As String() = mnfser.Split(",")
                        For k = 0 To sernoval.Length - 1
                            oPDN.Lines.SerialNumbers.InternalSerialNumber = sernoval(k).Trim
                            oPDN.Lines.SerialNumbers.ManufacturerSerialNumber = mnfserval(k).Trim
                            oPDN.Lines.SerialNumbers.Quantity = linedetails(iRowNo).Quantity
                            oPDN.Lines.SerialNumbers.SetCurrentLine(k)
                            oPDN.Lines.SerialNumbers.Add()
                        Next
                    oPDN.CardCode = "C232323"
                    oPDN.Lines.ItemCode = "A00004"
                    'oGR.Lines.LineNum = 0
                    oPDN.Lines.BaseLine = 1
                    oPDN.Lines.BaseEntry = 202
                    'oGR.Lines.BaseRef = 203
                    oPDN.Lines.BaseType = 20
                    oPDN.Lines.Quantity = 1
                    oPDN.Lines.UnitPrice = 2
                    oPDN.Lines.WarehouseCode = '01'
                 oPDN.Lines.Add()
                 lRetCode = oPDN.Add

    Hi Vasanth,
    Invert the SetCurrentLine () and Add() at the end of the SSSerialNUmbers loop.
    Regards,
    Eric

  • Adobe wont update my CS 5, it says i have the wrong serial number.  I have 2 serial numbers with my account, how do i switch the serial number in CS 5 to the other number?

    Adobe wont update my CS 5, it says i have the wrong serial number.  I have 2 serial numbers with my account, how do i switch the serial number in CS 5 to the other number?

    David,
    To switch, I am afraid you will have to reinstall using the other one.
    But that should hardly be necessary.
    If you can find no way, you may try a chat here,
    Creative Cloud support (all Creative Cloud customer service issues, chat open between 5AM and 7PM PST/PDT on workdays)
    http://helpx.adobe.com/x-productkb/global/service-ccm.html
    or Adobe Support (phone) here,
    http://helpx.adobe.com/adobe-connect/adobe-connect-phone-numbers.html

  • DTW serial numbers with stock take count

    Has anyone worked out a way to use DTW to load serial numbers into the stock count sheets along with the item counts?

    thanks Joseph but I am trying to do a regular monthly stock take, not a stock 'document' like a receipt or transfer.
    The DTW template oStockTakings is what I have always used; this loads the stock counts into the "Initial Quantities, Stock Tracking and Stock Posting" screen.  But I haven't tried to stock count serialised items before and want to know if there is some way to also load up the counted serial numbers, rather than having to intervene manually at the stock posting tab of the screen mentioned above.
    kind regards,
    Cathy

  • Certificates using serial numbers with material without batch assigned

    Hi experts...how can i track serial numbers and inspection lots from roh material without batch assign but with serial numbers ? these roh materials were used in PO without batch assign to FERT material yet. Is possible use where-used list only to manage serial number or only using batch administration over the serial numbers ?
    i will apreciatte any answer!
    Regards
    Marco Antonio Trois Endres

    Hi ,
    This seems to be a Material Management configuration question, I dont know if this will answer it
    You will have to configure the Characteristics of your Material from a task list and transfer/Copy it to your Certificate profile,
    there has to be a feature to enter the desired selection Criteria based on your question
    Work with the security team if  your MM_G and MM_S class objects can help open or close certain authroization objects to achieve your goal.
    in one of the google search it states that
    "This can be done from  Extras Characteristics from  your task list.
    A dialog box appears for entering the selection criteria for the task list"
    Will Need more security related information to help you on this.

  • I bought Logic Studio from a pawn shop with Pro Tools and an iLok. It didn't include the serial numbers, which I thought were on the iLok. Is their any way to us this as an upgrade from like eBay?

    Can I buy a used version of Pro Tools with the serial numbers from eBay, then istall Pro Tools and Logic I bought from a pawn shop using them as an upgrade?

    If it sounds fishy, it probably is. Serial numbers from eBay typically don't work, because they are stolen, reused, etc. Logic Pro has nothing to do with iLok. And Apples doesn't offer cross-grades or upgrades anymore. If you want their software you go to the Mac App Store application and buy it. That's the only way.

  • Import of bulk serial numbers with Goods Receipt

    Hello
    I need to create an Add-On that automates the creation of Goods Receipt PO documents with linked serial numbers. Using the DI API I manage to create the Goods Receipt and link about 1000 serial numbers to one document without any problems. When the item qty (and linked serial number qty) goes beyond 10,000 it crashes (probably runs out of memory).
    I know an alternative would be possibly using the DI Server. Has anyone ever done this with such big volumes? Not sure if the DI Server would be able to handle say 100,000 serial numbers, at a time.
    Any advice is appreciated.
    Thanks,
    Jéan

    Thanks Gordon.
    This is not good news. I am just concerned as the SDK help on DI Server specifically states:
    "Business partners can use the DI Server for the following main scenarios:
    ==>> Heavy duty operations, such as batch"
    I assume this is the same type of "heavy duty operation" as a data take-on would be? Or does it mean that B1's serial number management is limited to small quantities at a time.
    Jéan

  • How to include Batch Number in Inventory Counting and Print Countsheet

    Hi,
    Could someone let us know how to include the batch number from Inventory Counting and include them in the count sheet when printed?
    Thank you!
    Ramon

    Hi Pam......
    Try this and modify as you want......
    SELECT Distinct T3.[DocDate], T0.[ItemCode], T2.[ItemName], T2.[BatchNum], T0.[Quantity],
    T0.[DocEntry], T0.Price, (T0.Price*T0.[Quantity]) As 'Total'
    FROM PDN1 T0  inner join OIBT T2 on T2.ItemCode=T0.ItemCode and T2.BaseEntry=T0.DocEntry
    INNER JOIN OPDN T3 ON T0.DocEntry = T3.DocEntry
    WHERE T2.[BaseType]=20 and T2.[Direction]=0
    Regards,
    Rahul

  • Serial Numbers with Leading Zeros

    We have leading Zeros in our serial numbers, is thier customizing or any user exits which would allow us to store and use these as they are .
    Ex - SN= 02547 it stores in SAP as 2547 to the user and I think in the DB its right justified and padded with zeros.
    Please advise.

    Hi
    I think you can get this functionality done using function module: CONVERSION_EXIT_ALPHA_INPUT.
    Check with ABAPer.
    regards
    Srinivas

  • Serial Numbers with the licence

    Hello,
    I just purchased a licence to use all services from Adobe for students. But when I'm trying to open PhotoShop, Illustrator ans InDesign, it doesn't work and ask me some serial numbers..
    But when I'm using it with Adobe Muse, it works very well.
    So what am I doing wrong?
    Thank you by advance for your answer !

    I don't think you can change the serial numbers of NI hardware.
    You could read the serial number of the hardware, concatenate it with a private string, then compute the MD5 hash using the function
    C:\Program Files\National Instruments\LabVIEW 8.2\vi.lib\Utility\MD5Checksum.llb\MD5Checksum string.vi
    Now is the right time to use %^<%Y-%m-%dT%H:%M:%S%3uZ>T
    If you don't hate time zones, you're not a real programmer.
    "You are what you don't automate"
    Inplaceness is synonymous with insidiousness

  • Serial Numbers with CiscoWorks LMS 3.2

    Hi all,
    Is there a way to find the Serial Numbers of all your Cisco devices using CiscoWorks LMS 3.2?
    Thanks in advance,
    Carles

    You can run a hardware report under RME > Reports > Report Generator > Inventory > Hardware Report.  However, some devices are not aware of their serial number electronically.  In these cases, you can add the serial number using the "snmp-server chassis id" command so that RME can pick it up.  You can check this link with details on how the serial number is obtained via SNMP.

  • Trying to match Adobe Creative Suite Serial Numbers with Installed Software's

    I'm trying to log all of my Adobe Creative Suite Software's in an Excel Sheet so i can know which computer the software's are installed on. I own and registered 8 versions of Creative Suite for our office, but i'm trying to now find out which computer each one is installed on for our database logs. When i try to compare our software's serial numbers (Ex. Photoshop, Illustrator) to our Creative Suite serial number nothing matches. How can i find the correct serial numbers to know which computer has which Creative Suite installed without the CD-Roms?

    You can't. You will have to deactivate and reactivate by inputting the serial numbers from scratch.
    Mylenium

  • Can't import Serial Numbers with DTW

    Hi,
    I'm trying all day long to import data with the oInventoryGenEntry Template. I always got the error message :
    [IGN1.WhsCode][line: 1],'LS46BPPNB connot be released from stock without a full selection of serial/batch no.'Application-defined or object-defined error65171.
    here are the content of the files related to :
    'Documents' :
    RecordKey;DocDate;Comments;JournalMemo
    RecordKey;DocDate;Comments;JournalMemo
    1;20090601;Stock ini Logis;Stock ini Logis
    'Document_Lines' :
    Recordkey;linenum;ItemCode;Quantity
    Recordkey;linenum;ItemCode;Quantity
    1;0;LS46BPPNB;4
    'SerialNumbers'  :
    RecordKey;BaseLineNumber;ManufacturerSerialNumber
    RecordKey;BaseLineNumber;ManufacturerSerialNumber
    1;0;BP46HS1S300170
    1;0;BP46HS1S300183
    1;0;BP46HS1S300184
    1;0;BP46HS1S400018
    I've tried to simulate an exit rather than an entry. I succeeded by adding a column 'SystemSerialNumber' with valid data into.
    But, I have to generate an entry and i'm not supposed to know what SystemSerialNumber will be used.
    An idea?
    Best regards,
    Francis

    I found a way.
    I have to define the column LineNum BEFORE the column BaseLineNumber.
    With these files, it's OK :
    Document_Lines :
    RecordKey;LineNum;ItemCode;Quantity
    RecordKey;LineNum;ItemCode;Quantity
    1;0;LS32BHLNS;1
    1;1;LS46BHYNS;1
    1;2;LS40BPPNB;5
    SerialNumbers :
    RecordKey;LineNum;BaseLineNumber;ManufacturerSerialNumber
    RecordKey;LineNum;BaseLineNumber;ManufacturerSerialNumber
    1;0;0;BH32HS1Q900088
    1;1;1;BH46HS1Q900095
    1;2;2;BP40HS1QC00223
    1;3;2;BP40HS1QC00224
    1;4;2;BP40HS1S100356
    1;5;2;BP40HS1S100391
    1;6;2;BP40HS1S100396
    Thank you all
    Francis

  • Change UUT serial Number with Single Pass in Batch model

    How do I change the UUT serial Numbers with Single Pass in Batch model ?
    I also like to change the UUT report path, so that each UUT saved in it's own directory.
    TIA
    George Zou
    http://webspace.webring.com/people/og/gtoolbox

    the path to the UUT report can be configured in the report options.
    You can't specify unique path for each UUT in the report options.
    Both report path and UUT serial number are stored in the sequence context during execution. So if you want to know where those variables are located (in order to change their values during runtime), you can set a breakboint in your sequence, change to the variabels tab and do a search for the variables (you perharps have to play around a bit with the searchstring though).
    I've already find the place where TestStand holds the information.  The problem is that there is no proper callback I can override.
    I can only change the serial number in my sequence file.  But that is too late to include the serail number in the report file name.  The serial number inside the report does get changed.
    By the way, I can't change the process model.  User wants out of box batch model.
    Thanks for reply.
    George
    Message Edited by zou on 06-19-2008 08:40 AM
    Message Edited by zou on 06-19-2008 08:43 AM
    George Zou
    http://webspace.webring.com/people/og/gtoolbox

Maybe you are looking for

  • AirPlay video streaming problem

    Hi, Whenever I stream a video to Apple TV from either an iPad or iPhone (via AirPlay) the picture is slightly zoomed in on my television. This problem seems to occur on all video apps, e.g. YouTube etc., and I have experienced it on both the 720p and

  • Anyone know of any killer countdown web widgets?

    New to iweb, just now figuring out the use of web widgets and they sure seem cool but a bit hard to navigate as to what is what out there. I'd like to know if anyone an point me to their favorites, in particular I am looking for a countdown widget, w

  • Merge difficulties

    I have created a tri-fold brochure in landscape format. On one side in the center panel, I have inserted a text frame, and rotated it 90 degrees for insertion of addresses from my database file. When I merge, there are 2-3 addresses overlapping in th

  • Extracting number from text files for variable

    Hello again, I have several different types of text files all with the line # NPTS=32768  DT=0.005 somewhere in the file.  The numerical values are different for each file and I need to pull them out to assign as a variable for a program I am running

  • Query on forms migration 4i to 10g migration approach.

    We are migrating Oracle forms 4.5 to oracle 10g. We have following apporaches.      1. Oracle 4.5-->6i-->10g, In this what are benefits of migrating into intermediate version.      2. if we migrating into intermediate version 6i, do we need to fix al