Number range for serial Number in production order

Hi all,
            I want to use the Serial Number in production Order ... It should be generated automatically ... when i try this system creating the serial number from 1.....i want the number to start from 2000000 , How to configure this number range ....
Please advise me ...
Regards,
kumar

Dear
Following steps are required in Serial Number Management :
1. OIS2 or Go to path SPRO > Plant Maintenance and Customer Service > Master Data in Plant Maintenance and Customer Service > Technical Objects > Serial Number Management > Define Serial Number Profiles. There enter "2" in Stkck column for your serial profile.
2.SPRO->SAP Customizing Implementation Guide->Plant Maintenance and Customer Service->Master Data in Plant Maintenance and Customer Service->Technical Objects->Equipment->Equipment Categories->Define Number Ranges
3. IQ01 Create Serial Number
4. MM02 You need to add the above created Serial Number Profile in the Material Master ion the work scheduling view .
5. CO02 Assigning the Serial Number through Production Order,
Also Serial Number can be created automatically by clicking on u201CCreate Serial Number Automaticallyu201D , Release the Order
6. MB31 Do the GR for the above created Production Order and Check in MMBE for serial Numbers
Try and check
Regards
JH
Edited by: Jiaul Haque on Nov 22, 2010 7:43 AM

Similar Messages

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

  • How to output serial number from production order in GLM ?

    how to pull serial number from production order in wwi template for GLM ?

    Hi,
    Please have a look to this thread:
    BAPI/RFC to get serial numbers for a production order
    Hope it helps,
    Kr,
    m.

  • SD : Serial number in production order

    Hi,
    SAP doesn't copy my serial number set by function 'SERIAL_LISTE_POST_AU' into the production order. Why is this ?
    When i go into the sales order i see the serial number, but after running mrp the number can't be found in the production order. When i go into the 'technical object' screen in the sales order and press 'ok' and then save the sales order, the serial does appear.
    with regards.
    Erik

    Hi,
    Pls find here some details about generating alphanumeric serial numbers in production order as below :
    You can generate alphanumeric serial number with the following BADI / Customer Exit:
    Name of Enhancement : IQSM0001
    Name of Function Module Exit: EXIT_SAPLIPW1_001
    Name of Include : ZXQSMU01
    ZXQSMU01:
    This user exit can be used to create the serial numbers automatically for material of a production order. Number of serial numbers generated will be equal to the total number of quantity. The purpose behind development of this user exit was to attach prefix in each serial number generated.
    so as per your requirement you can generate serial number like ABC0001 etc.
    Process Steps:
    For exit: EXIT_SAPLIPW1_001
    1. Get serial number profile for a material in respective plant.
    2. Check if the profile is u2018XYZu2019.
    3. If profile is u2018XYZu2019 generate the serial numbers for the given quantity of material in production order.
    General Program Structure
    For exit: EXIT_SAPLIPW1_001
    1. Get the serial number profile using function module 'MARC_SINGLE_READ' for a material.
    2. Check if the profile is u2018XYZu2019.
    3. If the serial number profile is u2018XYZu2019 then generate the serial numbers for the given production order quantity of a material.
    4. Concatenate ABC as a prefix to the all generated serial numbers
    Provide above details reg. implementation BADI / Enhancement to your ABAPer and go ahead.
    Hope this helps.
    Regards,
    Tejas

  • Serial number during production order release

    Hi,
    Currently I am getting serial number with respect to material specific, i.e., serial number generating with respect to FG codes. Ex:-  FG1 - 1, 2, 3, 4 and FG2 - 1, 2, 3, 4.
    But as per my client requirement, they want serial number without material specific, i.e., common serial number for all FG codes.
    Ex:- Sr No- 1-FG1, 2-FG1, 3-FG2, 4-FG1    - - according to production order releasing sequence.
    Plz inform if any settings are to be made.
    Thanks,
    regards,
    B C Gudageri

    Thanks Glenn Larson,
    This is the first time for me for creating serial number for FG materials.
    Actually our client is asking for serial number generation for each FG material during its production order release.
    So that with this serial number he can track it in shop floor plus after dispatching to customer.
    Here the scenario is Make To Order. So this serial number will also be considered by SD during dispatch.
    For serial number creation, I referred documents from SAP best practices(help.sap.com).
    After this, now I am able to create serial number for specific material types automatically.
    But here the condition is client wants serial number should not be specific to material codes but should be common  throughout the plant for all FG codes.
    Ex:- Sr No- 1 for FG1,
                       2 for FG2,
                       3 for FG2,
                       4 for FG3
    - according to production order releasing sequence.
    Me dont know about Presort and IMB serial numbers.
    Please tell me the appropriate approach I can make or any of links which I can refer.
    Regards,
    B C Gudageri

  • Alphanumeric Number Range For Serial Number

    Hi Friends
    How can i use alpha-numeric number range for serial numbers.I am using serial number profile For  GR Process
    Regards
    Vivek

    Hi,
    You may check link
    http://help.sap.com/erp2005_ehp_03/helpdata/EN/3c/abc157413911d1893d0000e8323c4f/frameset.htm
    Ramesh

  • Revision number for Header material in Production order.

    I have maintained Revision number in material mster  for Header material in Production order and also for components.
    1)Revision number for Header material in Production order is not appearing in AFKO table against production order.
    2)Revision number for components in Production order is not appearing in RESB table against reservation.
    Any settings for that please guide.

    Hi,
    Revision number generation is using ECM only possible. Are you using the ECM with revision levels. Check this.
    Regards,
    V. Suresh

  • Co88 - for huge number of production orders -running for hours

    Hello All,
    I have a issue, in our manufacturing plant, we have huge number of production orders created every day, almost 1200 per day. During month end it takes almost 8 to 10 hours for running settlement, we find very difficult in doing month end closing. We also attempted parallel processing, it errors out.
    I heard that, the co88 program looks each order by order checking the status, like closed, and thats the reason, its time consuming, i am not sure how far its true.
    I am sure this general issue, people might have come across, can anybody share their experience. How to overcome this issue to run the settlement with possible minimal time, is there any note. please guide me
    thanks
    best regards
    gj

    Yes, this is a generic issue. Most clients manage by marking the orders as closed/deleted, so that these orders are not considered for period end settlement.
    Also consider note 545932, and search notes fo further help.

  • FM to change Confirmation number of Production order

    Hello Experts,
    I have a requirement where I need to change the confirmation number ( which is already created for a production order) AFVC-RUECK.  I could see that the confirmation number is not modifiable once it is created and no opition to change it by BDC.  But my requirement is to change it for a production order. 
    1.  Is there any FM or BAPI to change it? 
    2.  Or directly changing in the database table AFVC is the only option?
    3.  Or is there any other method in which we can do it.
    Awaiting your reply,
    Balaji

    Hi Balaji,
    Please check whether the below link is helpful,
    Re: How to modify a wrong confirmation of a production order
    Also for the relevant tables, check the link,
    confirmation number of production order
    Best Regards.

  • Control for manual Reservation with production order

    Dear PP Guru,
                         In my business, I have more than 356 semi finished material and each material have at least 30 item in BOM. We issue material from Raw material store to shop floor store from where these are consumed on production orders and I have 5 level Material BOM for Finished materials. Due to having a number of production orders it becomes impossible to check for which material reservation have made or not.
    Give a wayout from which I can easily traced out by an application. when production orders is being created, system made automatic reservation according to BOM whether stock is available or not. just like automatic reservation, is it possible to make manual reservation without having stock of any material. so that reservation remain open till recieving new stock for material.

    Dear Muhammad,
    Do you mean to say you want to do a transfer posting?
    You can do using 311 movement with respect to the BOM in T code MB1B or else with respect to a
    production order in MF60,if you are going to do in MF60,then in global settings remove the indicator for
    stock transfer so that it moves from one production storage location to another.
    Generally once the production are in created statuis itself,reservations are generated for 261 movement
    for its components.
    Either you can do MB1A for good issue or else use even CO27 or else backflush while doing
    confirmation.
    Now check and revert back.
    Regards
    Mangalraj.S

  • Standard Report for missing parts at production order operation level?

    Hi PP Gurus,
                We have standard report for missing parts at production orders level.
    For our client, they need a report for missing parts analysis at production order operation level. Do we have any such standard report in the SAP?
    Please help.
    Thanks,
    Reddy.

    Hi Arvind,
          Thanks for for your response.
    1. List: Components,  Layout: Standard layout          set the Missing part
           It shows the component requirement/withdrawn  quantity for each operation of production order. It is not showing the commit quantity.
    2. List: Components,  Layout: Pick list          set the Missing part
           It shows the component requirement/withdrawn  quantity for each production order.
    3. List: Components,  Layout: Missing Parts List-Material View          set the Missing part
           It shows the component requirement/commit quantity for each production order. It is not showing the commit quantity at opertion level.
    4. List: Components,  Layout: Missing Parts List-Order View          set the Missing part
           It shows the component requirement/commit quantity for each production order. It is not showing the commit quantity at opertion level.
          We are unable to get the solution from all these 1 to 4 reports from COOIS.
    Do we have any option to change the existing layout (ex: 3 ) to get the commit quantity for operation with missing parts indicator?
    If avilable, what is the procedure to be followed?
    Thanks,
    Reddy.

  • Filter for batch determination of production order

    Filter for batch determination of production order
    Dear guru ,
    We trigger batch determination manually for every production order using CO02.
    How can I understand whose are the production orders arenu2019t taking place batch determination?
    Checking all the production orders is too heavy ?
    Does exist a massive transaction (coois or others)  where I can select the production orders with components not assigned to the batch ?
    Thanks in advance

    Hi
    In COOIS > In the initial screen select  Documented Goods movement  in the list Field along with and other selection criteria and run the Report
    In the list of orders > Expand corresponding order to view Documented goods movements list with the components with and w/o batch numbers
    Regards
    Brahmaji

  • Tick for goods movement in production order

    Hi,
    I have one query with reference to tick for goods movement in production order.
    Where it comes from as soon as i released the order.
    Is there any customized setting or it is stanadard functionality?
    Tushar

    Hi,
    I am not sure about which tick you are talking. So pls clarify exactly which check boxes you are talking in Production Order.
    If you are talking about check boxes of Goods Receipt,  GR Non valuated & Delivery Completed check boxes then those are standard SAP functionality which comes automatically at the time of creation / release of the order.
    Revert with more details in case your query is not resolved.
    Regards,
    Tejas

  • Table names for Material Characteristic againgst production order

    Hi Guys,
    Actually I have a problem in finding the table name for material characteristic against production order such as Individual length, factor, color, etc. I really spend more than a day to find this. But I cudn't make it. Finally I found the flow some how, but is working only for few cases. Here is the flow.
    AFKO(RSNUM) --> RESB(OBJNR) --> INOB(CUOBJ) --> AUSP(OBJEK).
    T-code: CO02 / Fast Entry tab / Change Configuration(Item Level) / Change Characteristic values.
    Anybody knows about this. Please help me out on this. And please note that, it is not the material characteristic from MM01, it is against production order from CO02.
    Thanks
    Yasin.

    Hi Yasin,
    The best way to know Table Names in SAP is to use a Transaction Code Called : SQL Trace. Tcode : ST05. This will tell you about all the database tables that have been accessed while the Transaction was executed. And then you do a complete analysis of it, what are all the Tables that have been accessed, the fields and the data transfered. So, it's a complete trace of the SQL Query but you can use the information as needed.
    Have a look at the following Links:
    http://help.sap.com/saphelp_nw04/Helpdata/EN/17/358df9c9fee2469105731e10756921/content.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/d1/801f89454211d189710000e8322d00/content.htm
    The best things is that you can use it across any SAP Transaction as it is available in SAP NetWeaver .
    Hope this helps.
    Thanks,
    Samantak.

  • Deleting the reservations for components of a production order without TECO

    Dear Gurus,
    I forgot to activate the backflush indicator in the beginning. I activated the backflush indicator in between. But for the confirmations already made I had to issue the material as unplanned consumption for the order. This is not clearing the reservations for the material.
    How to delete the reservations for components of a production order without TECOing the production order? My order is not completed.
    Thanks and Regards,
    Raghu

    Hi Kumar,
    I have a production order for 1000 header (A) qty. My control key is PP03 (auto goods receipt from confirmation in CO11N).
    For this order the component B qty is 1000 (BOM consumption is 1:1)
    Without doing GI, the confirmation is done for 300 A qty. I realized that auto GI is not done for the 300 qty of component B as there was no backflush indicator.
    Now the backflush indicator is activated in the production order for component B.
    In the next confirmation for another 300 A qty, automatic GI is posted for 300 B qty because of backflush now.
    Now my confirmed and GR qty for A in two rounds is 300 + 300 = 600.
    GI of component B done is only 300 (through backflush).
    Qty yet to confirm = 400.
    So I did GI of 300 B qty through MB1A (which is an unplanned issue). This does not update the withdrawn qty in the production order. Also the reservations for component B for this 300 qty are not reduced in the system.
    Now the reservations against the order for component B = 1000 - 300 = 700 (which is 300 more than the qty yet to confirm).
    Now when I run MRP for another 2000 qty of A, the procurement proposals for B will be 2000 + 300(undeleted reservations) = 2300. Though the system is behaving properly, this 300 is additional and unwanted.
    For this reason I need to delete these reservations before the MRP run. As order is still open, I cannot TECO the order. Nor can I clear all open reservations from CO11N.
    Thanks and Regards,

