SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | Communication Services: Mail, Fax, SMS, Telephony(BC-SRV-COM) SAP BC

RSKCHECK SAP ABAP Report - SAPcomm: Configuration test: (T164*, TMLVW, TSP*, T005,...)







RSKCHECK is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Report to check the telecommunication configuration...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RSKCHECK 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 RSKCHECK. "Basic submit
SUBMIT RSKCHECK AND RETURN. "Return to original report after report execution complete
SUBMIT RSKCHECK VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: SAPcomm: Configuration test: (T164*, TMLVW, TSP*, T005,...)
Text Symbol: 154 = Destination &1 does not start with 'T'!
Text Symbol: 155 = -> An assignment must be defined in T164C.
Text Symbol: 156 = Output device &1 is not a communication device and does not start with 'T'!
Text Symbol: 157 = -> An assignment must be defined in T164C.
Text Symbol: 158 = T164C OK.
Text Symbol: 160 = Check table T164A (System parameters)
Text Symbol: 161 = No postmaster: No default recipient for incoming messages!
Text Symbol: 162 = -> Please specify a postmaster in table T164A.
Text Symbol: 163 = Postmaster
Text Symbol: 165 = Attention: Debug is running: increased system load!
Text Symbol: 166 = T164A OK.
Text Symbol: 167 = &1 &2 is not an SAP user!
Text Symbol: 168 = &1 &2 is not an SAPoffice user!
Text Symbol: 169 = &1 &2 is not a general distribution list!
Text Symbol: 170 = Check table T164Y (Telex distribution)
Text Symbol: 171 = Destination or recipient must be maintained!
Text Symbol: 173 = Destination &1 is not defined in transaction SPAD!
Text Symbol: 174 = -> Check entry.
Text Symbol: 175 = Recipient
Text Symbol: 177 = Attention: T164Y is empty!
Text Symbol: 178 = -> Distribution of telexes received is not contents-dependent.
Text Symbol: 179 = T164Y OK.
Text Symbol: 180 = Check table T005K (country dialling code)
Text Symbol: 181 = Please run RSKCNTRY if errors occur in this section.
Text Symbol: 182 = 1: Check all entries against table T005.
Text Symbol: 183 = T005K is empty!
Text Symbol: 184 = No foreign telecommunication instructions could be created.
Text Symbol: 185 = 2: Check required entries.
Text Symbol: 186 = Dialling code from &1 for the service &2 is not configured!
Text Symbol: 187 = Fax
Text Symbol: 188 = -> Please check the tables T164P, T164O and T005K.
Text Symbol: 190 = Telex
Text Symbol: 192 = Teletex
Text Symbol: 193 = Dialling code from/to &1 is not configured!
Text Symbol: 195 = T005K OK.
Text Symbol: 196 = 3: Check consistency of the 'Delete 1st digit' label:
Text Symbol: 197 = Label 'Delete 1st digit' is inconsistent with &1 -> &2 !





Text Symbol: 198 = -> Please check entries.
Text Symbol: 199 = Dialling code to &1 for the service &2 is not configured!
Text Symbol: 100 = Test table T164O (Destination location)
Text Symbol: 101 = T164O is empty!
Text Symbol: 102 = No telecommunication instructions can be created.
Text Symbol: 103 = T164O OK.
Text Symbol: 105 = -> Please check destination with transaction SPAD.
Text Symbol: 106 = Destination &1 is not configured as 'Output device' !
Text Symbol: 107 = -> Please create destination with transaction SPAD.
Text Symbol: 108 = Land &1 is not in table T005!
Text Symbol: 109 = -> Check entry, maintain table T005 if necessary.
Text Symbol: 110 = Land &1 is not in table T005 for this client!
Text Symbol: 112 = Destination &1 is configured as neither 'Fax' nor 'Telex' !
Text Symbol: 120 = Check table T164P (Destination choice)
Text Symbol: 121 = No destination maintained!
Text Symbol: 122 = -> Please specify a destination.
Text Symbol: 123 = Output device &1 is not in T164O!
Text Symbol: 124 = -> only destinations from T164O are allowed for telecommunication.
Text Symbol: 125 = No service maintained!
Text Symbol: 126 = -> Please specify a service.
Text Symbol: 127 = Output device &1 is not defined as 'Fax' in transaction SPAD!
Text Symbol: 128 = Output device &1 is not defined as 'Telex' in transaction SPAD!
Text Symbol: 129 = -> Please check destination with transaction SPAD.
Text Symbol: 130 = Service &1 unknown!
Text Symbol: 131 = -> Please specify a valid service.
Text Symbol: 132 = No country specified!
Text Symbol: 133 = -> If an area is specified, a country must also be specified.
Text Symbol: 134 = T164P is empty!
Text Symbol: 135 = No telecommunication instructions can be created.
Text Symbol: 136 = T164P OK.
Text Symbol: 137 = Destination &1 is assigned to two different services!
Text Symbol: 138 = -> A destination can only be assigned to one service.
Text Symbol: 140 = Check table T164U (Destination exceptions)
Text Symbol: 141 = The combination (&1 + &2) is not allowed in table T164P!
Text Symbol: 142 = -> Please check the tables T164P and T164U.
Text Symbol: 143 = T164U OK.
Text Symbol: 145 = Check table T164C (Destination server assignment)
Text Symbol: 146 = No server maintained!
Text Symbol: 147 = -> Please specify a server.





Text Symbol: 148 = No destination maintained!
Text Symbol: 149 = -> Please specify a destination.
Text Symbol: 153 = -> the entry &1 includes non-telecommunications destinations.


INCLUDES used within this REPORT RSKCHECK

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:

SO_USER_EXIST CALL FUNCTION 'SO_USER_EXIST' EXPORTING USER_NAME = NAME EXCEPTIONS * COMMUNICATION_FAILURE = 01 * SYSTEM_FAILURE = 02 USER_NOT_EXIST = 03.

SO_DLI_EXIST CALL FUNCTION 'SO_DLI_EXIST' EXPORTING DISTRIBUTIONLIST = NAME * DLI_ID = ' ' * OWNER = ' ' SYSTEM_DLI = 'X' * IMPORTING * OBJECT_ID = EXCEPTIONS ACTIVE_USER_NOT_EXIST = 01 * COMMUNICATION_FAILURE = 02 COMPONENT_NOT_AVAILABLE = 03 DL_NAME_NOT_EXIST = 04 FOLDER_NOT_EXIST = 05 FOLDER_NO_AUTHORIZATION = 06 FORWARDER_NOT_EXIST = 07 OBJECT_NOT_EXIST = 08 OBJECT_NO_AUTHORIZATION = 09 OPERATION_NO_AUTHORIZATION = 10 OWNER_NOT_EXIST = 11 PARAMETER_ERROR = 12 SUBSTITUTE_NOT_ACTIVE = 13 SUBSTITUTE_NOT_DEFINED = 14 * SYSTEM_FAILURE = 15 USER_NOT_EXIST = 16 X_ERROR = 17.



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