SAP Reports / Programs | Basis Components | Basis Components | System Administration Assistant(BC-RRR-SAA) SAP BC

RSSAAF20 SAP ABAP INCLUDE - documentation and ABAP source code







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


INCLUDES used within this REPORT RSSAAF20

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:

CONTROL_EXIT CALL FUNCTION 'CONTROL_EXIT'.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING TEXT = TEXT-M03.

SAA_CLEANUP_LANDSCAPE CALL FUNCTION 'SAA_CLEANUP_LANDSCAPE' EXPORTING DEV = IS_DEV LSC = LSC_DEFINED EXCEPTIONS CLEANUP_FAILED = 1 OTHERS = 2.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING TEXT = TEXT-M03.

SAA_CLEANUP_CONTENT CALL FUNCTION 'SAA_CLEANUP_CONTENT' EXPORTING CALLED = ' ' DEV = IS_DEV EXCEPTIONS CLEANUP_FAILED = 1 OTHERS = 2.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING TEXT = TEXT-M03.

SKTY_TEXT_TRANSLATION_CALL CALL FUNCTION 'SKTY_TEXT_TRANSLATION_CALL' EXPORTING SEQUENTIAL = ' ' NO_LONGTEXT = 'X' AUTHORITY_CHECK = 'X' ENQUEUE_CHECK = 'X' TABLES TLWRKOBJ = ILWRKOBJ TLWRKKEY = ILWRKKEY EXCEPTIONS AUTHORITY_CHECK_ERROR = 1 ENQUEUE_ERROR = 2 OTHERS = 9.

STRN_LIST_LANG_STAT CALL FUNCTION 'STRN_LIST_LANG_STAT' TABLES LANGTAB = LANGTAB.

TR_TADIR_INTERFACE CALL FUNCTION 'TR_TADIR_INTERFACE' EXPORTING WI_TEST_MODUS = ' ' WI_TADIR_PGMID = 'R3TR' WI_TADIR_OBJECT = 'SAAC' WI_TADIR_OBJ_NAME = ZW_TADIR_OBJ_NAME WI_TADIR_MASTERLANG = ISAAC-MASTERLANG EXCEPTIONS OTHERS = 1.

SAA_DEFINE_COMPONENT CALL FUNCTION 'SAA_DEFINE_COMPONENT' EXPORTING CUSTOMER = ZW_CUSTOMER EXCEPTIONS CREATION_FAILED = 1 OTHERS = 2.

SAA_DEFINE_SUBJECT CALL FUNCTION 'SAA_DEFINE_SUBJECT' TABLES ISAAC = ISAAC EXCEPTIONS NO_SUBJECT = 1 OTHERS = 2.

SIN_LEGEND CALL FUNCTION 'SIN_LEGEND' TABLES LEGEND = LEGTAB EXCEPTIONS OTHERS = 0.

SAA_SHOW_HELP CALL FUNCTION 'SAA_SHOW_HELP' STARTING NEW TASK 'HELP' EXPORTING HELP_CLASS = 'SAAHELP' HELP_TITLE = HELP_TITLE MODE = HELP_MODE LEVEL_IN = '01' .

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING TEXT = TEXT-M03.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING TEXT = TEXT-M03.



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