SAP Reports / Programs

RSSNR2T1 SAP ABAP Report - Test Driver for Fu.gr. SNR2







RSSNR2T1 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 RSSNR2T1 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 RSSNR2T1. "Basic submit
SUBMIT RSSNR2T1 AND RETURN. "Return to original report after report execution complete
SUBMIT RSSNR2T1 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Test Driver for Fu.gr. SNR2
Text Symbol: 007 = Test 7 ok
Text Symbol: 008 = Test 8 ok
Text Symbol: 009 = TextTab. must be active
Text Symbol: 010 = Text tab. cannot be an internal table
Text Symbol: 011 = The lang. field must be <> SPACE
Text Symbol: 012 = The lang. field must belong to the key
Text Symbol: 001 = Test 1 ok
Text Symbol: 002 = Test 2 ok
Text Symbol: 003 = Test 3 ok
Text Symbol: 004 = Test 4 ok
Text Symbol: 005 = Test 5 ok
Text Symbol: 006 = Test 6 ok
Text Symbol: 019 = Element field must belong to key
Text Symbol: 020 = Text Field Must Be <> SPACE
Text Symbol: 021 = Text field must belong to table
Text Symbol: 022 = Text tab. must be <> SPACE when text ind. = 'X'
Text Symbol: 023 = No. tab. must be <> SPACE when text ind. = 'X'
Text Symbol: 013 = No subobject field can be specified
Text Symbol: 014 = You must specify a subobject field
Text Symbol: 015 = Subobject specs must have same characteristics
Text Symbol: 016 = Subobject field must belong to key
Text Symbol: 017 = Element Field Must Be <> SPACE
Text Symbol: 018 = Element fields must have the same attributes


INCLUDES used within this REPORT RSSNR2T1

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:

NUMBER_RANGE_OBJECT_READ CALL FUNCTION 'NUMBER_RANGE_OBJECT_READ' EXPORTING LANGUAGE = SY-LANGU OBJECT = OBJECT IMPORTING INTERVAL_EXISTS = DUMMY OBJECT_ATTRIBUTES = INRO OBJECT_TEXT = INROT EXCEPTIONS OBJECT_NOT_FOUND = 1.

NUMBER_RANGE_OBJECT_UPDATE CALL FUNCTION 'NUMBER_RANGE_OBJECT_UPDATE' EXPORTING INDICATOR = 'U' OBJECT_ATTRIBUTES = INRO OBJECT_TEXT = INROT IMPORTING RETURNCODE = DUMMY TABLES ERRORS = ERROR.



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 RSSNR2T1 or its description.