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

RSCONN02 SAP ABAP Report - SAPconnect: Configuration Table Consistency Check







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


Text pool values


Title: SAPconnect: Configuration Table Consistency Check
Text Symbol: 039 = ('*' means all types, that is FAX, RML, INT and X.400)
Text Symbol: 038 = Warning: The following address type is not released in SAPoffice
Text Symbol: 037 = SAPoffice does not know this address type:
Text Symbol: 036 = Device type, dev. driver ;
Text Symbol: 035 = Error: Device type of device driver is unsuitable (format in ABAP/4)
Text Symbol: 034 = Warning: Device type initial, no SAPscript doc. possible for node
Text Symbol: 033 = Node/addr. type:
Text Symbol: 032 = Error: Node does not support address type
Text Symbol: 031 = Conversion rules check
Text Symbol: 030 = Conv. rule from/to: ;
Text Symbol: 029 = 'To' country ;
Text Symbol: 028 = 'From' country: ;
Text Symbol: 027 = Send class: ;
Text Symbol: 025 = CDG, addr. type, recip. ;
Text Symbol: 024 = Error: Invalid node
Text Symbol: 023 = Dev. type: ;
Text Symbol: 022 = Error: Device type does not exist
Text Symbol: 021 = Format group: ;
Text Symbol: 020 = Node and addr. type: ;
Text Symbol: 019 = Error: Format group does not exist
Text Symbol: 018 = Goto: Change configuration
Text Symbol: 017 = Country ;
Text Symbol: 016 = Error: Country unknown or initial
Text Symbol: 015 = Administrator node: ;
Text Symbol: 014 = Error: Administrator node unknown
Text Symbol: 013 = Node: ;
Text Symbol: 012 = RFC Destination: ;
Text Symbol: 011 = No error found for this section
Text Symbol: 010 = Error: Invalid RFC destination
Text Symbol: 009 = is a SAPphone node, therefore no RFC check
Text Symbol: 008 = Check results
Text Symbol: 007 = Node exception check
Text Symbol: 006 = Int. dialing code exceptions check
Text Symbol: 005 = Int. dialing code check
Text Symbol: 004 = Send attribute class check
Text Symbol: 003 = Routing check
Text Symbol: 002 = Node attribute check





Text Symbol: 001 = Node check


INCLUDES used within this REPORT RSCONN02

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_OFFICE_COMMUNICATION_CHECK CALL FUNCTION 'SO_OFFICE_COMMUNICATION_CHECK' EXPORTING COMMUNICATION = SX_T_FAX IMPORTING ON = SO_INFO-FAX_ON EXCEPTIONS OTHERS = 1.

SO_OFFICE_COMMUNICATION_CHECK CALL FUNCTION 'SO_OFFICE_COMMUNICATION_CHECK' EXPORTING COMMUNICATION = SX_T_INT IMPORTING ON = SO_INFO-INT_ON EXCEPTIONS OTHERS = 1.

SO_OFFICE_COMMUNICATION_CHECK CALL FUNCTION 'SO_OFFICE_COMMUNICATION_CHECK' EXPORTING COMMUNICATION = SX_T_X40 IMPORTING ON = SO_INFO-X40_ON EXCEPTIONS OTHERS = 1.

SO_OFFICE_COMMUNICATION_CHECK CALL FUNCTION 'SO_OFFICE_COMMUNICATION_CHECK' EXPORTING COMMUNICATION = SX_T_RML IMPORTING ON = SO_INFO-RML_ON EXCEPTIONS OTHERS = 1.

SX_ADDRESS_IN_ROUTE_CONVERT CALL FUNCTION 'SX_ADDRESS_IN_ROUTE_CONVERT' EXPORTING TO_OUTPUT_FORMAT = SX_TRUE CHANGING ROUTING_LINE = SXROUTE EXCEPTIONS OTHERS = 1.

VIEW_MAINTENANCE_CALL CALL FUNCTION 'VIEW_MAINTENANCE_CALL' EXPORTING ACTION = 'U' SHOW_SELECTION_POPUP = SPACE VIEW_NAME = DESTINATION.



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