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

RSSOAPIR SAP ABAP Report - SAPoffice: Test report for checking reception API







RSSOAPIR 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 RSSOAPIR 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

SOTR - Test transaction for API1 (received)


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


Text pool values


Selection Text: FAX = Fax reception
Selection Text: INT = Internet reception
Selection Text: RML = Remote SAP reception
Selection Text: X400 = X.400 reception
Title: SAPoffice: Test report for checking reception API
Text Symbol: 001 = Error no.
Text Symbol: 002 = Received successfully
Text Symbol: 005 = Error occurred while determining own addresses
Text Symbol: 006 = Own addresses not available


INCLUDES used within this REPORT RSSOAPIR

INCLUDE RSSOADMAC.


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_DOCUMENT_RECEIVE_API1 CALL FUNCTION 'SO_DOCUMENT_RECEIVE_API1' EXPORTING RECEIVE_INFO = SND_DATA DOCUMENT_DATA = DOC_DATA TABLES PACKING_LIST = LIST OBJECT_HEADER = OBJECT_HEADER CONTENTS_BIN = CONTENTS_BIN CONTENTS_TXT = CONTENTS_TXT OBJECT_PARA = OBJECT_PARA OBJECT_PARB = OBJECT_PARB RECEIVERS = RECEIVERS EXCEPTIONS SYSTEM_FAILURE = 72 "MESSAGE MESS COMMUNICATION_FAILURE = 71 DOCUMENT_TYPE_NOT_EXIST = 99 OBJECT_NOT_SENT = 15 OPERATION_NO_AUTHORIZATION = 21 PARAMETER_ERROR = 23 X_ERROR = 1000.

SO_USER_ADDRESS_READ_API1 CALL FUNCTION 'SO_USER_ADDRESS_READ_API1' TABLES USER_ADDRESS = ADRLIST EXCEPTIONS OTHERS = 1.



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