SAP Reports / Programs

RSSNR0T1 SAP ABAP Report - Consistency Check and Repair of Number Range Intervals







RSSNR0T1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RSSNR0T1 into the relevant SAP transactions such as SE38 or SE80


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 RSSNR0T1. "Basic submit
SUBMIT RSSNR0T1 AND RETURN. "Return to original report after report execution complete
SUBMIT RSSNR0T1 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: OBJECT = Number Range Object
Title: Consistency Check and Repair of Number Range Intervals
Text Symbol: 100 = Number Range Object: $
Text Symbol: 110 = ======> No inconsistencies detected <======
Text Symbol: 200 = Error in interval assignment of element.
Text Symbol: 210 = The interval assignment will be deleted.
Text Symbol: 300 = Error in interval assignment of group text.
Text Symbol: 310 = The group text will be deleted and possibly created again with a new assignment.
Text Symbol: 320 = Element/Group Text/Interval
Text Symbol: 330 = Subobject
Text Symbol: 340 = Language
Text Symbol: 350 = Inconsistency
Text Symbol: 360 = Correction
Text Symbol: 400 = The interval has no group reference.
Text Symbol: 410 = The interval will be deleted.
Text Symbol: 420 = Interval:
Text Symbol: 430 = Element


INCLUDES used within this REPORT RSSNR0T1

INCLUDE NR0T1F01.


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:

NUMBER_RANGE_OBJECT_GET_INFO call function 'NUMBER_RANGE_OBJECT_GET_INFO' exporting object = object importing info = g_info exceptions object_not_found = 01.

REUSE_ALV_GRID_DISPLAY call function 'REUSE_ALV_GRID_DISPLAY' exporting i_callback_program = sy-repid i_callback_pf_status_set = 'ALV_SET_PF_STATUS' i_callback_user_command = 'ALV_USER_COMMAND' i_grid_title = g_title it_fieldcat = g_fieldcat * importing * es_exit_caused_by_user = g_exit tables t_outtab = G_ALV_TAB exceptions program_error = 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 RSSNR0T1 or its description.