SAP Reports / Programs

/SSA/RTA SAP ABAP Report - RTCCTOOL Checkforms + RFCdest check







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


Text pool values


Title: RTCCTOOL Checkforms + RFCdest check


INCLUDES used within this REPORT /SSA/RTA

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:

SCWB_NOTE_IMPL_STATUS_SIMPLE CALL FUNCTION LF_FUNCNAME "'SCWB_NOTE_IMPL_STATUS_SIMPLE' EXPORTING IV_NUMM = LF_NUMM IMPORTING EV_STATUS = LF_STATUS EXCEPTIONS NOTE_NOT_FOUND = 1 INCONSISTENT_DELIVERY_DATA = 2 UNDEFINED_COMPONENT_STATE = 3 INCOMPLETE_NOTE_DATA = 4 ERROR = 5 OTHERS = 6.

SCWB_NOTE_IMPL_STATUS CALL FUNCTION 'SCWB_NOTE_IMPL_STATUS' EXPORTING * IV_UPDATE_NOTE = 'X' IS_NOTE = LS_NOTE IMPORTING EV_STATUS = LF_EV_STATUS * ET_TO_BE_IMPLEMENTED = * ET_TO_BE_DEIMPLEMENTED = * ET_TO_BE_RESET_TO_ORIGINAL = EXCEPTIONS NOTE_NOT_FOUND = 1 INCONSISTENT_DELIVERY_DATA = 2 UNDEFINED_COMPONENT_STATE = 3 INCOMPLETE_NOTE_DATA = 4 OTHERS = 5.

RFC_PING CALL FUNCTION 'RFC_PING' DESTINATION RFCDEST TABLES RFCTAB = RFCTAB EXCEPTIONS SYSTEM_FAILURE = 2 MESSAGE ERRMSG COMMUNICATION_FAILURE = 3 MESSAGE ERRMSG OTHERS = 4.

RFC_PING * CALL FUNCTION 'RFC_PING' DESTINATION RFCDEST * TABLES RFCTAB = RFCTAB * EXCEPTIONS * SYSTEM_FAILURE = 2 MESSAGE SYS_MSG * COMMUNICATION_FAILURE = 3 MESSAGE COMM_MSG.

RZL_SLEEP CALL FUNCTION 'RZL_SLEEP' EXPORTING SECONDS = 1 EXCEPTIONS ARGUMENT_ERROR = 1 OTHERS = 2.

RFC_SYSTEM_INFO CALL FUNCTION 'RFC_SYSTEM_INFO' DESTINATION RFCDEST IMPORTING RFCSI_EXPORT = RFCSI_EXPORT RFC_LOGIN_COMPLETE = RFC_LOGIN_COMPLETE CURRENT_RESOURCES = CURRENT_RESOURCES MAXIMAL_RESOURCES = MAXIMAL_RESOURCES RECOMMENDED_DELAY = RECOMMENDED_DELAY EXCEPTIONS SYSTEM_FAILURE = 2 MESSAGE SYS_MSG COMMUNICATION_FAILURE = 3 MESSAGE COMM_MSG OTHERS = 1.

YCT2_TCC_NOTES_READ CALL FUNCTION 'YCT2_TCC_NOTES_READ' DESTINATION RFCDEST_SAPNET_RTCC EXPORTING NUMM = '0000012' SPRAS = 'DE' WITH_CODE = ' ' TABLES TLINES = HWTEXT EXCEPTIONS NOTE_NOT_EXIST = 1 SYSTEM_FAILURE = 2 MESSAGE SYS_MSG COMMUNICATION_FAILURE = 3 MESSAGE COMM_MSG OTHERS = 4.

TH_SAPREL CALL FUNCTION 'TH_SAPREL' IMPORTING KERN_REL = KERN_REL KERN_PATCHLEVEL = KERN_PATCHLEVEL EXCEPTIONS OTHERS = 1.

TH_SERVER_LIST CALL FUNCTION 'TH_SERVER_LIST' TABLES LIST = SERVERS EXCEPTIONS OTHERS = 1.

TH_SAPREL CALL FUNCTION 'TH_SAPREL' DESTINATION SERVERS-NAME TABLES SUPP_OP_SYS = SUPP_OP_SYS.

TH_SAPREL CALL FUNCTION 'TH_SAPREL' DESTINATION SERVERS-NAME TABLES SUPP_OP_SYS = SUPP_OP_SYS.

OCS_GET_FILE_INFO CALL FUNCTION 'OCS_GET_FILE_INFO' DESTINATION SERVERS-NAME EXPORTING DIR_NAME = DIRSTR FILE_NAME = FILENAME TABLES DIR_LIST = FOUNDLIST EXCEPTIONS OTHERS = 99.

BDL_SMON_READ_HARDW_DESCR_FILE CALL FUNCTION 'BDL_SMON_READ_HARDW_DESCR_FILE' DESTINATION STATUS_LINE-STEXT EXPORTING TERMINATIONWAIT = 'N' * FILE_NAME = 'SAPNTCHK.LOG'

DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING NAME = TFTB-TNAME * STATE = 'A' IMPORTING DD02V_WA = DD02V_WA TABLES DD03P_TAB = DD03P_TAB EXCEPTIONS ILLEGAL_INPUT = 1 OTHERS = 2.

DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING TABNAME = TFTB-TNAME IMPORTING X030L_WA = X030L_WA EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

/BDL/_CHECK_JOB_TASKMANAGER CALL FUNCTION '/BDL/_CHECK_JOB_TASKMANAGER' EXPORTING IF_CATEGORY = '*' IMPORTING ES_JOB_ATTRIBUTES = LS_JOB_ATTRIBUTES EXCEPTIONS OTHERS = 1.

TH_SERVER_LIST CALL FUNCTION 'TH_SERVER_LIST' TABLES LIST = SERVERLIST.



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 /SSA/RTA or its description.