RSBCS_NUMBER_RANGE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You receive an error message when creating new objects, such as a new user, new folder, new document, or when sending a new message...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RSBCS_NUMBER_RANGE into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
SBCS_NUM - BCS: Consistency of Number Ranges
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Selection Text: P_TEST = Test Mode
Title: BCS: Check and Correction of BCS Number Range Objects
Text Symbol: 001 = Number Range not in Use
Text Symbol: 002 = OK
Text Symbol: 003 = Error occurred while locking number range object
Text Symbol: 004 = Error occurred whle correcting number range level
Text Symbol: 005 = Error occurred while unlocking number range object
Text Symbol: 006 = Number range level corrected;
Text Symbol: 007 = Number range level with errors: Execute report productively
Text Symbol: 008 = Status
Text Symbol: 009 = Description
Text Symbol: 010 = Check Object
Text Symbol: 012 = Error
Text Symbol: 013 = Caution
Text Symbol: 014 = New Number Range Level:
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ICON_CREATE call function 'ICON_CREATE' exporting name = &1 info = &2 importing result = &3 exceptions icon_not_found = 1 outputfield_too_short = 2 others = 3.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING * PERCENTAGE = 0 TEXT = l_text .
NUMBER_GET_INFO CALL FUNCTION 'NUMBER_GET_INFO' EXPORTING NR_RANGE_NR = '01' OBJECT = wa_objects-nr_object * SUBOBJECT = ' ' TOYEAR = l_this_year IMPORTING INTERVAL = l_nriv EXCEPTIONS INTERVAL_NOT_FOUND = 1 OBJECT_NOT_FOUND = 2 OTHERS = 3 .
NUMBER_RANGE_ENQUEUE CALL FUNCTION 'NUMBER_RANGE_ENQUEUE' EXPORTING OBJECT = wa_objects-nr_object EXCEPTIONS FOREIGN_LOCK = 1 OBJECT_NOT_FOUND = 2 SYSTEM_FAILURE = 3 OTHERS = 4 .
NUMBER_RANGE_INTERVAL_UPDATE CALL FUNCTION 'NUMBER_RANGE_INTERVAL_UPDATE' EXPORTING OBJECT = wa_objects-nr_object * CHECK_AT_ALL_EVENTS = ' ' * IMPORTING * ERROR = * ERROR_OCCURED = * WARNING_OCCURED = TABLES ERROR_IV = er_nriv INTERVAL = in_nriv EXCEPTIONS OBJECT_NOT_FOUND = 1 OTHERS = 2 .
NUMBER_RANGE_UPDATE_CLOSE CALL FUNCTION 'NUMBER_RANGE_UPDATE_CLOSE' EXPORTING OBJECT = wa_objects-nr_object * INTERVALS = EXCEPTIONS NO_CHANGES_MADE = 1 OBJECT_NOT_INITIALIZED = 2 OTHERS = 3 .
NUMBER_RANGE_DEQUEUE CALL FUNCTION 'NUMBER_RANGE_DEQUEUE' EXPORTING OBJECT = wa_objects-nr_object EXCEPTIONS OBJECT_NOT_FOUND = 1 OTHERS = 2 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSBCS_NUMBER_RANGE - BCS: Check and Correction of BCS Number Range Objects RSBCS_NUMBER_RANGE - BCS: Check and Correction of BCS Number Range Objects RSBCS_MAP_EXPIRY - BCS: Comparing Expiry Date of Folders and Send Requests RSBCS_MAP_EXPIRY - BCS: Comparing Expiry Date of Folders and Send Requests RSBCS_MAP_DELETE_FLAG - Report RSBCS_MAP_DELETE_FLAG RSBCS_MAP_DELETE_FLAG - Report RSBCS_MAP_DELETE_FLAG