SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | Communication Services: Mail, Fax, SMS, Telephony(BC-SRV-COM) SAP BC

RSBCS_NUMBER_RANGE SAP ABAP Report - BCS: Check and Correction of BCS Number Range Objects







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

SBCS_NUM - BCS: Consistency of Number Ranges


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RSBCS_NUMBER_RANGE. "Basic submit
SUBMIT RSBCS_NUMBER_RANGE AND RETURN. "Return to original report after report execution complete
SUBMIT RSBCS_NUMBER_RANGE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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:


INCLUDES used within this REPORT RSBCS_NUMBER_RANGE

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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 .



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RSBCS_NUMBER_RANGE or its description.