RSSOBCI03 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Test report for sending via the communications interface/SAPconnect...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 RSSOBCI03 into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: DELTA_T = Interval in secs
Selection Text: BLOCKSIZ = Block size
Selection Text: BLOCKCNT = No. of blocks
Selection Text: TEST_ID = Test ID
Selection Text: TAR_FOL = Target folder (ID)
Selection Text: SRC_FOL = Template folder (ID)
Selection Text: SND_DLI = Sender (distribution list)
Selection Text: DLI = Recipient (distribution list)
Title: SAPoffice: Third test generator for sending using SAPconnect
Text Symbol: 012 = Error at Message.SetNextSender: Return code
Text Symbol: 011 = Error at Message.Submit: Return code
Text Symbol: 005 = Error at Message.Create: Return code
Text Symbol: 004 = Recipient-distrib. list is empty
Text Symbol: 003 = Error while calling SO_DOCUMENT_INSERT_API1: Returncode
Text Symbol: 002 = Error while calling SO_DOCUMENT_READ_API1: Returncode
Text Symbol: 001 = Reference folder is empty or does not exist
Text Symbol: 010 = Error at Message.AddCopyOfRecipient: Return code
Text Symbol: 009 = Error while creating recipient handle: Return code
Text Symbol: 008 = Log error
Text Symbol: 007 = Test run logged successfully
Text Symbol: 006 = Sender-distrib. list is empty
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SO_DLI_READ CALL FUNCTION 'SO_DLI_READ' EXPORTING DISTRIBUTIONLIST = DISTRIBUTIONLIST SYSTEM_DLI = 'X' TABLES MEMBER = DLI_ENTRIES OBJPARA = OBJPARA OBJPARB = OBJPARB EXCEPTIONS ACTIVE_USER_NOT_EXIST = 1 COMMUNICATION_FAILURE = 2 COMPONENT_NOT_AVAILABLE = 3 DL_NAME_NOT_EXIST = 4 FOLDER_NOT_EXIST = 5 FOLDER_NO_AUTHORIZATION = 6 FORWARDER_NOT_EXIST = 7 OBJECT_NOT_EXIST = 8 OBJECT_NO_AUTHORIZATION = 9 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 OTHERS = 18.
SO_DLI_EXPAND CALL FUNCTION 'SO_DLI_EXPAND' EXPORTING DISTRIBUTIONLIST = DISTRIBUTIONLIST SYSTEM_DLI = 'X' TABLES MEMBER = SND_DLI_ENTRIES OBJPARA = OBJPARA OBJPARB = OBJPARB EXCEPTIONS ACTIVE_USER_NOT_EXIST = 1 COMMUNICATION_FAILURE = 2 COMPONENT_NOT_AVAILABLE = 3 DL_NAME_NOT_EXIST = 4 FOLDER_NOT_EXIST = 5 FOLDER_NO_AUTHORIZATION = 6 FORWARDER_NOT_EXIST = 7 OBJECT_NOT_EXIST = 8 OBJECT_NO_AUTHORIZATION = 9 OPERATION_NO_AUTHORIZATION = 10 OWNER_NOT_EXIST = 11 PARAMETER_ERROR = 12 RECURRENCY_EXIST = 13 SUBSTITUTE_NOT_ACTIVE = 14 SUBSTITUTE_NOT_DEFINED = 15 SYSTEM_FAILURE = 16 X_ERROR = 17 OTHERS = 18.
SO_WIND_FOLDERS_SELECT CALL FUNCTION 'SO_WIND_FOLDERS_SELECT' IMPORTING F_CANCELLED = F_CANCELLED F_DOCUMENT_SELECTION = F_DOCUMENT_SELECTION TABLES FOLLIST = FOLLIST EXCEPTIONS COMPONENT_NOT_AVAILABLE = 1 OPERATION_NO_AUTHORIZATION = 2 OWNER_NOT_EXIST = 3 PARAMETER_ERROR = 4 X_ERROR = 5 OTHERS = 6.
SO_WIND_FOLDERS_SELECT CALL FUNCTION 'SO_WIND_FOLDERS_SELECT' IMPORTING F_CANCELLED = F_CANCELLED F_DOCUMENT_SELECTION = F_DOCUMENT_SELECTION TABLES FOLLIST = FOLLIST EXCEPTIONS COMPONENT_NOT_AVAILABLE = 1 OPERATION_NO_AUTHORIZATION = 2 OWNER_NOT_EXIST = 3 PARAMETER_ERROR = 4 X_ERROR = 5 OTHERS = 6.
SO_DOCUMENT_READ_API1 CALL FUNCTION 'SO_DOCUMENT_READ_API1' EXPORTING DOCUMENT_ID = DOCUMENT_ID FILTER = FILTER IMPORTING DOCUMENT_DATA = DOC_DATA1 TABLES OBJECT_HEADER = OBJHEAD OBJECT_CONTENT = OBJCONT EXCEPTIONS DOCUMENT_ID_NOT_EXIST = 1 OPERATION_NO_AUTHORIZATION = 2 X_ERROR = 3 OTHERS = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSSOBCI03 - SAPoffice: Third test generator for sending using SAPconnect RSSOBCI03 - SAPoffice: Third test generator for sending using SAPconnect RSSOAUTH - SAPoffice: Internal subroutine: Adjust folder authorization RSSOAUTH - SAPoffice: Internal subroutine: Adjust folder authorization RSSOAP_PERSIST_CHECK_UPDATE_M - Program RSSOAP_PERSIST_CHECK_UPDATE_M RSSOAP_PERSIST_CHECK_UPDATE_M - Program RSSOAP_PERSIST_CHECK_UPDATE_M