SD Delivery Serial Number auto generation ?????

Hi All,
Hope some one is able to provide some points on this!!
Basis Release 620.
Client requires that the serial numbers be automatically generated for items copied from a sales order to a delivery note.
Anyone got a clue as to how this can be accomplished?
Copy requirements (vofm) for deliveries works on the delivery header level and not the item which is required.
Data Transfer requirements like wise works at the header level.
While the user exit "MOVE_FIELDS_TO_LIPS" does not have the required fields available, but does work at the item level.
Where does SAP save the serial numbers for the actual number of items to be delivered?  EG
Delivery Item (LIPS) links to Serial Numbers (????).
Thanks in advance for any advice
David Cooper

Hi Sanjay,
I agree the delivery document number has not been created yet, so it is a little difficult to save the data directly into the database tables.
However it must be possible to populate some internal tables within the program, which would enable the user to view the serial numbers.
The process is as follows:
Using transaction VL01N,
Enter Shipping Point, Selection date, and order.
Select line item
Choose menu item extras-serial number.
Screen SAPLIPW1-0200 is displayed with a list of the pre-created serial numbers is displayed.
In the processing prior to the screen display there does not appear to be any user exit to use.
Your continued help is much appreciated!!

Similar Messages

  • Batch number auto generation nedded

    hi all,
                  i have a query that when i make a GRPO of 10 items with different qty, these items are set to batch on every transaction, then it will ask to enter the batch number of all item with the number of their quantity, is there any process to create these batch number automatically, is there any formatted search query for auto generation of batch number.
    even they are making GRPO by taking 100 items, it is very difficult to for them to to enter manually all the batch code.
    is there any provision to do the task by formatted search.
    revert back soon
    its very urgent
    regards
    sandip

    Sandip, 
    I have answered a few posts on this Forum about the different options.  Formatted searches can be considered but you will need to maintain a temp table.
    What is the real usage of the batch numbers in this business case?
    Suda

  • Asking for dockey@ when printing delivery + serial number

    Hi,
    I have some items that are managed by serial number. I  import two reports designed with Crystal reports and set them as default to print Delivery  and serial number items.  I import delivery layout in DLN2 and serial number layout in SRN3.  When I take preview of delivery (Crystal Report Layout), it opens but it starts asking for parameter "DocKey@". When I enter number of delivery it shows exacly what I want (Crystal Report Delivery layout + Crystal Report serial number layout). The issue is asking for DocKey@.
    How can I solve this issue? Is it correct to import Serial Number Layout in SRN3.
    Thanks & Regards,

    Hi,
    links regarding your issue :
    DocKey@ and ObjectID@ tokens required for Crystal Layout
    crystal report pass DocKey@ to stored procedure
    http://scn.sap.com/thread/1979541

  • IPhone serial number - First Generation

    Can someone tell me if this serial number belongs to an iPhone of the first generation. Someone wants to sell it to me online so I just wanna check if everything is true.
    Serial Number: S7R74378SWH8
    Thanks for the help!

    Not really. Honestly, I don't know why you would pay for a first gen iPhone. Even if your carrier isn't in the process of shutting down their EDGE network, as many are (AT&T will have theirs completely shut down by the 4th quarter of this year... if you have a 2G phone like the original iPhone, you won't be able to get ANY SERVICE AT ALL...), EDGE is painfully slow these days, and apps for the original iPhone are nearly nonexistant now.

  • Inbound Delivery Serial Number

    Hello Guys
    Someone would know if it is possible durning Inbound delivery add serial number for speed up de GR?
    If yes How can I do this?
    thanks
    Carlos

    Dear Carlos,
    Inbound Delivery and Serial Number management components and application are different.
    Using Inbound Delivery reference number, you can create GRN.
    Bye,
    Muralidhara

  • Serial Number without generation of new equipment number.

    Hi,
      I am in REM scenario. A inhouse produced HALB is to be assigned a serial number with no corresponding equipment number generated. That is the HALB should be uniquely identifiable as the combination of MATNR & Serial No.
    Created a Serial No Profile and assigned to Mat Master and am able to get the Serial Numbers ( But new equipment numbers are getting generated).
    How to go about doing the Config for this.
    Regards
    M V N Sudhakar

    Hello BGS,
    Always an equipment record is created. This may be invisable to the user or made visable if required.
    There are a few threads on that subject in this forum.
    This thread is quite old (from 2006), It would be preferable to open a new thread rather than add on to an existing one, especially one that is so old. For that reason I am going to lock this thread. If you still need advise on this issue then open a new thread and outline your particular situation.
    -Paul Meehan
    (moderator EAM forum)

  • Problem in document number auto generation

    Dear All,
           I have created a screen in this screen,i want to generate a auto generate number
          for that i have write a code but when am executing the program in VS2005,the form was loaded in SAPB1 2005,But am not getting the auto generate number in the particular coloumn.
    It shows an error like pbject reference not set to an instance of an object
    the code is,
        Private Sub DCNumber()
            Try
                oForm = SBO_Application.Forms.Item("FormEditor")
                Dim oRs As SAPbobsCOM.Recordset
                oRs = ocompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.BoRecordset)
                oRs.DoQuery("Select DocNum IS NULL THEN '1' ELSE DocNum+1 from @SCDC")
                Dim Auto As String = oRs.Fields.Item(0).Value
                oForm.Freeze(True)
                oForm.Items.Item("25").Specific.Value = Auto
                oForm.Freeze(False)
            Catch ex As Exception
                SBO_Application.StatusBar.SetText(ex.Message)
            End Try
        End Sub
    I call this function in,
    Public Sub New()
            MyBase.New()
            SetApplication()
            ' Load the Tab Order form
            LoadFromXML("SCDC.srf")
            oForm = SBO_Application.Forms.Item("FormEditor")
            oForm.Visible = True
    DCNumber()
        End Sub

    You could use Aslam's answer but then in one row and use it in a formatted search..
    select ISNULL(MAX(DocNum),0) +1 from @SCDC
    I think the error is in this line:
    Dim oRs As SAPbobsCOM.Recordset
    oRs = ocompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.BoRecordset)
    Should be:
    Dim oRs As SAPbobsCOM.Recordset
    oRs = (SAPbobsCOM.Recordset) ocompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.BoRecordset)
    Or in:
    Dim Auto As String = oRs.Fields.Item(0).Value
    Dim Auto As String = oRs.Fields.Item(0).Value.ToString()
    But you can set a breakpoint and debug your code, then it's possible to see where is trown the error..
    HTH
    Regards Teun
    Edited by: Teun Aben on Apr 15, 2009 10:42 PM

  • Delivery serial number check

    Hello all.
    I need to use a user exit to validate the serial numbers in a delivery (should be the PREPARE_SAVE user exit).
    My question is, how can i get the serial numbers inserted in the document i am trying to save?.
    Thank you
    Nuno Silva

    Hi
    In the Item level of Delivery these serial numbers are there
    See the table field
    <b>LIPS-ANZSN</b>
    in the user exit validate this field.
    Reward points for useful Answers
    Regards
    Anji

  • CO27, MF60 with serial number

    Hi Everyone,
    Does anybody know whether we can post goods issue for component with serial number using t-code CO27 and MF60... if can, how?
    I know MB1A and MB1B works with serial number.
    Best Regards,
    Bin

    Hi Bin,
    We can not post goods issue for component with serial number using t-code CO27 and MF60.
    In case of Serial number, auto GI (using backflush) / auto GR (indicator in PSP or routing key) does not work.
    Automatic goods movements are not permitted for materials that require serial numbers. However, if an automatic goods movement is specified for a material that requires a serial number then an error record is written. This error record can be displayed using the reprocessing function but it cannot be posted. Error records for materials that require serial numbers must be deleted manually. The goods movement must then be executed manually in inventory management.
    Regards,
    Sandeep

  • How to get the right Serial Number during Pick Release

    Please we need your help to get the right serial number => Auto-Allocate on YES, Pick Confirm with NO.
        A problem is occurring during the Pick Release process.  Custom code has been added to the hook INV_DETAIL_SERIAL_PUB to provide the Pick Release process with the serial number to pick for the item being pick released.  The hook works and the Pick Release process picks the correct (specified) serial number.  However, at some point later in the Pick Release process the lot number is chosen and the process seems to pick the first lot number it finds available for the item – it does not take into account the serial number provided by the hook.  This causes the Pick Release process to fail when the lot number chosen is not the lot number linked to the serial number.  Has anyone else encountered this same issue?
        An example:
    Item ABC123
    Serial SER001 – Lot LOT001
    Serial SER002 – Lot LOT002
    Serial SER003 – Lot LOT003
    Item ABC123 is being pick released.
    The customised hook provides the Pick Release process with serial SER002.
    The Pick Release process correctly uses SER002, but chooses lot LOT001.
    thanks!
    Francisco

    Hi,
    I guess you have added the code at slightly different place.
    Pick Release Process will always allocate lots based on Inventory Picking Rule (or WMS Pick Strategy if you are using WMS).
    So if you want to override that you much first delete the MTLT record (inv_trx_util_pub.delete_lot_ser_trx), then insert MTLT with your Lot number (inv_trx_util_pub.insert_lot_trx)..then insert MSNT (inv_trx_util_pub.insert_ser_trx) with your serial number.
    Ensure that transaction_temp_id on MSNT should match with SERIAL_TRANSACTION_TEMP_ID on MTLT table.
    Thanks,
    Hrishi

  • Serial Number. Production Order Confirmation. GR. UD. Sales Delivery

    Hi Gurus,
    Please help on this issue to get any user exits .....
    As part of Serial number management, we have a certain issues on serial number confirmation, goods receipt from production order and quality inspection with UD.
    Master data:
    Finished product material master, Workscheduling view, Serial number profile maintained " ASRN"
    Process flow:
    1) Avalon Specific Serial numbers generation for finished goods through production order release status.
                  (A11206000001)
                                        A  - Avalon
                                        1   - PCB Unit 1
                                        12 - Year 2012
                                        06 - Week
                                        000001 - Running serial number for the week.
    2) Production order confirmation through CO11n transaction.
    3) Production order Goods receipt through MIGO transaction against order.
    4) Quality Inspection with Usage Decision through QA32 transaction.
    5) Goods Issue for Delivery.
    SAP Product Error:
    1) System does not track and control the operation wise confirmed serial numbers during order confirmation.
    2) System does not track and control the finally confirmed serial numbers during order goods receipt.
    3) System does not track and control the last goods receipt qty in Usage Decision.
    4)  For semi finished product, if we maintain serial number profile in workscheduling view, system is not showing goods issue material list in Co11n transaction for the finished goods.
    5) Interfacing the serial number reading scanner with SAP,  is not working without entering material number and serial number manually.
    6) System does not tracking and controlling the last Usage Decision done serial number during Goods issue to Sale order Delivery.
    Regards,
    Santha

    Hi Santha,
    This is a bit vast, but I'll try to address at least some of the issues:
    1- serial number in operation confirmation is not possible, for the reason that serailization is part of stock management, and as WIP in an order, this is not stock yet. Actually you cannot confirm the manufactured material either, and those 2 go together.
    For tracking specificly WIP, there's something called WIP batches; you may look into it to see if you can use it.
    2- during GR system will propose those SNs that you have defined for the order at release or creation.
    3- ?
    4- GI in CO11N is provided only for BACKFLUSHED material components. Serialized materials CANNOT be backflushed.
    5- You can use a barcode reader to read the serial number (instead of keyboard entry) when cursor is on the right field in the respective screen.
    6- ?

  • Serial number generation

    Hi friends,
    I have a question regarding the serial number generation.
    1. In serial number generation  do we have option of generating either when creating and releasing the production order or when doing the GR for the production order.
    If yes, please let me know how we can do that.
    2. If we have the serial number activiated for the material can we use auto goods receipt for the material?
    Thanks and regards,
    Satish

    Dear Satish,
    Go to OIS2 and create the serial number profile which will be later assigned to the material master.
    Select the serial number profile and select serializing procedure
    Here,select "PPAU Serial numbers in PP order" and enter the value as desired in serial number usage column.
    Similarly you can try for order release.
    We cannot activate auto GR for the items with serial numbers.
    regards,
    Joseph Charles Vaikathussery

  • Enhancement during creation of outbound delivery to update serial number

    Dear ABAPers,
    Is there any Enhancement during creation of outbound delivery to update the serial number.
    My Requirement is In the VL10B transaction Outbound delivery will be created for the Purchase Order. During this time i want to update the serial number in the Outbound Delivery.
    Any Replies.....
    Thanks & Regards,
    Ashok kumar.
    Edited by: M Ashok kumar on Jul 22, 2010 6:41 AM

    hi
    check INVOICE_UPDATE
    Thanks
    Edited by: saurabhmani on Jul 22, 2010 3:00 PM

  • Serial Number Stock Check at the time of Delivery

    Experts,
    Process:
    Sales Order PR(Purchase Order) GR( New Serial Numbers are created automatically or manually keyed in)
    Once the Goods Receipt is received, we do the (SO) DELIVERYu2014SERIAL NUMBER ASSIGNMENT Post Goods Issue
    Issue:
    Current Serial Number Profile Management does not do a valid serial number check during DELIVERY CREATION where we do a SERIAL NUMBER ASSIGNMENT.
    Only during POST GOODS ISSUE, the check happens for valid serial numbers; this is too late in the game for business as there is a time lag of 3 days from the DELIVERY CREATION and PGI.
    Reason being--- We donu2019t check the following u201C Existing Stock Checku201D( which does a serial number validation during delivery creation as well)
    SPRO>Plant Maintenance and Customer Service>Master Data in Plant Maintenance and Customer Service>Technical Objects>Serial Number Management>Define Serial Number Profiles
    If we check this option, the business requirement to do a valid serial number check does happen during delivery creation, however we cannot create new serial numbers during Purchase Order- GOODS RECEIPT.
    QUESTION:
    Can we have the system check the valid serial numbers from stock during delivery creation and serial number assignment.
    And Also create new serial numbers during Purchase Order- Goods Receipt.

    Hi,
    Thanks for the reply.  This field is having the value the count of serial numbers entered irrespective of the valid serial numbers entered.  I created two delivery document, one with serial number which was not there in the stock and the other with a valid serial number.  For both the delivery document LIPS-ANZSN gives the count of serial number which I have entered.
    Please let me know how can I move further.
    Rgds,
    Gopali

  • Serial Number validation during Delivery Creation itself(PGI-system checks)

    Process:
    Sales Order PR(Purchase Order) GR( New Serial Numbers are created automatically or manually keyed in)
    Once the Goods Receipt is received, we do the (SO) DELIVERYu2014SERIAL NUMBER ASSIGNMENT Post Goods Issue
    Issue:
    Current Serial Number Profile Management does not do a valid serial number check during DELIVERY CREATION where we do a SERIAL NUMBER ASSIGNMENT.
    Only during POST GOODS ISSUE, the check happens for valid serial numbers; this is too late in the game for business as there is a time lag of 3 days from the DELIVERY CREATION and PGI.
    Reason being--- We donu2019t check the following u201C Existing Stock Checku201D( which does a serial number validation during delivery creation as well)
    SPRO>Plant Maintenance and Customer Service>Master Data in Plant Maintenance and Customer Service>Technical Objects>Serial Number Management>Define Serial Number Profiles
    If we check this option, the business requirement to do a valid serial number check does happen during delivery creation, however we cannot create new serial numbers during Purchase Order- GOODS RECEIPT.
    QUESTION:
    Can we have the system check the valid serial numbers from stock during delivery creation and serial number assignment.
    And Also create new serial numbers during Purchase Order- Goods Receipt.

    Hi
    1.In std SAP its not possible to check the serail number during Delivery creation, through enhancement it can be done.
    2.During GR for PO serial numbers can be created.
    Rgds
    Ramesh

