Number Range for Maintenance Order Type

Dear All,
Please help me in regarding for Number range  Change in Maintenance Order Type.
I have different types of maintenance order...such as PM01,PM02, PM03, PM04, PM05, PM06, PM07, PM08.
and i have to assign number range different for all the maintenance order type. kindly help how can i assign the same separately.
also in case of Notification types also.
Early response is highly appreciated.
Thanks
Sushant

Greetings Sushant,
Firstly, maintain all the Order Types you want in SPRO.
To maintain the number ranges, you will need to go to t-code OION. Then select "Maintain Groups (F6)" and create a group with a number range for each of the Order Types that you require.  Each will be a separate interval. Then place the cursor on the unassigned Order Type and select "Assign Element Group (F7)" Repeat for each Order Type.
Notification number ranges are maintained in t-code IW20

Similar Messages

  • Number range for Maintenance Order (IW31) - Any exit

    Hi All,
    I need to go for internal number overwite for Maintenance Order (IW31)for object AUFTRAG .
    I am going to maintain ztable which contain order type and  NRRANGENR.So,based on the ordertype i have to populate  NRRANGENR in the exit.
    Can you please tell me any exit or badi or through enhancement spot we can apply number range for maintenance order.
    Thanks .
    With Regards,
    Ambrose

    Hi,
    Do you need an exit ?
    You could create number range groups each with a specific number range. Then assign each order type to a particular group depending on which number range you want it linked to. If necessary have a different group for each order type.
    Configuration can be done in transaction SNRO for object AUFTRAG.
    -Paul
    Moving to [Enterprise Asset Management (EAM)|Enterprise Asset Management (SAP EAM); forum (for PM/CS specific topics).

  • Number range for different order types

    hi
    pl tell me how to create the number ranges for production order s and how to assign this number ranges to different order types in production server.
    thanks and regards

    Dear ,
    Goto CO82 ,
    1.Frist you should review in the Overview Screen (Hit the Orview in CO82) wether you have option to create the group as per required number ranges for two order type
    2.Hit the Pencil Button of the Group : It will take you "Maintain Number Ranges Group" and Select Group on the top -
    Insert.It will pop up with Inser Group Window .Enter the Text , Enter Number Ranges (From no /To No) and then hot the insert button (+ sign) .You have to create two number ranges group as per your requirement
    3.Now select you order type and hit the Select Eelement (Nip symbol) , select the resepctive group , then Hit Element/Group Tab .Once you follow this steps , you will find your Oredr type assigned to respective number ranges group.
    4.To cross check , you select the number ranges group and hit the Spec button to see the correct number ranges .
    5.MAKE SURE THAT YOU HAVE ORDER TYPE CREATED BEFORE YOU CREATE THEIR NUMBER RANGES -OPJH
    Revery back if u need any help
    Regards
    JH

  • Different number ranges for same order type

    Hi PP Guru's ,
    Can anyone send me the user exit for the differnet number range creation for the same order type.
    Same order type is used in two different Plants. So our client want to track the production order plantwise.
    Thanx in advance.
    Regards,
    Nagraj

    Hi Nagaraj,
    The number range is defined at order type level ( i.e. client level)
    So if you want to use different number range for different plant,  then use different order type for different plants.
    Thanks and regards
    Murugesan

  • External Alphanumeric Number Range for Internal Orders

    Hello,
    I am trying to create external number range for Internal Order Type. I want to create internal orders which will have internal order number as alphanumeric and some will be in only numbers.
    How should be the range look like, so that I have flexibility to enter Internal Order number as whatever format I want i.e. T123, 12MP, 1234, ABCD etc.
    Any help will be appreciated.
    Thanks.

    how many do you need?
    Just one, that covers all?
    a0000000 - zzzzzzzz

  • Different Production order number ranges with same order type

    Dear Friends,
    I am working on live project implementation.I am having four manufacturing plants.I am having one order type say PPLE, I am having two different versions say CM and CN.Now my requirement is can I maintain  two different number ranges for same order types within single plant .
    number ranges should be like,
    Plant          Version     Number ranges
    1210            CM           CM121008...
    1210            CN            CN121008
    1220            CM           CM121008
    1220             CN           CN121008
    and so on.here first two digit should be version,then plant and year followed by order number .
    Regards,
    Manoj Jadhav

    Hi manoj,
    You cant have two different number ranges for an order type in internal number range, but in external number range you can have two diffrent number ranges
    for example for one order you can start with CM1210080001 and other starting from CN1210080001.
    Just convince the client to have external number range
    Regards,
    Srini

  • Number range for process order - Bulk and Filling.

    I was trying to configure the Process order number range based on order type. In the IDES/ development system, some of the number ranges are pre-configured and already in use. Even the '+' green sign at the top is missing.
    I tried with 'CORN' and then selected the order type and the Number Range General at the very bottom.
    Help is appreciated and will be rewarded.
    For example: The FG process order to have 1xxxxxxxxx, bulk: 2xxxxxxxxx.
    Thnx!
    Abhi.

    Number Ranges
    Assigning number range
    There are two types of number assignment:
    Internal
    When saving a data record, the SAP System assigns a sequential number that lies within the corresponding number range interval.
    External
    When saving a data record, either you or an external system assigns a number. You need to ensure that the number lies within the corresponding number range interval.
    Example
    Co82 let us say order number range maintenance
    let us say you have created a new order type oen for FG and one for bulk and you want to assign a new number range
    In CO82..
    Menu path  Group -->maintain
    In maintain number range group screen,
    Group --> insert
    Give text and from number and to number 
    say text = new order say For FG
    range - 1xxxxxxxxx to 1999999999999 (tick ext check box if the range is external number range-manual input)
    click on +
    You can see your group at the end of list
    In Not assigned group your new order type will be present
    Place the curser on that order type and fallow the menu path as below
    Edit -->select element
    Select NEW order number range group check box
    edit --> assign element group.
    Now the number range is assigned to the new order. Save it, You will get a pop up, just ignore it.
    I hope it will help you
    Same thing yoyu repeate for Bulk

  • How to Assigning the number ranges for Purchase Order using EXIT_SAPMM06E_0

    How to Assigning the number ranges for Purchase Order using EXIT_SAPMM06E_001 using Functional Module NUMBER_GET_NEXT explain me ?

    Hi,
    First go thourh the FM import export parameters list.
    Try to create an internal table of type INRI-NRRANGENR for number ranges.
    We can provide the lower and higher values for this table so that what ever PO is created will be with that range.
    Try to create the ncessary ones using this FM.
    In the Exit, EXIT_SAPMM06E_001,
    the Export parameters are-
    EKKO-EBELN- the PO ios created with in that specified range
    Range as INRI-NRRANGENR - Here try to assign the Internal table that was populated in the FM.
    Try to code this in the Include provded and keep Breakpint and check the PO number generated.
    Reply if u need more help on this.
    Reward if helpful.
    Best Wishes,
    Chandralekha

  • Plantwise separate number range for Production order

    Hello SAP Expert,
      I my project our client require plantwise number range for Production order,order Confirmation for indentifiction purpose .
       Please give way to do this.
    Thanks in advance.
    Regards,
    Yogesh.

    Hi,
    As per standard SAP not possible because Order types are maintain at Client level and not at Plant Level, but as Sukender said use Different Order Types for different Plants.But I guess user will face one problem often during Manual Production / Process Order Creation , and that is if they select wrong order type then face a problem like no Order type dependent Parameter set for required Plant.
    Regards,
    Dhaval

  • Number range for production order is running out! Please help..

    Hi,
    Our number range for the production order is running out, can anyone please guide me how to extend or create a new number range?
    I try to go to CO82, there is no where for me to add a new range. Also, I can't extend continuosly the number range cause the next number already assigned to another order type.
    What can I do?
    Kindly please help. Thank you.

    Hi,
    All i would suggest before fixing on the number of digits, look at your past pattern. Estimate the number of orders which you plan to create for a given order type, based on that select the number of digits.
    Now if you wish to increase from 7 to 8, its fine, it will not be an issue, once you define the number range, system will throw a message if it overlaps, so you can be rest assured about that. Assign the new number range to the order type & standard SAP will take care of the rest. However if you have any custom reports / developments, just ensure that there is no hard coding to read only 7 digits. Apart from that it should work fine.
    Hope the above resolves the issue.
    Regards,
    Vivek
    Added
    Please do not amend the existing number range or do any modifications to the same, it will lead to inconsistencies. So create a new range & assign the same to the order types
    Edited by: Vivek on Mar 13, 2009 10:43 AM

  • Number Range for production order / Planned order

    Number Range for production order / Planned order depends upon what?
    Plant, order type, mrp controller??

    Dear,
    Number Range for production order :- Client Specific assign to the order type You can check in CO82 and OPJH.
    Planned order  :- Plant specific OPPQ or OMI2.  Number ranges for Manual creation - OMI3
    Hope clear to you.
    Regards,
    R.Brahmankar

  • Number range for Production order

    Dear All SAP PP Gurus,
    I am new to SAP PP and want to learn about number ranges for production order.
    Can anyone tell me step by step procedure for creating & Assigning
    number range.
    Thanks in advance.
    Regards.

    Hi MIHIR,
    I just chkd the blog spot of MR Siva.
    It is very much self expalnatory.
    Siva ,pls update more documents in ur blog,it is very much helpful
    THNX all

  • Number ranges for purchase order in SUS- why?

    Dear Gurus,
    In SPRO settings, I have seen the option for defining the number range for purchase order in supplier self service system. similarly, there is an option for defining the number range for purchase order response.
    Why do we need to define the number range for purchase order and its response in SUS system? In SUS system, the purchasing documents from SRM and MM system create corresponding Sales Order and its follow-on document. So, we need to define the number range for sales order not purchase order.
    In spro documents, it says you need to define the number range only if you create purchase order locally in SUS.
    What does it mean?
    regards,
    Ranjan

    Hi Ranjan,
    Unfortunately in SUS, Sales orders are referred to as Purchase orders only. Hence any PO with a number say 450000000 that comes into SUS will have a corresponding number in SUS as 19000000.
    Sam has already explained the PO response part.
    Regards,
    Nikhil

  • Number Range for Transfer Order

    Hi,
    When I create transfer order with reference to outbound delivery, an error message says "Maintain number range 01 for transfer order". I could see the number range 01 maintained in T- code SDPI. But I would like to know how we maintain number ranges for transfer orders and why this error message has come?
    Thanks,
    Betty

    Hi
    In-img-logistics execution-shipping -pickinglean ware house management--define control paramaters and no ranges for lean warehouse management
    1.Here you will define the control parameters for lean warehouse ( no ranges too)
    2.Define no ranges
    3. Assign no ranges
    Please check have you maintained entries for your warehouse here if it is lean
    In img----logistics execution-warehouse management-master data--define no ranges
    T code OMLW if it is central warehouse
    Regards
    Raja

  • Number range for the Material type

    Hi,
    When I am trying to create the number range for the Material Type, when I choose the groups the following error has occurred
    “No elements exist for the object/sub-object”
    What may be the problem
    Thanks in advance

    Hi Binu,
    Had similar issue lately.
    This is happening as the download of the category is not done properly.
    So the solution which wrkd for me was to dwld the content again correctly, and if its done, there'll be no such error shootin up.
    Suji

Maybe you are looking for