Regarding Number ranges at plant level

Hi all,
   We have a requirement for number ranges at plant level for purchase orders. How it can be done ? whether to go for this with userexit or directly from config. it can be done.
Thanks And Regards

Amit,
Check with this BADi ME_PURCHDOC_POSTED
Method:POSTED
use FM NUMBER_GET_NEXT and get number and assign to parameter IM_EKKO-Ebeln which is PO number.
Create a Number Range in SNRO Transaction.
Amit.
Edited by: Amit Gujargoud on Sep 5, 2008 8:32 AM

Similar Messages

  • Program/User exit to maintain the number ranges at plant level

    Hi Everybody,
    Could u please tell me program/user exit to maintain the number ranges at plant level.
    Thanks & Regards,
    Piyush

    Hi
    Do you want to maintain all the number range Objects
    For Material Master you can use the enhancement  MGA00002
    For PO Nu,ber ranges you can use the enhancement MM06E003
    Thanks & Regards
    Kishore

  • PO Number Range With Plant

    Hello All,
    We need to Assign the Number Range of the PO's based on the Document Type & Plant.
    This is as per the Client's Requirement.
    I am using ECC 6.0 and looking in the Exit MM06E003. The Include ZXM06U17 does have the Structure EKKO but nothing is given for the Plant. Plant is at the Item Level but this Exit does not has any structure related to EKPO.
    Please guide.
    Thanks in Advance.
    Regards,
    Pankaj Agarwal

    Purchase Order number ranges you can define and assign as per the document type. But, Number range assignment as per plant is not possible thru standards.
    Use the Below Exits.
    M06B0003  Number range and document number
    M06B0004  Number range and document number
    You can search in sdn for more related threads.

  • Regarding Number Ranges

    Hi Experts,
    I am New to ABAP.
    Can any one Help me in telling
    What is SRNO - Number Ranges T.Code?
    How to Create Number Ranges?
    How it is useful in SE11.
    If any one have Material Regarding this T.code Give to me.
    Thanks in advance.

    Hi,
    It is SNRO not SRNO..
    SNRO is the general transaction to maintain number ranges for business objects like accounting documents (FI), controlling documents (CO), sales orders (SD), etc.
    In addition, there are other transactions available to maintain application specific number ranges.
    For more details please refer to the SAP documentation:
    http://help.sap.com/saphelp_nw04/helpdata/en/1f/8310df4bc511d189750000e8322d00/content.htm
    To create number ranges..
    Go to SNRO and define the number range.
    To define a number range for shipment cost documents:
    1.go to SNRO and enter SD_FRACHT as the object and
    choose number range and select the number range intervals push button.
    2.Specify the number range from 01 0000001000 0000999999
    01 Indicates the internal number range.
    Means system generates the next available number based
    on the interval you specified.
    So you can generate the shipment cost document number
    starts from 1000 to 999999.
    Regards,
    Omkar.

  • Regarding number ranges for sales documents.

    Dear Guru's,
    There are 2 number range fields in defining a sales document(i.e Int. &  Ext.).
    Actually we specify either internal or external ,but if we specify both what will happen.
    Thanks in advance,
    Cherukuri

    Hi,
    The number ranges can be either external or internal. If it is external internal you need to mark it in the VN01 and at the same time delete the internal assignment number in the VOV8. If the internal assignment field in VOV8 is not blank the system will keep generating internal numbers.
    If it is external no. range the current no. that is being used cannot be seen on the VN01 screen. And while creating the sales order itself the sytem will prompt you to enter a number between the available range. If you dont enter the same system will not allow you to proceed further.
    Kind Regards
    Chakradhar

  • Error regarding Number ranges in MIRO

    Guys
      Iam getting the following error while am assigning
    MIRO can u please suggest me a solution for getting rid
    of this error
    In FBN1 am trying assign 51 for my company but it says
    tat the number overlapps....what shall i do for the following
    problems...
    *Error*
    In company code JNNO, the number range 51 is missing for the year 2008
    Message no. F5150

    This happens when
    Existing Number Range number for ur Company code
    No.                    21         
    From Number     5100000000      
    To Number         5299999999
    If you are trying to add 51 with the number range as shown below
    No.                    51         
    From Number     5200000000      
    To Number         5259999999
    This happens bcos the from number and to number assigned to 51 falls in the from number and to number of 21.
    In such cases you will get the message as what you are getting now.
    So try assigning a different from number and to number for 51.
    Hope this helps.
    Thanks,
    Balaji

  • PO & GR number range...

    Hi all,
    Is it possible to have number range for PO at plant level. Is there any user exit available.
    Similarly, is there any user exit avalable for number range at plant level material type wise for GR & GI documents please.
    Thanks.

    Hi
    using Report ME2N you can check the PO's Plant Wise
    If you want to restrict only one Plant ot One PO Then it may be difficult if all the Plants Belong to the Same Compnay Code .
    Other wise you can use the User exit & Create the Numbers ranges Pertaining to One Plant
    Say Plant A has series Starting with 100
    Plant B - Starting 200
    In that way we can maintain the logic.
    I have never seen an auditor asking questions on the numbering of the PO.
    As long as it is Valid he should not have any Problem
    Thanks & Regards
    Kishore

  • Purchase order number ranges plant wise

    Hi ,
    Requirement is , want to have purchase order number  plant wise. I know that we can have different number ranges for different document types in standard SAP. But how to achieve different number ranges for purchase order plant  wise.?
    Is there any user exits available for this?
    regards,
    abi

    Hi,
    it is possible through a BADI to get the separate number ranges for plant wise PR/PO,
    but u need to maintain a customised table with number ranges and plants,
    whenever the user try to save a PO/PR the syatem will pick the number range from the customised table,
    that BADI is ME_PROCESS_PO_CUST,
    it is very useful if any client has number of plants like 30 or 40 plants,
    and it is easy track the PO from where it has raised.
    rgds

  • Number range plant wise for delivery

    hi,
    how maintain number range plant wise for delivery.
    can any one suggest which user exit to use.
    thanks & regards,
    Chetan

    Hi
    if you want to create the number ranges for plant wise delivery . you can use table maintain the data and use user exit for the trigger in delivery table
    Regards
    S.pavan

  • Number range based on plant

    Hi All,
    I have requirement, cliant wants number range based on plant, for example
    we have three plants under 1 company code AXXX,BXXX,CXXX the requirment is when we create a PO the PO number should start with Aor B or C starting letter of the plant.
    we know that we can use differnet document type but here we want to use only one document type I.e NB document type.
    Please let me know steps to do this,
    Thanks in advance.
    Thanks&Regards,
    Chand

    Hi
    It is posibel to create number ranges per plant
    But my suggestion you have only three plant then create differnt doc type for plant,there are many report depend on plant,and we can use differnt plant in po also so it will effect
    chek following link
    [Purchase order number ranges plant wise;
    Regards
    Kailas ugale

  • Number Ranges in Q.M

    Dear Gurus,
    We have two plants in our company code and we are implementing QM for both the plants.I have regarding number ranges--> Inspection Number Ranges for Inspection Characteristics,Number Ranges for Inspection Methods,Number Ranges for Inspection Plans,Number ranges for inspection lot..etc
    My query is -->Are these number ranges maintained at client or plant level.I think its client,but no sure.How can define number for different plants for the all above mentioned .
    Regards Ram

    Ram,
    As per SAP standard Inspection lot number range we can not maintain plant wise.
    Please follow following path to get idea:
    SPRO --> Quality Management --> Quality Inspection --> Inspection lot creation --> Maintain Number ranges.
    Here you would see this number range are stored in inspection lot origin, they apply to the entire client. So it would be applicable to client wise not plant wise.
    So if you maintain number range for "01" like From 010000000000 to 019999999999, then this number range would be applicable to all plant of client for 01 origin.
    If you still want to assign number range plant wise then you can maintain custom table for number range inspection type and plant wise, but to define number range externally plant wise is not advisable.
    Hope this helps.
    Thanks!!!

  • Batch management number range issue

    Hello Experts,
    We have one requirement like this we are following Batch unique at material level. Client requirement is like this; they require separate number range for plant and order type combination. Is it possible?
    If it is possible please specify the steps.
    Thanks and regards,
    Ganesh

    HI,
    In our case we had to differentiate the batches for different plants and we have used the first digit as alphabetic character with reference to the plant. Here we had a single number range for batch creation but the first digit of the generated batch number will be an alphabet representing the plant. This was done with the help of the enhancement SAPLV01Z and EXIT_SAPLV01Z_001.
    Hope this helps you to satisfy your requirement.
    Regards,
    Ravi Kumar C.

  • Accounting Document No Number Ranges

    I have got a requirement wherein the client has asked for the Accounting Document Numbers has to be at Plant Level, & not the Company code level...
    Kindly inform me is it possible to allocate the different Number Ranges for Plant Level

    hi ASHWIN,
    how many plants are there? If not too much, say less than ten, you can create separate document types for the plants. To the different document types you can assign different number ranges. On the other hand you have to write exits, that the proper document type is used in case of MIRO posting for example. You need to create validations as well, that a specific document can only be used for a specific plant (in case of manual posting).
    hope this helps
    ec

  • Planned Order Number Ranges

    Hi Gurus,
    I am having two plants defined in one company code.
    Is Planned order number range plant specific?
    My planned order number range in plant-1 is 1000-2000 and it is same in the Plant-2. If I create the planned orders in both plants.
    What is starting number for planned orders in each plant?
    Can I create like this?
    Thanks in advance.
    Regards,
    Jejesh
    Edited by: jejesh yal on Sep 30, 2008 9:25 PM

    Hello,
    If you are creating Planned order using the MRP, you  can set the plant specific Number range for planned Order at OPPQ
    Please check with planned order Number range  tab at OPPQ
    Regards
    Pradeep

  • Batch Numbers Skipping in Internal Number range Assignment

    Dear Gurus,
    We have Batch Management at Material Level. For a Material, we are facing an issue in Internal Batch Number Assignment. Systems Skipping 15-20 numbers buffer in Internal Number Assignment, we want it to be in a sequence. In OMAD for BATCH_CLT, No of Numbers in Buffer is 0.
    Kindly guide me why the system is doing this.
    Regards,
    Johi Kapoor

    No its not working. I want to set my batch number range from client level to material level. Kindly tel me how can i do that....?

Maybe you are looking for