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

MSSO0F01 SAP ABAP INCLUDE - Service "", Service-Navigation (SN)







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


INCLUDES used within this REPORT MSSO0F01

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:

SINWP_WORKPLACE_CREATE call function 'SINWP_WORKPLACE_CREATE'.

SO_DYNP_SHORT_MESSAGE call function 'SO_DYNP_SHORT_MESSAGE'.

SINWP_WORKPLACE_CREATE call function 'SINWP_WORKPLACE_CREATE' exporting owner = sy-uname folrg = in_fol.

SIN_OBJECT_LIST_SHOW call function 'SIN_OBJECT_LIST_SHOW' exporting folder_region = in_fol folder_id = inbox_id owner = owner.

SINWP_WORKPLACE_CREATE call function 'SINWP_WORKPLACE_CREATE' exporting owner = sy-uname folrg = ou_fol.

SIN_OBJECT_LIST_SHOW call function 'SIN_OBJECT_LIST_SHOW' exporting folder_region = ou_fol folder_id = outbox_id owner = owner.

SINWP_WORKPLACE_CREATE call function 'SINWP_WORKPLACE_CREATE' exporting owner = sy-uname folrg = pr_fol.

SO_DYNP_FILES_PRV_STRUCTURE call function 'SO_DYNP_FILES_PRV_STRUCTURE' exporting folder_id = private_root_id owner = owner exceptions component_not_available.

SINWP_WORKPLACE_CREATE call function 'SINWP_WORKPLACE_CREATE' exporting owner = sy-uname folrg = pu_fol.

SO_DYNP_FILES_PUB_STRUCTURE call function 'SO_DYNP_FILES_PUB_STRUCTURE' exporting folder_id = public_root_id owner = owner exceptions component_not_available.

SINWP_WORKPLACE_CREATE call function 'SINWP_WORKPLACE_CREATE' exporting owner = sy-uname folrg = pw_fol.

SIN_OBJECT_LIST_SHOW call function 'SIN_OBJECT_LIST_SHOW' exporting folder_region = pw_fol folder_id = private_waste_id owner = owner.

SO_CLEAR_USER_DATA_FROM_MEMORY call function 'SO_CLEAR_USER_DATA_FROM_MEMORY' exceptions communication_failure = 01 system_failure = 02.

SO_CLEAR_USER_DATA_FROM_MEMORY call function 'SO_CLEAR_USER_DATA_FROM_MEMORY' exceptions communication_failure = 01 system_failure = 02.

SINWP_WORKPLACE_CREATE call function 'SINWP_WORKPLACE_CREATE' exporting owner = sy-uname.

SO_DYNP_SUBSTITUENT_REQUEST * CALL FUNCTION 'SO_DYNP_SUBSTITUENT_REQUEST' * EXPORTING * SUBSTITUTE = OWNER * EXCEPTIONS * SUBSTITUTE_NOT_DEFINED = 32 * COMMUNICATION_FAILURE = 71 * SYSTEM_FAILURE = 72.

SINWP_WORKPLACE_CREATE call function 'SINWP_WORKPLACE_CREATE' exporting owner = sy-uname folrg = pv_fol.

SIN_OBJECT_LIST_SHOW call function 'SIN_OBJECT_LIST_SHOW' exporting folder_region = pv_fol folder_id = private_action_id owner = owner.

SIN_SO





* CALL FUNCTION 'SIN_SO' * EXPORTING * FUNCTION = 'PATH' * TABLES * SINOBJCONT = SINOBJCONT.

SO_DYNP_EDITOR_USER_NEW call function 'SO_DYNP_EDITOR_USER_NEW' "sth 970228 exporting sapuser = sy-uname exceptions owner_not_exist = 1 parameter_error = 2 user_not_exist = 3 x_error = 4 others = 5.

SO_DYNP_SUBSTITUTE_LIST * CALL FUNCTION 'SO_DYNP_SUBSTITUTE_LIST' * EXPORTING * USER = OWNER.

SO_DYNP_DLI_REQUEST call function 'SO_DYNP_DLI_REQUEST' exporting empty_exit = ' ' owner = owner.

SO_DYNP_PROFILE_EDITOR call function 'SO_DYNP_PROFILE_EDITOR' exporting: ok_code = sy-tcode owner = owner profile = profile importing: new_profile = profile exceptions: component_not_available = 1 owner_not_exist = 22 substitute_not_active = 31 substitue_not_defined = 32 operation_no_authorization = 21 parameter_error = 23 x_error = 1000.

SIN_OBJECT_LIST_SHOW call function 'SIN_OBJECT_LIST_SHOW' exporting folder_region = sw_fol folder_id = public_waste_id owner = owner.

SIN_OBJECT_LIST_SHOW call function 'SIN_OBJECT_LIST_SHOW' exporting folder_region = sd_fol folder_id = initfiles_id owner = owner.

SIN_OBJECT_LIST_SHOW call function 'SIN_OBJECT_LIST_SHOW' exporting folder_region = pd_fol folder_id = initfiles_id owner = owner.

SO_DLI_DISPLAY call function 'SO_DLI_DISPLAY' exporting owner = owner.

SO_ADDRESS_ADMIN_1 call function 'SO_ADDRESS_ADMIN_1'.

SO_ADDRESS_ADMIN_3 call function 'SO_ADDRESS_ADMIN_3'.

SO_PROFILE_READ call function 'SO_PROFILE_READ' exporting local = on importing profile = prof exceptions communication_failure = 71 profile_not_exist = 26 system_failure = 72.

SO_PROFILE_INSERT call function 'SO_PROFILE_INSERT' importing profile = prof exceptions profile_no_insert = 25.

TH_REMOTE_TRANSACTION call function 'TH_REMOTE_TRANSACTION' exporting tcode = tcode dest = dest .



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