Maybe you are looking for

  • HP U160 with Windows 8.1 Surface Pro3

    I have recently purchased a Surface Pro3 and I own the HP U160 portable monitor.  The monitor works with all of my other laptops running Windows 7, but I can't get it to work with Windows 8.1.  I updated the drivers on the HP website for Windows 8, b

  • How to open *.pdf files in BOXI r2 inbox

    I am scheduling as  *.pdf file for deski report.After scheduling i am getting *.pdf in my inbox.if the report is deski or webi we can use FC_REPORT_ENGINE or WI_REPORT_ENGINE to open the report's using java code.In same way how to open *.PDF file in

  • Adobe Flash Player does not work with Safari. What can I do?

    Hi, I have a MacBook Pro, Retina, 15 inch, late 2013,  2 GHz Intel Core i7, using OS X 10.9.4. I have installed Adobe Flash Player. In my System Preference, in the advanced settings, it is set to install updates also tells me that I have the NPAPI Pl

  • Blanket PO - Subsequent debit

    Hi,     I see a scenario where a blanket purchase order is created , but without the item category 'B'. The value is limited by the quantity entered in the PO and by releasing it. The invoices are posted against the PO, with the amounts in the invoic

  • Lync Phone Edition - Registrar FQDN cannot be found

    Hi, I have finally got Lync phone edition devices into a separate VLAN.  All working ok, except when logging in they pause for about 5-10 seconds with error "Registrar FQDN cannot be found".  They then sign in and work perfectly.  Option 120 is setup