SAP Reports / Programs

RFTREY60 SAP ABAP Report - TR-CM Link: Result of Connections Check







RFTREY60 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 RFTREY60 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

FF$6 - Check settings


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


Text pool values


Title: TR-CM Link: Result of Connections Check
Text Symbol: SND = Receiving system
Text Symbol: LOK = Sending system
Text Symbol: ERG = Result of the check in the logical system
Text Symbol: 274 = Users:
Text Symbol: 273 = System:
Text Symbol: 272 = Client:
Text Symbol: 270 = /
Text Symbol: 269 = Table Logical system Logical destination System name Client User Results of check
Text Symbol: 268 = TR-CM subsystem:
Text Symbol: 266 = RFC destination
Text Symbol: 264 = Central TR-CM system:
Text Symbol: 260 = (local)
Text Symbol: 256 = An unexpected error occurred.
Text Symbol: 052 = No logical system specified in T000!
Text Symbol: 048 = Connection not checked because it is an R/2 system.
Text Symbol: 044 = This system is an external system.
Text Symbol: 040 = No RFC destination exists for this.
Text Symbol: 036 = No port exists for this logical system
Text Symbol: 032 = No port available for this.
Text Symbol: 028 = No partner definition available for this.
Text Symbol: 024 = A system error occurred.
Text Symbol: 020 = Could not be accessed.
Text Symbol: 019 = Message type CMREQU not maintained
Text Symbol: 018 = Message type CMSEND not maintained
Text Symbol: 016 = Defined as an R/2 system.
Text Symbol: 012 = Address unknown.
Text Symbol: 008 = Logical name does not exist.
Text Symbol: 006 = T243X
Text Symbol: 005 = T243A
Text Symbol: 004 = In the central TR system &&&&&&&&&&&&&&&&&& the TR-CM subsystem &&&&&&&&&&&&&&&&&& is not defined (view V_T243A)
Text Symbol: 003 = In &&&&&&&&&&&&&&&&&& there is no conversion of the level for &&&&&&&&&&&&&&&&&& (view V_T243C)
Text Symbol: 001 = System:
Text Symbol: 000 = OK


INCLUDES used within this REPORT RFTREY60

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:

OWN_LOGICAL_SYSTEM_GET call function 'OWN_LOGICAL_SYSTEM_GET' importing own_logical_system = own_system exceptions others = 52.

REUSE_ALV_GRID_DISPLAY call function 'REUSE_ALV_GRID_DISPLAY' exporting i_callback_program = alv_repid i_callback_user_command = alv_user_command_form it_fieldcat = alv_fieldcat it_events = alv_events i_save = 'A' is_variant = alv_variant tables t_outtab = itab_connect exceptions others = 4.

TB_MESSAGE_BUILD_TEXT call function 'TB_MESSAGE_BUILD_TEXT' exporting msgid = sy-msgid msgno = sy-msgno msgv1 = sy-msgv1 msgv2 = sy-msgv2 msgv3 = sy-msgv3 msgv4 = sy-msgv4 importing text = s_connect-text exceptions others = 0.

REUSE_ALV_EVENTS_GET call function 'REUSE_ALV_EVENTS_GET' exporting i_list_type = 0 importing et_events = t_event.

REUSE_ALV_COMMENTARY_WRITE call function 'REUSE_ALV_COMMENTARY_WRITE' exporting it_list_commentary = ttop.



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