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

FSSOAE02 SAP ABAP INCLUDE - 'ATAB' Table Accesses for PC Connection







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


Text pool values


Title: 'ATAB' Table Accesses for PC Connection


INCLUDES used within this REPORT FSSOAE02

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_TSOPE_CHECK CALL FUNCTION 'SO_TSOPE_CHECK' EXPORTING FILE_EXT = SOS01-S_OBJTP QUERY = CREA IMPORTING RCODE = RC EXCEPTIONS X_ERROR = 1000.

SO_TSOTD_READ CALL FUNCTION 'SO_TSOTD_READ' EXPORTING OBJECT_TYPE = SOS01-S_OBJTP IMPORTING OBJECT_TYPE_DATA = SOXOT_ENTRY EXCEPTIONS COMMUNICATION_FAILURE = 71 OBJECT_TYPE_NOT_EXIST = 17 PROFILE_NOT_EXIST = 26 SYSTEM_FAILURE = 72.

SO_PROGNAME_GET_WITH_PATH CALL FUNCTION 'SO_PROGNAME_GET_WITH_PATH' EXPORTING DOCTYPE = OBJTP * IMPORTING * PATHNAME = PROG_NAME TABLES RE = RE EXCEPTIONS PATH_NOT_FOUND = 03 PROGRAM_NOT_FOUND = 03 NO_BATCH = 01 X_ERROR = 01.

SO_TSOPE_CHECK CALL FUNCTION 'SO_TSOPE_CHECK' EXPORTING FILE_EXT = FILE_EXT QUERY = FUNCTION IMPORTING FILE_TYPE = FILE_FORMAT EXCEPTIONS X_ERROR = 1 OTHERS = 2.

SBCOMS_DOC_PREPARE_FOR_INSERT call function 'SBCOMS_DOC_PREPARE_FOR_INSERT' exporting it_hexcont = contents_hex it_txtcont = lt_txtcont importing et_objcont = object_content changing ct_objhead = object_header cs_sood = ls_sood exceptions others = 1.

SO_KPRO_DECIDE call function 'SO_KPRO_DECIDE' exporting objtp = l_object_type file_ext = l_file_ext objhead = object_header importing put_into_kpro = l_binary.

SO_SOLITAB_TO_SOLIXTAB call function 'SO_SOLITAB_TO_SOLIXTAB' exporting ip_solitab = object_content importing ep_solixtab = contents_hex.

SCP_CODEPAGE_BY_EXTERNAL_NAME call function 'SCP_CODEPAGE_BY_EXTERNAL_NAME' exporting external_name = charset importing sap_codepage = codepage exceptions not_found = 1 others = 2.

GUI_IS_ITS call function 'GUI_IS_ITS' importing return = return.

GUI_HAS_JAVABEANS call function 'GUI_HAS_JAVABEANS' importing return = return.

SCP_CODEPAGE_BY_EXTERNAL_NAME call function 'SCP_CODEPAGE_BY_EXTERNAL_NAME' exporting external_name = charset importing sap_codepage = codepage exceptions not_found = 1 others = 2.



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