How check the number range buffers in bw..

can any one tell me the procedure...
how to  check the number range buffers in sap bw,,,,can any one help me on this???
regards

Please follow the steps mentioned below for checking the number ranges:
TCODE: /nse37
FUNCTION MODULE: RSD_CUBE_GET
Then click F8
From there I_INFOCUBE : Cube name(Here we can give the cube names from /nrsa1(click on infoprovider on leftside menu…)
I_INFOCUBE                      Cubename
I_OBJVERS                       A
I_BYPASS_BUFFER                 x
I_WITH_ATR_NAV
Click on F8
In Export Parameters : select below one
E_T_DIME
There we will get the Time stamp and number range
Regards.
Message was edited by:
        cnu babu

Similar Messages

  • How to do Number Range Buffering

    Hi All,
    I have No Number range buffering maintained for Dimensions as well for infoobjects,
    I order to maintain the same i need Number range objects right?
    But i have different name for Number range objects for the same dimension in Development and in Production((Say BID0002029 in Dev and BID0007242 in Prod). So how will i maintain the number ranges in Development and move to Production.
    Do i need to find out the corresponding Number range object in development and maintain it and move to GWP? Will this will automatically change the Number range object for the same dimension in production?
    Please advice on the solution.
    Thanks,
    Muruganand.K

    Hi Muruganand,
    You are right the number range objects are different in each system in the landscape.
    You cannot tranport the configuration of these objects as these are different in each system in the landscape.
    You will need to ask the basis to control the system changeability to allow you to set up the number range objects in each system independenty.
    Cannot be transported
    Hope it helps,
    Best regards,
    Sunmit.

  • Must I open the system to setup number range buffering ?

    Hello community,
    Number range buffering is disabled for DIM IDs on most of our InfoCubes, but we would like to experiment with turning it on according to the recommendations in this SDN blog :
    /people/vikash.agrawal/blog/2006/04/05/load-lots-of-data-147faster148-with-buffering-number-range
    I have imported a test cube into the production system and would like to test load the same quantity of data that is normally loaded into our production cubes. 
    But the problem when turning on Number Range Buffering for the test cube is that the production has status 'not modifiable'
    Is it necessary to open the production system for modifications each time you want to make a change to the number range buffering settings ?
    If so, then this will be difficult because we transport new cubes very frequently in order to separate the data by time period.
    Is there a way to change the number range buffering settings via transport, or other customization without opening the production system for modifications ?

    NRIV is the table that has the number range buffering info it.
    http://help.sap.com/saphelp_nw04/helpdata/EN/7b/6eb2aa7aed44ea92ebb969e03081fb/frameset.htm 
    There appear to be a couple related tables.
    Table Name      Short text
    NRIV            Number Range Intervals
    NRIVSHADOW      Local NRIV for multiprocessor machines
    NRIV_LOKAL      Local NRIV for multiprocessor machines
    NRIV_RESTE      Internal numbers not assigned in conn. wit
    According to the doc on one of the linked help pages, you may want to look at Tran SM56.  It says it will tell you how often a load had to wait because it had to wait to get the next available number.  You might find that you are not waiting in any of your loads, in which case, this effort won't bear any fruit.
    Personally, absent a specific set of instructions from SAP that indicate that yes you can transport this stuff and how to do it, I don't think I would pursue it.
    Not to be negtive about this idea, but from what I have seen, the nbr range buffer objects don't share the same BID####### across systems.  This seems like it would be a very large obstacle to overcome.  I think will end up throwing lots of hours down a rat hole trying to do this. 
    But, who knows, if you get it to work, you ought to blog about it.
    Good luck.

  • Number Range Buffering - SNRO

    Hi Gurus,
                 Can any one Plzz tell me why do v go for Number Range Buffering?
    It's use?? And the procedure to do it? I searched it in forum but didn't got what I needed. 
    Cheers,
    Sultan.

    hi,
    Tip on Number Range Buffering :
    When you load large quantities of data in an InfoCube, the number range buffer should be increased for the dimensions that are likely to have a high number of data sets.
    To do this, proceed as follows. Use function module RSD_CUBE_GET to find the object name of the dimension that is likely to have a high number of data sets.
    Function module settings:
    I_INFOCUBE = 'Infocube name'
    I_OBJVERS = 'A'
    I_BYPASS_BUFFER = 'X'
    The numbers for the dimensions are then contained in table 'E_T_DIME', column 'NUMBRANR'. If you enter 'BID' before this number, you get the relevant number range (for example BID0000053).
    You can use Transaction SNRO (-> ABAP/4 Workbench -> Development --> Other tools --> Number ranges) to display all number ranges for the dimensions used in BW if you enter BID*. You can use the object name that was determined beforehand to find the required number range.
    By double-clicking this line, you get to the number range maintenance. Choose Edit -> Set-up buffering -> Main memory, to define the 'No. of numbers in buffer'.
    Set this value to 500, for example. The size depends on the expected data quantity in the initial and in future (delta) uploads.
    !! Never buffer the number range for the package dimension !!
    Also heres the content of the note : 857998
    The number range buffering for DIMid's and SID's
    a) the DIM table increases by a large number of data records for each request
    b) the size of the DIM table levels out but at the beginning you expected or observed a significant increase
    c) there are many accesses to the NRIV table with reference to the number range object of the dimension table
    d) the InfoCube or the dimension table is deleted regularly and, therefore, the DIM table increases significantly in each period.
    The number range object for the SIDs of an InfoObject should be buffered if
    e) you regularly add many new data records to the SID table
    f) you know before the initial load that there is a lot of master data to be loaded for this InfoObject
    g) you delete the master data periodically and you always load many new records (this should be an exception).
    How do you find number range objects of the dimensions and SIDs whose number range should be buffered?
    h) You know in advance that the dimension table or the SID table will increase significantly per request.
    i) You observe accesses to the NRIV table and you can determine the number range object directly in the current SQL statement.
    j) A high number range level may indicate that there is a significant increase for these two BW objects (valid only for BID* and BIM* objects)
                           SE16 'NRIV'
    -> OBJECT = 'BID' or OBJECT = 'BIM'
                           displays all number range objects with number level (NRLEVEL).
                           Export this output to an Excel document and sort NRLEVEL in descending order. Most candidates usually have a high number range level.
                           You can determine the corresponding dimension tables by using the table RSDDIMELOC. You can find the InfoObject for SIDs using the table RSDCHABASLOC (the field NUMBRANR contains the last seven digits of the number range object). The procedure is even more effective if you read the table NRIV periodically and you determine the changes using NRLEVEL.
    k) Another indicator is if a dimension table or an SID table significantly increases on a regular basis.
                           How many instances should be buffered?
    In the past, a value between 100 and 500 has proved to be efficient. If there is still a high load for these number range objects on the table NRIV, you can increase the value.
    Caution:
    - Never buffer the number range object of the package dimension table of a data target.
    - In addition, never buffer the number range object of the request ID (RSDCHABASLOC-CHABASNM = 0REQUID), generally BIM9999998.
    - Ensure that not all dialog processes are occupied permanently
    hope this helps
    Regards

  • 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

  • Question: How to assign number ranges to the Official Excise Document Numbe

    Question: How to assign number ranges to the Official Excise Document Number
    Field name is: EXNUM, table name: J_1IEXCHDR
    SAP CIN
    Dear expert,
    I will briefly explain the scenario:
    I have created return po.
    Process MIGO w.r.t. return PO- Material document generated.
    Process: J1IS - excise invoice other movement create.
    --> Now I want to print the document --> I m trying with T-code J1IP --> entered all the required data --. Used out put type - J1I0
    But I am not getting the list of document for printing and even print is not coming.
    There is no print document getting for a printing.
    When I checked in an above said table (mentioned in question), I found that for transaction type OTHR, there is no number ranges defined for official document no.
    And because of this reason I m not getting any document in the print.
    Can you Pl extend Ur help and Pl suggest me where (path or transaction) the number ranges can be maintained for the official excise document No.
    Thanking you all n advance and expecting your earliest response.
    Regards
    om

    Dear Friend,
    J_1IEXCHDR this table stores the all the excise documents created while excise transactions are done ,
    for that Goto j1i9 or SNRO  in these transaction you maintiane the number ranges  for the
    J_1IPLA2     PLA part II number range object
    J_1IRG1     RG1 Number range object
    J_1IRG1_T     No. Range for RG1 - Excise group / Material
    J_1IRG23A1     RG23A part 1 no. range object
    J_1IRG23A2     RG23A part II number range object
    J_1IRG23C1     RG23C part I number range object
    J_1IRG23C2     RG23C part II number range object
    J_1IRG23D     Folio Numbers for RG 23D
    like these  lot of objects are there  for them u maintiane the no. ranges
    Regards
    Pramod

  • Number range buffering - how to activate

    Hi All,
    We have system performance issues relating to various locks on NRIV and
    therefore decided to buffer object RV_BELEG using the ‘Loc File + Proc
    ID’ setting it to 1,000 numbers.
    In short does anyone know all the exact steps to follow to activate number range buffering? I don't find clear notes or direction from SAP how to do it.
    More detail / what we did:
    I proceded to set the buffer using SNUM -> entering the object RV_BELEG -> change -> edit -> set buffering.
    We did this in the Production environment while the servers were still running. When we tried to save a sales order to see if everything is still working we received a ABAP runtime error with the following Error analysis
    An exception occurred. This exception is dealt with in more detail below. The exception, which is assigned to the class 'CX_SY_RANGE_OUT_OF_BOUNDS',
    was neither caught nor passed along using a RAISING clause, in the procedure
    "NUMBER_GET_NEXT" "(FUNCTION)"
    Do we need to restart the application servers once the buffering is set
    to take affect?
    Do we need to do anything else besides setting buffering on the Object?
    any help will be appreciated,
    thanks
    Jaco

    hi,
    I think it'll not get deleted from MMNR...
    I think you need to delete it from SPRO --> logistics general --> Matrl master --> Basic settings --> Material types --> Assign material types to special create transaction....
    Pls make it confirm before deleting anything...
    Hope it helps..
    Regards
    Priyanka.P

  • How to find out the Number range object for Incident number

    How to find out the Number range object for Incident number ?
    CCIHT_IAL-IALID
    regards,
    lavanya

    HI, an example.
    data: vl_num type i,
          vl_char(6) type c,
          vl_qty type INRI-QUANTITY,
          vl_rc type INRI-RETURNCODE.
    CALL FUNCTION 'NUMBER_GET_NEXT'
      EXPORTING
        NR_RANGE_NR                   = '01'
        OBJECT                        = 'ZRG0000001'
       QUANTITY                       = '1'
      SUBOBJECT                     = ' '
      TOYEAR                        = '0000'
      IGNORE_BUFFER                 = ' '
    IMPORTING
       NUMBER                        = vl_num
       QUANTITY                      = vl_qty
       RETURNCODE                    = vl_rc
    EXCEPTIONS
       INTERVAL_NOT_FOUND            = 1
       NUMBER_RANGE_NOT_INTERN       = 2
       OBJECT_NOT_FOUND              = 3
       QUANTITY_IS_0                 = 4
       QUANTITY_IS_NOT_1             = 5
       INTERVAL_OVERFLOW             = 6
       BUFFER_OVERFLOW               = 7
       OTHERS                        = 8
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    vl_char = vl_num.
    write vl_char.
    Regard

  • How do I check the number of prints per laserjet cartridge

    HP Color Laserjet CM1312 MFP nfi
    Operating System: XP SP2
    How do I check the number of prints on the printer

    Hi Delroyaw, 
    This is a commercial line product. For the best answer to your questions you will need to repost your question to the following links. 
    http://h30499.www3.hp.com/t5/Business-Support-Forums/ct-p/business-support 
    http://h30499.www3.hp.com/t5/Printers-LaserJet/bd-p/bsc-413 
    I am an HP employee.
    Say Thanks by clicking the Kudos Star in the post that helped you.
    Please mark the post that solves your problem as "Accepted Solution"

  • How to check the number of licences for ODI

    Hi,
    I would like to know , how to check the number of licences exists for my current OID.
    ODI Version: 11.1.1

    ODI licensing is similar to Oracle DB licensing. Its licensed by the number of cores in your target database.
    So, count the number of CPUs in your target box. Multiply them by the core factor (x86 vs sparc, etc) and then match with the paperwork you have :D

  • How to check the number of remaining downloads on DPS dashboard?

    I think that after the renewal of Adobe DPS,
    Professionl/ Enterprise Edition users can chek the number of remaining downloads on DPS dashboard.
    How to check the number of remaining downloads on DPS dashboard?
    shimoawazu

    Is there a way to determine how many downloads have occurred on a professional account?  We have multiple apps on the Apple and Android app stores and would like to know how many downloads from our first 5,000 have been used.  Is there a way to view analytics from all of our apps at one time instead of having to log in to digitalpublishing.acrobat.com separately for each app?
    Andrew

  • How to check the number of colors in the file???

    How to check the number of colors in the file ai ???

    The Recolor Artwork tool will list all colors used in a document and the flyout menu in the Swatches panel also provides tools for managing colors.
    Mylenium

  • How to check the number of contacts with segment level 'food and beverage' in the segment builder?

    How to check the number of contacts with segment level 'food and beverage' in the segment builder?
    Do we have any table to check this.

    How to check the number of contacts with segment level 'food and beverage' in the segment builder?
    Do we have any table to check this.

  • How can prevent the number range of document skip

    Dear friend,
         I want to preverify the cancel billing document process via VF11. If the FI period is closed, the cancel billing document (which refers to closed period) process  is not permitted.
         I found the user exit: SDVFX001 (User exit header line in delivery to accounting) and implemented / activated it already.
         My user exit is work, the cancel process of old billing document is denied, but !!! I found that the number range of cancel document is reserved already (but the document is not create). So the number range of cancel document is skip  in the next time when I cancel other billing document....
         Are there any exit or BTE to prevent this case?
    Thank you in advances,
    Sam.

    Hi,
    In your user exit itself, try finding out any FM available for closed period.
    Thanks,
    Sriram Ponna.

  • How to confg the number  ranges i.e started from an alphabet

    number rages started froman alphabet
    ex:aa123...... for an production order

    Hi,
      You need to define the order type for a production orders in tcode opjh
      For this order type you need to define the number ranges as external number range.
      The defined number ranges should not overlap with the existing ones
      Reward points if useful
      Regards,
    nandha

Maybe you are looking for