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.

Similar Messages

  • 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

  • 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

  • Number Range with interval C00001 u2013 CZZZZZ

    Hi all,
    I have to create number range with interval C00001 u2013 CZZZZZ.
    Suggest me the steps to do the same.
    Thanks,
    Nidhi Sharma
    Moderator message: please try yourself before asking.
    locked by: Thomas Zloch on Sep 16, 2010 4:59 PM

    check table NRIV and also txn SNRO.

  • 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

  • How to create number ranges with "OK60" transaction or any other.

    Hello,
    I need to create a new number range to asigne to a document type , using transaction OK60 ( the error says this transaction).
    but I only can display with this transaction, and I would like to update.
    Is there any other transaction to do this , or is there any way to do this with this transaction OK60?
    Thank you very much.
    Kind regards
    Olga

    Hi,
    OK60 indeed is used for creating number ranges for FI/CO earmarked funds transactions. You should press on 'Pencil' button and create an interval. If for some reasons, you cannot do this via this transaction, try using SNRO transaction, with IRW_BELEG parameter. If this also fails, then apply to BASIS team to check your authorizations.
    Regards,
    Eli

  • External number Range with leading zeros for Handling Units

    Hi Experts
        My requirement is to use the External number for the Handling Units provided by vendor.That number starts with 2digits"00"+18  for Example:00123456789123456789
      I am Using HU_VEKP Object for no range and maintaining
    External No Range From 00000000000900000000 to 00000000000999999999.
    But When i am giving Number 00000000000900000001 its only taking
    900000001.
    Kindly suggest me the right way to take leading zeros.
    Rewards for answer sure if it works.
    rajesh

    Hi Laksmipathi
                          I am maintaining the number range for External number range coz its vendor supplied HU.
               But the prefix zeros has meaning for identifying the Handling unit Functionality.In realtime IF prefix contains Say "0000" it refers to carton
    If prefix contains say "0010" it refers to pallet.
               So i need to satisfy there requirement.For example If it is for material number we can maintain In OMSL by check box of leading zeros.
                But i am not able to find any setting for this Handling units.U can check this object HU_VEKP in SNRO tcode where i am maintaining Number range.
    Thanks give suggestion
    RajeshS

  • To swap internal number range with an External number range

    Hi SAP Guru's,
    We have a a landscape with SAP which is divided in 2 ERP's.
    One being the Central server and other the Local.
    The scenario is that when ever i create a maintenance order in the central server a replication should  happen in the local server and the order number should be same as that of central server.
    And the scenario should be Vice versa i.e whenever the order is created in a local server it should be replicated in the central.
    Both the number ranges used in central and local server are different.
    I am not able to find out how we can achieve the above stated scenario.
    Please advice what should be my POA.
    Regards,
    Ankit

    Hi ,
    1.You  have to find the Difference that Wether the order is created using Integration or Manually from the System.
    2.The Standard SAP  uses Function Module Number_get_next or Badi  to fetch the Number  and the number  is assigned to Order.
    Thats how the internal number ranges  works .
    3.Now your Scenario is to Owerite the Original number given by system  by the function module or BADI  .
    4.Now you find that  Plug in Point and Write an Implicit enhancment Point and  Owerite the Original  value given by System.
    So then only you can Owerite the Original Value.
    Let me know if you are  not clear .
    Regards,
    Kishor

  • Check a number range with date range.

    i have table test which is having column
    Start Range
    End Range
    Start Date
    End date
    how can i check start range and end range does not exists b/w existing record also with date range of this record.
    end date can be blank also.

    990690 wrote:
    i have table test which is having column
    Start Range
    End Range
    Start Date
    End date
    how can i check start range and end range does not exists b/w existing record also with date range of this record.
    end date can be blank also.Your question makes absolutely no sense whatsoever. We could make guesses, but then we may be wrong in our guesses.
    Please provide sufficient details for people to be able to help you. Read the FAQ: {message:id=9360002}

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

  • ECC 6.0 :Error with AFAB ( Number Range Assginment)

    Dear All,
    Please advise
    We have upgrading from 4.7 to ECC 6.0
    While running DEP AFAB, I get the following Error resulting
    Create document number range 03 using internal number assignment
    Message no. AA776
    Diagnosis
    Processing terminated because the document number range 03 for year 2006 was set up with external number assignment.
    System Response
    For periodic posting of depreciation, you have to create a document number range with internal number assignment, since the document numbers are assigned from Financial Accounting.
    Procedure
    Change the number assignment for the number range 03 from external to internal in Customizing for Asset Accounting. See SAP Note 890976 for more information.
    Here for DEP posting we have maitianed number range as Externally and  we are able to run in PRD but now after upgrade in DEV, it is giving the above Error.
    regards,
    sgs

    Hi,
    Upto version 4.7, you need to have the number range marked as 'external'.
    In  ECC 6.0, you need to have the version as 'internal'. You can change the number range from 'external' to 'internal' only when you change the status (current number) to zero. If it is year specific number range, any significant impact may not be there. Nevertheless, please follow the note 890976.
    Cheers.
    Dhananjai

  • Replication of account master with 2 diff number ranges to ECC.

    HI All,
    Wish you happy new Year....
    I have a doubt in Master Data replicating from CRM to ECC.
    Here is a situation where i  have to create 2 number ranges with groupings in CRM for prospects and has to replicate to ECC SD. I heard that only one number range(ie Z1) can only be used to replicate to ECC and ( I.e. Z2) number range masters can not flow to ECC.so can you guys please tell me what are all the problems in replicating the master to ECC if i use 2 number ranges with groupings.
    Thanks and Regards,
    Arun

    Hi Deepak,
    Have you downloaded R/3 sales area(ie,. org + distribution Channel+division) to CRM? If you are not using standalone CRM scenario, then you have to maintain R/3 sales area in and then download it into CRM through customizing adapter object dnl_cust_s_area.
    Then you have assign R/3 sales org to ur created organization in CRM and define distribution channel and division in the attribute tab of ppoma_crm.
    Kindly check have u done all the above mentioned steps?
    Thanks & Regards,
    Anirban

  • Customer Master data creation with customized number range

    Dear all,
    Can somebody know how to create the customized number range for customers like first 2 digits represents Sales organization and next 2 digit should represent circle,next 2 distribution chaneel and last 4 digits shold be the running number.
    Looking for solution..
    Thanks & Regards,
    Murali.

    Hi,
    In your case you need to define as following
    Step No: 01.
    01.Sales Orgination with 0001 to 0099.
    02.Regions with 00 to 99.
    03.Distribustion Channel with 00 to 99
    Step No:02.
    Define PDP with the diffrent account groups defined for diffrent Sales Org, Regions & DC's.
    Step : No: 03.
    As per the above configs go to TCode for Number range for accounts groups in  XDN1. Say Example as
    XX--- From:1010100000 to: 1010109999. Note the possiable numbers are 0000 to 9999 only.
    10 is sales Org, 10 is Region & 10 is DC's.
    This is one of the way to do. The other way is to develo Z table and to use the user exit / new progarme to identify the requried number range with reference to Sales Org, Regions & DC's
    Hope this is fine with your requrment.
    Bye & enjoy SAP.
    Koganti.

  • Linking payroll area with number range

    Dear Freinds
    I am looking for a solution of linking various payroll areas (defined under a single compan code) with the number ranges (more than 1). Please give a solution as to how we can attach one particular number range with a particular payroll area.
    Thans in advance
    Raghavendra Jyoti

    Try to find out if payroll area is an attribute in NUMKR feature

Maybe you are looking for

  • Staging Area location

    Hello, I am having trouble with the staging area on my enterprise manager 12c server. When i try to download an assembly it downloads to the default staging location which is /u01/app/oracle/product/12.1.0/omshome_1/gc_inst/em/EMGC_OMS1/sysman//stage

  • Webcal via https error /auth not Found

    Hi, while trying to access webcal via https I get the error message I use https://servername.com/webcal and get in browser URL https://servername.com/auth?redirect=https://servername.com/webcal/ Not Found The requested URL /auth was not found on this

  • Tabular Form and Link to document and No Data Found error

    I have used this numerous times in an INTERACTIVE REPORT to link records out from the report to a document in a folder on our server and it works beautifully thanks to one of you guys who helped me a couple of years ago. In the column for which I wan

  • Muse CC trial version issues

    Hi, I've downloaded a trial version of Muse CC, set-up a site and added a widget from muse-themes.com but it doesn't seem to work. I've tried a second widget and this also doesn't work. Please could someone tell me if all functions are active on the

  • Why we use this function module

    Hi     why we use this function module 'LIST_TO_ASCI'. regards, sivakumar