Restting the number ranges

Client Copy: Each time a client copy is made, material movement postings cannot be processed until several number ranges are reset and the user gets the message Express document “update was terminated”. These number ranges can be reset thru SNRO. But identifying what objects need to be reset also difficult. I don’t know how to identify what objects need to be reset the number ranges. This problem occurs each time a client copy is made (The user faces). I am trying to reset all the objects number ranges automatically by writing a custom program. Each time the client copy is made, the user can run this program and be able to reset the number ranges for all objects automatically. Can anyone help me if I can write a program to achieve this and how?
Thanks,
Sobhan.

HI,
Try to use the program RSSNR0I0 for resetting the number range object. This will accept only one number range object.
Otherwise create a new program and call the FM NUMBER_RANGE_INTERVAL_INIT with the number of objects one by one.
Please let me know if it works.
Thanks,
Naren

Similar Messages

  • Urgent : Unable to maintain the Number ranges for Excise Groups

    Hi CIN experts............
    In Development server I created 3 excise Groups (E2,E3 and E4), the same I was transported to Production.
    J_1IRG23A1, J_1IRG23A2 object number ranges are Excise Group specific.
    When I go to Tools - Number Ranges to maintain number range for J_1IRG23A1, J_1IRG23A2 objects I didn't find these excise groups.
    Im able to see these Excise groups in Tools - Number ranges in Development server, but not in Production.
    Can any one guide me something to resolving the issue ?
    regards
    Durga Ram

    Hello Nagaraju,
    Can you please tell me the customozing path for maintaining the number ranges for PM log entries.
    I require to mention customizing path in my document.
    Puneet

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

  • Find the Number range

    Hi all;
    Can any one help me on this issue !!
    How to find the Number Range for Customer / Venodor.
    we have already assign the Number range and how to find the next availabilty number.
    I .e   I need the next  Availability  number for  Customer/ Vendor Nuber.
    Thanks
    -Ravi.

    Hi,
    Refer
    Aphanumeric number range for customer/vendor
    To get the next available number:
    Go to SNRO-> Click on Number Ranges button -> Click on status -> u will get the current number
    Also you can use FM "NUMBER_GET_NEXT" to get the next number
    CALL FUNCTION 'NUMBER_GET_NEXT'
    EXPORTING
    nr_range_nr = '01'
    object = 'ZDOCNUM'
    QUANTITY = '1'
    SUBOBJECT = ' '
    TOYEAR = '0000'
    IGNORE_BUFFER = ' '
    IMPORTING
    number = v_docno
    QUANTITY =
    RETURNCODE =
    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.
    Regards
    Sumana

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

  • 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

  • Reset the Current Number in the Number Ranges

    Hello Friends,
    Is it possible to change the current number in the number range based on a condition?
    My requirement is,  I have generated the number using the Function Module NUMBER_GET_NEXT.  If the user clicks on Save then the number generated is saved. But if the user doesnt click on save, the number is not saved but the number is wasted. Now if I create a new number that will be the next number in the sequence. I want that if the user has not clicked on save then the same number should be generated again, so that the numbers are not wasted.
    regards,
    Raju.

    Hi
    I don't hink it is possible with the number ranges.
    Yes, as you said some numbers will be wasted in between.
    But in real PRoduction we don't click just like that on SAVe button wasting the numbers.
    Check the Tcodes SNUM and SNRO.
    Reward points if useful
    Regards
    Anji

  • T.code F-01, error message  F5150: the number range ...  is missing

    Hi All,
    creating by F-01 a 'sample document', SAP gives me the message F5150: "... the number range ...  is missing ..."
    But in OBA7 and FBN1 I can't find the missing range.
    Is there a different customizing step to create a range for sample document?
    Thanks
    Gandalf

    Refer this link.
    http://help.sap.com/saphelp_erp60_sp/helpdata/EN/96/8b434c43ce11d189ee0000e81ddfac/frameset.htm
    You can basically use the sample document as a reference while posting an accounting document.  Use T Codes FBR1/FBR2.

  • Error in changing the number range from the external to the internal no.

    Dear all,
                 Here is the error found when using the T-Code PA30  for hiring an employee. while changing the number range from external to internal using Tcode  PE03, the error found was ' could not find interval for the number range'
    Can anyone help me out?

    Hi,
         Thanks for your reply.
    Please check out what i have done
    The number range intervals displayed using T-code PA04 are
    No        From                    To                           Current No.               Ext.
      1       00000001            00069999                                                  checked
      2       00070000           00079999                 70295                       unchecked
      3       00080000          09000000                                                   checked
    Using T-code PE03, the feature numbkr was changed i.e the  return value has been changed from  3 to 2(internal no. assigned)
    Error found when performing action using T-Code PA30 is -could not find interval for the number range 2.
    Could you please clarify?
    Thanks

  • 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

  • Getting Error: The number range is not maintained for Object/Year: J_1ILIC/

    Hi Gurus,
    When I try to capture deemed export license from J1ILIC01 I get this error
    The number range is not maintained for Object/Year: J_1ILIC/
    I tried to maintain number ranges in SNRO & SNUM  there the changes are saved but I am not able to capture the license and receive the same error again. Please help.

    Hi
    Just check if you have maintained number range for the correct year as shown in error.
    Goto SNRO/SNUM enter the object ID and click on number range .Maintain there for that particular year.

  • The number range is not maintained for Object/Year: J_1ILIC/

    Hello,
    I am facing the problem as
    After Created the No range object j_1ilic for excise bond, for capturing the CT3 form in J1ILIC01 and maintain the required fields in J1ILIC01, following error is occuring
    "The number range is not maintained for Object/Year: J_1ILIC/"
    Kindly advice on the same
    Thanx in advance
    Shailesh

    Hi,
    You will have maintain the Number range for the Lisence for the object J_1ILIC through SNRO.
    Regards,
    Murali

  • Increase the number range of characteristic

    hi while browsing the ODS i get this error message "Characteristic 0IOBJNM: Status of number range BIM9999991 is too small by 00000000000000000404"
    can any one tell me how to increase the number range of characteristic.
    i m uploading a date field in the date infoobject-keyfig which contains value "01.01.0001".is the date value is a problem area.
    any suggestion
    gaurav

    After Performing RSRV as per suggestion,and after fetching the data into query i m facing this error
    This report displays the details of consumer address details. The data is successfully browsed from data tgt browser in ODS.while creating the reporting and query it gives me these 3 errors.
    Note: Z_CRDAT is key fig of date type / ZADD_ODS is the ODS .
    1. Error in SQL Statement: SAPSQL_FIELDLIST_SUM_TYPE /BIC/Z_CRDAT
    2. System error in program SAPLRSDRC and form RSDRC / FORM DATA_GET_ODS
    Message no. BRAIN299
    Diagnosis
    This internal error is a targeted termination since the program has an incorrect status.
    Procedure
    Analyse the situation and inform SAP.
    3. System error: RSDRC / FORM DATA_GET_ODS ERROR IN RSDRO_READ_ODS_DATA ZADD_ODS 99
    Message no. DBMAN100
    Diagnosis
    A system error with the following parameters has occurred in the data
    Manager:
    Parameter 1 = &v1&
    Parameter 2 = &v2&
    Parameter 3 = &v3&
    Parameter 4 = &v4&
    does any one suggest me something
    gaurav

  • I have to customized the number range from 0000000A0000 to 9999999Z9999

    Dear all
    I have to customized the number range from 0000000A0000 to 9999999Z9999 internally but in tran. MMNR system throws error enter numerical value only.is it not possible to enter alfa numerical number range.Pl. help me.
    Reg-AJIT

    hi,
    Internal No. range can be only numeric and external no. range can be numeric, alphanumeric or alphabetic.
    Regards
    Priyanka.P

