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

RSSOEXTCOM SAP ABAP Report - SAPoffice: Check External Communication Addresses







RSSOEXTCOM is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Displaying external communication (mail system group or automatic forwarding) or SAPoffice substitutes...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 RSSOEXTCOM 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

SBCS_EXTCOM - BCS: Agent and Mail System Group


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


Text pool values


Title: SAPoffice: Check External Communication Addresses
Text Symbol: 123 = No
Text Symbol: 122 = Yes
Text Symbol: 121 = Selected entry will be deleted
Text Symbol: 120 = Confirmation
Text Symbol: 108 = Display Address
Text Symbol: 107 = Create Entry
Text Symbol: 106 = Delete Entry
Text Symbol: 105 = Maintain Address
Text Symbol: 104 = Inactive
Text Symbol: 103 = Active
Text Symbol: 102 = OK
Text Symbol: 101 = Warning
Text Symbol: 100 = Error
Text Symbol: 030 = Error in Function 'HELP_OBJECT_SHOW'
Text Symbol: 022 = Mail System Group Not Active
Text Symbol: 021 = Mail System Group is Active for Destination
Text Symbol: 020 = Mail System Group is Active for Home Address
Text Symbol: 019 = Unknown Address Type
Text Symbol: 018 = Error in Routing Address
Text Symbol: 017 = Home Address
Text Symbol: 016 = Error in Address Maintenance (No Home Address for Communication)
Text Symbol: 015 = Not Part of Mail System Group
Text Symbol: 014 = SAPoffice Key
Text Symbol: 013 = Communication Type
Text Symbol: 012 = Mail System Group
Text Symbol: 011 = Status
Text Symbol: 010 = Substitute (SAP User Name)
Text Symbol: 009 = Copy in Outbox
Text Symbol: 008 = Finish Time
Text Symbol: 007 = End Date
Text Symbol: 006 = Start Time
Text Symbol: 005 = Start Date
Text Symbol: 004 = Routing
Text Symbol: 003 = Substitute
Text Symbol: 002 = New Recipient
Text Symbol: 001 = User Name


INCLUDES used within this REPORT RSSOEXTCOM

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:

SUSR_ZBV_CHECK_IF_ACTIVE CALL FUNCTION 'SUSR_ZBV_CHECK_IF_ACTIVE' * EXPORTING * DELIVERY_MODEL = 'USER' EXCEPTIONS ACTIVE = 1 NOT_ACTIVE = 2 INVALID_MODEL = 3 OTHERS = 4 .

SO_ADDRESS_GET CALL FUNCTION 'SO_ADDRESS_GET' EXPORTING adrnr = wa_forward-so_key use_home_address = 'X' IMPORTING address_string = wa_addr sndart = wa_comm EXCEPTIONS address_not_exist = 1 x_error = 2 OTHERS = 3.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING * I_BUFFER_ACTIVE = i_structure_name = 'SFORWARD' * I_CLIENT_NEVER_DISPLAY = 'X' * I_BYPASSING_BUFFER = * I_INTERNAL_TABNAME = CHANGING ct_fieldcat = fc EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3 .

ICON_CREATE call function 'ICON_CREATE' exporting name = &1 info = &2 importing result = &3 exceptions icon_not_found = 1 outputfield_too_short = 2 others = 3.

SO_ADDRESS_GET call function 'SO_ADDRESS_GET' exporting adrnr = so_key SNDART = sndart LFDNR = lfdnr * NO_ADDRESS = ' ' * NO_NAME = ' ' * GET_DATA = ' ' * USE_HOME_ADDRESS = ' ' IMPORTING * ADDRESS = ADDRESS_STRING = address * SNDART = * LFDNR = * NAME = * DATA = * TITLE_TEXT = EXCEPTIONS ADDRESS_NOT_EXIST = 1 X_ERROR = 2 OTHERS = 3 .

HELP_OBJECT_SHOW CALL FUNCTION 'HELP_OBJECT_SHOW' EXPORTING dokclass = 'RE' dokname = report called_by_program = report called_by_cuaprog = report TABLES links = links EXCEPTIONS object_not_found = 1 sapscript_error = 2 OTHERS = 3.

ADDR_SO_KEY_GET_KEY call function 'ADDR_SO_KEY_GET_KEY' tables key_table = so_key_tab exceptions internal_error = 1 no_entries_in_key_table = 2 others = 3.

ADDR_SINGLE_SAVE call function 'ADDR_SINGLE_SAVE' exporting address_number = so_key_tab-addrnumber PERSON_NUMBER = so_key_tab-persnumber ADDRESS_TYPE = so_key_tab-addr_type * EXECUTE_IN_UPDATE_TASK = ' ' EXCEPTIONS ADDRESS_NOT_EXIST = 1 PERSON_NOT_EXIST = 2 ADDRESS_NUMBER_MISSING = 3 REFERENCE_MISSING = 4 INTERNAL_ERROR = 5 DATABASE_ERROR = 6 PARAMETER_ERROR = 7 OTHERS = 8 .

SO_ADDRESS_SHOW call function 'SO_ADDRESS_SHOW' EXPORTING * DLI_OWNER = ' ' * OWNER = ' ' USER = l_sapusr EXCEPTIONS OTHERS = 1 .

POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting TITLEBAR = text-120 * DIAGNOSE_OBJECT = ' ' text_question = text-121 TEXT_BUTTON_1 = 'Ja'(122) * ICON_BUTTON_1 = ' ' TEXT_BUTTON_2 = 'Nein'(123) * ICON_BUTTON_2 = ' ' DEFAULT_BUTTON = '2' * DISPLAY_CANCEL_BUTTON = 'X' * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 * POPUP_TYPE = * IV_QUICKINFO_BUTTON_1 = ' ' * IV_QUICKINFO_BUTTON_2 = ' ' IMPORTING ANSWER = l_answer * TABLES * PARAMETER = EXCEPTIONS TEXT_NOT_FOUND = 1 OTHERS = 2 .

SUSR_USER_ADDRESS_READ call function 'SUSR_USER_ADDRESS_READ' exporting user_name = sel_user * READ_DB_DIRECTLY = ' ' IMPORTING * USER_ADDRESS = USER_USR03 = l_usr3 EXCEPTIONS USER_ADDRESS_NOT_FOUND = 1 OTHERS = 2 .

SO_ADDRESS_SHOW call function 'SO_ADDRESS_SHOW' EXPORTING * DLI_OWNER = ' ' * OWNER = ' ' USER = l_sapusr EXCEPTIONS OTHERS = 1 .

SUSR_ZBV_CHECK_IF_ACTIVE CALL FUNCTION 'SUSR_ZBV_CHECK_IF_ACTIVE' * EXPORTING * DELIVERY_MODEL = 'USER' EXCEPTIONS ACTIVE = 1 NOT_ACTIVE = 2 INVALID_MODEL = 3 OTHERS = 4 .



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