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

RSSAAI10 SAP ABAP INCLUDE - documentation and ABAP source code







RSSAAI10 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 RSSAAI10 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 RSSAAI10. "Basic submit
SUBMIT RSSAAI10 AND RETURN. "Return to original report after report execution complete
SUBMIT RSSAAI10 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 RSSAAI10

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:

FUNC_GET_OBJECT CALL FUNCTION 'FUNC_GET_OBJECT' EXPORTING FUNCNAME = SAACONT-ATTACHFUNC TABLES PTFDIR = PTFDIR PTFTIT = PTFTIT PFUNCT = PFUNCT PENLFDIR = PENLFDIR PTRDIR = PTRDIR PFUPARAREF = PFUPARAREF UINCL = UINCL EXCEPTIONS FUNCTION_NOT_EXIST = 1 VERSION_NOT_FOUND = 2 OTHERS = 3.

RFC_MODIFY_R3_DESTINATION CALL FUNCTION 'RFC_MODIFY_R3_DESTINATION' EXPORTING DESTINATION = RFC_DEST ACTION = RFC_ACT AUTHORITY_CHECK = 'X' SYSTEMID = RFC_SYSTEMID SYSTEMNR = RFC_SYSTEMNR SERVER = RFC_SERVER CLIENT = RFC_CLIENT DESCRIPTION = RFC_DESCRIPTION SAME_USER = 'X' RFCUNICODE = RFC_UC RFCCONVERT = SPACE EXCEPTIONS AUTHORITY_NOT_AVAILABLE = 1 DESTINATION_ALREADY_EXIST = 2 DESTINATION_NOT_EXIST = 3 DESTINATION_ENQUEUE_REJECT = 4 INFORMATION_FAILURE = 5 TRFC_ENTRY_INVALID = 6 INTERNAL_FAILURE = 7 OTHERS = 8.

RFC_WALK_THRU_TEST CALL FUNCTION 'RFC_WALK_THRU_TEST' EXPORTING TEST_IN = IRFCTEST TABLES DESTINATIONS = IRFCHOSTS LOG = IRFCLOG.

RFC_SYSTEM_INFO CALL FUNCTION 'RFC_SYSTEM_INFO' DESTINATION RFC_DEST IMPORTING RFCSI_EXPORT = IRFCSI .

RFC_MODIFY_R3_DESTINATION CALL FUNCTION 'RFC_MODIFY_R3_DESTINATION' EXPORTING DESTINATION = RFC_DEST ACTION = 'M' AUTHORITY_CHECK = 'X' SYSTEMID = RFC_SYSTEMID SYSTEMNR = RFC_SYSTEMNR SERVER = RFC_SERVER CLIENT = RFC_CLIENT DESCRIPTION = RFC_DESCRIPTION SAME_USER = 'X' RFCUNICODE = RFC_UC RFCCONVERT = SPACE EXCEPTIONS AUTHORITY_NOT_AVAILABLE = 1 DESTINATION_ALREADY_EXIST = 2 DESTINATION_NOT_EXIST = 3 DESTINATION_ENQUEUE_REJECT = 4 INFORMATION_FAILURE = 5 TRFC_ENTRY_INVALID = 6 INTERNAL_FAILURE = 7 OTHERS = 8.

RRR_JOB_DEFINE CALL FUNCTION 'RRR_JOB_DEFINE' EXPORTING PRDMINS = TBTCJOB-PRDMINS PRDHOURS = TBTCJOB-PRDHOURS USER1 = USER1 USER2 = USER2 USER3 = USER3 EXCEPTIONS CREATE_JOB_ERROR = 1 DELETE_JOB_ERROR = 2 OTHERS = 3.

SLW_TRAN1_CHECK_TRANS_LANG CALL FUNCTION 'SLW_TRAN1_CHECK_TRANS_LANG' EXPORTING LANGUAGE = TLANG EXCEPTIONS NO_TRANSLATION_LANGUAGE = 1 OTHERS = 2.

POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING DEFAULTOPTION = 'Y' DIAGNOSETEXT1 = TEXT-063 DIAGNOSETEXT2 = TEXT-064 DIAGNOSETEXT3 = TEXT-065 TEXTLINE1 = TEXT-061 TEXTLINE2 = RET_MESS TITEL = TEXT-060 CANCEL_DISPLAY = 'X' IMPORTING ANSWER = ZW_ANSWER.

SAA_GET_SYSTEM_INFO CALL FUNCTION 'SAA_GET_SYSTEM_INFO' DESTINATION RFC_DEST EXPORTING CUSTOMER = ZW_CUSTOMER TABLES SYS_INFO = ISYS EXCEPTIONS OTHERS = 1 .

SAA_GET_SYSTEM_INFO CALL FUNCTION 'SAA_GET_SYSTEM_INFO' EXPORTING CUSTOMER = ZW_CUSTOMER TABLES SYS_INFO = ISYS.



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