Maybe you are looking for

  • I downloaded cc photoshop to a computer that is not compatible. It is my 2nd download and Id like to

    I downloaded cc photoshop to a computer that is not compatible. It is my 2nd download and Id like to be able to download onto a new computer. I have uninstalled the copy on the comp. Will I be able to download it onto a new laptop?

  • Does not show in Windows 7

    My iPod touch is not showing up in Windows. I can see it no problem in iTunes. If I go in Windows Explorer like I use to do, it's not showing. Recent change was a new iPod in exchange of an old broken one. Any clue?

  • SSL Certificate 9.0.2.0.1 (please respond)

    Good day, I have a question concerning the implementation of SSL with the middle-tier AS. I have been following metalink NOTE: 184432.1 to get the SSL installed. I received a trial certificate from Thawte.com, 128 bit. It imported as a trusted certif

  • BPEL not initiating with Email attachment

    Hi all, I am trying to initiate a bpel process based on email by following the link below: http://blogs.bpel-people.com/2007/01/using-email-to-initiate-bpel-process.html I have succeeded in initiating the bpel process with email, following this link.

  • InDesign Crashing When Exporting Stories for InCopy

    When trying to export a single story, or just 3 or 4 text frames, my system is hanging up. Is there a problem with InDesign or is it a system problem? I have 2gb of memory on my system and enough room on my hard drive. However, I am saving this file