Diiferenet Internal Number Ranges by Depot(Plant) wise

Hi Experts,
I have a requirement in SD for Different Internal Number ranges by Depot(plant wise.
For example, my client having 8 depots(Plants). For each Depot client need different number range, means for depot 1 client need one range that is 9000 to 10000. For depot 2 client need number range like 10001 to 20000 like this for 8 depots but document type(sales order, billing, delivery, invoice) is same for 8 depots. How can i achieve this?
As I am fresher I am not getting any clue. If any one did this please provide me the details how to achieve this.
Thanks & Regards,
Muralikrishna
Moderator Message: Do some R&D of your own first.
Edited by: kishan P on Nov 15, 2010 2:24 PM

Hi Gnana Kumar,
I seen this link, here mentioned that develop the z table with fields like VKORG, FKART, NUMKI. Can I add Depot(plant) filed also?
and here client is having only one Sales Organization.
Thanks & Regards,
Muralikrishna

Similar Messages

  • Excise invoice number range for Depot

    Hi All,
    Pls guide me to assgin excise invoice number range for Depot.
    My client asking me to assgin domestic and export excise number range for Depot.
    pls clarrify:
    What are the purposes of the number range objects  J_1IEXCLOC and J_1IEXCINV? In which conditions 
    1. either of the two, or  2. both the objects should be used?
    Thanks,
    Muru..

    Dear Murugan
    Please search in forum you can have ready made answers available.
    System will always assigns one number for excise(where user can use Official document number) also an internal number for statistical purpose.(internal number for excise)
    You can see all these numbers in tables J_1IEXCHDR/J_1IEXCDTL.
    Just enter one excise Invoice number in the above tables & compare these with the objects J_1IEXCLOC/J_1IEXCINV...you will get more clarity
    Hope this helps.
    Phanikumar

  • Assingment of Internal Number Range to different type of Maintenance Order

    Hi..
          We are implementing SAP Plant Maintenance. We have created 10 order type. We want to assign 10 number ranges to the order types. During "Configuring of Number Range" t.code OION , when I am inserting new groups for all 10 type of order, it is not accepting by the group name. Number range which i am giving to the desired group is saved in other groups.
           Can anybody help to adopt the right process sothat I can assign the correct internal number range to different order types.
    Thanks in advance.
    Regards
    TP

    Hi Pramod,
                   Please follow the procedure mentioned below:
                  Configure number ranges.
                  1. In the menu bar go to Group & Insert
                  2. Enter the Text & the interval i.e number range.
                  3. Now add the new group using the symbol ( + )
                  4. once this is done the new group will be reflected.
                  5. Then select the element ( order type) i.e to be assigned using F2 key.
                  6. Enable the check box against the new group ( respective group)
                  7. Now in the menu bar press Element/Group tab ( or Use F5 key)
                  8. The selected element(order type) will be assigned to the particular group that you have
                      selected.
                  Hope this will help you resolve the problem.
    Thnaks & Regards
    Arun Vijay D

  • 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

  • Me_process_po_cust badi for generating internal number range in me21n tcode

    Hi all,
    I have requirement while creating purchase order my client want to generate internal number range based on company code,document type and plant.here, we are making one custom table to hold compny code,plant,doc.type and Number range number.I am using me_process_po_cust badi for the same.I got the po header and item data from this badi.my problem is how i can pass this number range number in me21n to respective fields.
    Regards,
    Sleela Patil

    Hi,
    Thank u both of you..I tried that exit.following is the code I have written for that exit.
    TABLES: T001K,NRIV,EKKO,ZVS_MM_RANGE.
    DATA: WA_TAB TYPE ZVS_MM_RANGE,
          WERKS LIKE T001W-WERKS.
    GET PARAMETER ID 'WRK' FIELD WERKS.
    SELECT SINGLE * FROM T001K
                    WHERE BUKRS EQ NEKKO-BUKRS.
    IF SY-SUBRC EQ 0.
      SELECT SINGLE * FROM ZVS_MM_RANGE
                      INTO WA_TAB
                      WHERE BUKRS EQ NEKKO-BUKRS
                      AND WERKS EQ WERKS    "T001K-BWKEY
                      AND BSART EQ NEKKO-BSART.
      IF SY-SUBRC EQ 0.
        MOVE: NEKKO-EBELN TO NUMBER,
              WA_TAB-NRRANGENR TO RANGE.
      ELSE.
        MESSAGE 'Please maintain Number range in table zvs_mm_range' TYPE 'E'.
      ENDIF.
    ENDIF.
    Here, I am getting data as I needed but problem is client having multiple plant for single company code.I am not able to capture plant in this exit.as, it is in item level.so,later on tried to do it using me_process_po_cust badi.
    Now my problem is that how to pass this number range number in me23n tansaction.
    Regards,
    Sheela Patil

  • Create vendor in ERP R/3 with internal number range

    HI,
    When I create a new vendor from MDM in R/3 with internal number range ADRMAS is processed OK but CREMDM is in status 51 because of missing address data.
    According to sap note  1052964 (se below) ADRMAS must be the first IDOC and it should contain the vendor number, but this is not possible with internal number range. How do you overcome this problem and how do I get the vendor number back to MDM?
    ALE inbound needs the customer / vendor account number within the ADRMAS IDoc to link the ADRMAS IDoc to the follwing DEBMAS / CREMAS IDoc correctly. Therefore field <OBJ_ID> in ADRMAS segment <E1ADRMAS> must contain exactly the same value as fields <KUNNR> / <LIFNR> in the corresponding DEBMAS / CREMAS IDoc. If this value is not provided, the Business Address Service stores the address but is unable to link the address later on to the corresponding Customer / Vendor.
    Kind regards
    Jonna

    We have worked around these problems in the past.  These are the steps we took:
    1.  We created a custom program to process a CREMDM IDOC.  This custom program was pretty simple.  It called the function module to process a CREMAS IDOC (IDOC_INPUT_CREDITOR) then did a committ.  The program captured the vendor number and then called the function module (IDOC_INPUT_ADRMAS) that processes an ADRMAS IDOC (It plugged in the previously captured Vendor number in the ADRMAS).
    2.  Using this custom program, it is not necessary in PI to split the CREMDM into a CREMAS and an ADRMAS.
    3.   The last step in the custom program kicked off transaction MDMV to trigger an outbound CREMDM IDOC back to MDM.  This was necessary to update the vendor number in MDM. 
    Tom Belcher

  • Internal Number Range in Vendor Master(XK01)

    Dear Gurus,
    During the Initial upload of vendor master in SAP the vendor codes around 3000 vendors were uploaded with an External Number range between 1000000 to 1999999 with an defined group. Now i want to deactivate the External Number range and move on to internal Number range.
    With Regards,
    Siddharth Poste

    Hi Siddarth Poste,
    In OMSJ T- code you can give the vendor no range  as internal or external
    Regards
    M B Raju

  • Internal Number range:Issue

    Hi,
    I am using the internal number range for the employee number creation.
    Scenario:
    Suppose I have created 13 employee in the organization so far.By mistake I created the wrong employee record(Employee number 00000013).
    Now when I delete any existing employee (say "John" with the employee number as 00000013) using the Tcode PU00, I face the following issue:
    I am able to delete the record (all the associated infotypes) successfully.
    Now when I try to re-create the employee using tcode PA40, it always creates the employee wtih the next number (00000014) and not with 00000013.
    I want the new correct employee to have the employee number as 00000013.
    Can you please advise?
    Regards
    Manish

    Go to Tcode PA04
    Click the Status  Delete 0000014  Current Number make it as 000013  and hire

  • Account group with Internal Number Range

    Hello Gurus,
    With Internal number range assignment to the Customer Account Group, I am unable to extend the customer from one sales area to another sales area with the same Customer number.
    If I am not it is a standard feature that irrespective of the number range (internal or external), with the same customer number, customer can be extended to multiple sales area.
    Please correct me if I am wrong and suggest a solution.
    Thanks in Advance

    Hello friends,
    No error message but the next number is getting allocated.
    in VD01 or XD01
    the following steps r followed.
    1. Enter the Account Group
    2. Sales Area (New Sales Area for the customer)
    3. Reference Customer.
    4. Reference Sales Area.
    Rather than going to the sales area directly, General area screens are appearing.
    Upon saving saving the details New customer number is getting allocated.
    I have no clue where I have gone wrong...
    looking forward for suggestions.
    Regards

  • Vendor Creation (Internal Number Range)

    Hi,
    My client was creating a new Vendor. The same has an internal number range.
    However, the last vendor created was 110016...... while creating a new vendor, the system assigned vendor 110020 as the next internal number, instead of 110017 to be assigned.
    Kindly assist as to why has this happened and where can i check the same?

    Thanks.......
    However that number range has not been assigned to other vendor group....
    Also, I have heard of number range buffering in SAP......What is that? How it works? Is there any T Code to check this buffering or any additional configuration is required?
    Kindly assist on the same........

  • Internal number range

    Hi All,
    I have defined the internal number ranges and assigned to vendor account group but when i create a vendor master  record the system allocating number randomly instead of serielly
    why this is happened ?
    Regards,
    Rajesh

    Hi,
    You may have Number range Buffer for Vendor No Range.
    goto T.code SNRO and check for Vendor number range.
    Hope this helps, please assign points.
    Thanks,
    Rau

  • Internal number range for SP

    Hi All,
    Please help to find out why system does not assign continuous running number for new sold-to-party account group.Why Internal number range of sold-to-party assigned by system not in running sequence.
    Thanks & Regards,
    Pallavi

    Hi pallavi
    Go to OVT0 and select the sold to party account grp and and in that details you can see the number range field ,there you can check what number range has been assigned to the account group. Another way is go to OBD2 and check the sold to party account grp which number range has been assigned
    Regards
    Srinath

  • Internal number range( alphanumberic) will be incremented automatically

    Dear All,
    Will the internal number range (Alphanumberic)  of the material master get incremented automatically.
    say,
    the internal number range we set is AW0000001 to AW9999999. The number range should be incremented
    Kindly reply for the querry
    Thanks
    Bakyaraj

    You can try with material Template.
    SPRO --> Logisitics - General -- > Material Master --> Basic Settings -- > Define Out put format for Material Numbers.
    Transaction Code : OMSL
    Activities
    1. Define the length of your material numbers.
    2. If required, define a material number template.
    3. Specify the form in which you wish to store your material numbers.
    For information on how to use the Lexicographical indicator, be sure to read the corresponding documentation.
    4. Specify whether your material numbers are to contain leading zeros.
    Note
    If the Lexicographical indicator is set, the system ignores the setting of the Leading zeros indicator.
    Indicator for lexicographical material numbers
    Definition
    Defines the way numeric material numbers are stored in the database.
    Use
    Caution
    It is only possible to set or reset (cancel) this indicator if no numeric material numbers have been used yet in the system since they would no longer be interpretable after setting or resetting this indicator.
    If this indicator is not set, numeric material numbers are padded with leading zeros and stored right-justified (example 1). Material numbers containing at least one nonnumeric character are stored left-justified (example 2).
    Example 1
    Defined length: 8 characters
    Internally/externally assigned number: 123
    Stored number: 000000000000000123
    Example 2
    Defined length: 8 characters
    Externally assigned number: 1A3
    Stored number: 1A3
    If this indicator is set, material numbers are stored as follows:
    If the material number (numeric or not purely numeric) was assigned externally, it is stored left-justified as entered.
    Example
    Defined length: 8 characters
    Externally assigned number: 123
    Stored number: 123
    Note
    Any leading zeros that may have been entered are stored too. This makes it possible to distinguish between the material numbers 123 and 0123.
    If the material number (numeric only) was assigned internally, it is padded with leading zeros to the defined length and stored left-justified.
    Example
    Defined length: 8 characters
    Internally assigned number: 123
    Stored number: 00000123

  • Internal Number Range in EWT

    hi,
    some body tell me the transaction code for copy of the Internal Number Range for EWT  from one year to another year
    regards
    sapfan

    Hi,
    use t.code:J1INUMBER for internal challan number creation, u can't copy from one year to another year.
    regards
    sai krishna

  • Copy of Internal Number Range of extended withholding tax

    hi,
    Can any one tell me the transaction code for copy of the Internal Number Range for extended withholding tax from one year to another year
    points will be assigned
    thanks in advance

    hi,
    use t.code:J1INUMBER
    all the best
    Prasad

Maybe you are looking for

  • Install problem on Windows 7 64-bit

    Hello all, I am attempting to install Adobe Reader on a new installation of Windows 7 64-bit.  When I run the setup file (AdbeRdr920_en_US.exe) the installer starts, but the progress bar never gets beyond 10.93%. It just hangs there.  The text above

  • I get the error message itunes library.itl cannot be read because it was created by a newer version of itunes

    Hi, I had my pc reformatted and win 7 64 bit installed. As I have come to put everything back on the pc I accidently installed the 32 bit version of iTunes. I realised this when certain functionality wasn't working. So I uninstalled itunes and all th

  • How do I get a refund of an over payment and return of a late payment charge?

    Today I get an email saying I owed $403 and was a month behind-Didn't sound right but I went ahead and paid the $403 online-when I got home I looked in an other area of my account and it shows that I did pay last month on time..From what I am reading

  • User exit on PA40

    Hi... I want to put a check on PA40 based on RFPNR. can somebody let me know if there is any userexit or BADI on PA40 where I can access RFPNR... in the regular HRPAD00INFTY and PBAS0001 I am not able to access RFPNR. BR, Ram

  • I need an EIN : Employer Identification Number to publish.

    Hi, I'm currently living in Japan and I'm a french citizen. I would like to sell ibooks under the name of my company established in Japan. I have an App developer Account and from what I understand, I cannot use it to publish books on the iBookStore.