Maybe you are looking for

  • My mac does not recognize my iphone when i plug it in

    I am trying to upload my photos from my iphone5 since its full and wont let me take any more pics.  However, when I plug in my phone, its not recognized by Finder.  I know iTunes recognizes it because it pops up.   Whats the story?

  • Problem with Audio card in windows 7 in parallel desktop

    Hi my friends I was wondering if you help me I have a macbook pro ( mid 2010 ) MC374 I installed windows 7 with Parallels Desktop but I haven't audio in windows 7 What do I do to repair that ? thanks a lot

  • Issue in the query

    Hi All, Please let me know me the issue in the select query given below. SELECT avbeln aroute alifsk bwbstk c~werks                    FROM likp AS a                      JOIN vbuk AS b                      JOIN lips AS c                        ON av

  • Why does JDBC make me commit a query?

    I was working with two DB2 database connections, A and B, and performed the following logic: Turned off AutoCommit for A and B Updated A Updated B Committted A Rolled back B Selected from A Selected from B Updated A Committed A Closed Connection A Cl

  • LockException when trying to lock the instance before writing.

    hi... i am working with entity beans. when i am trying to update the  data from multiple clients at the same time it is giving  exception like................... [code] java.rmi.RemoteException: com.sap.engine.services.ejb.exceptions.BaseRemoteExcept