SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | SAPscript(BC-SRV-SCR) SAP BC

MSSFOI01 SAP ABAP INCLUDE - documentation and ABAP source code







MSSFOI01 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 MSSFOI01 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 MSSFOI01. "Basic submit
SUBMIT MSSFOI01 AND RETURN. "Return to original report after report execution complete
SUBMIT MSSFOI01 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 MSSFOI01

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:

CALL_BROWSER call function 'CALL_BROWSER' exporting url = 'http://smartforms.wdf.sap.corp:1080'

FB_CREATE_FORM call function 'FB_CREATE_FORM' exporting i_formname = ssfscreen-fname i_formtype = cssf_formtype_complete i_with_dialog = space.

SSF_CREATE_STYLE call function 'SSF_CREATE_STYLE' exporting i_stylename = ssfscreens-sname i_with_dialog = space.

FB_CREATE_FORM call function 'FB_CREATE_FORM' exporting i_formname = ssfscreen-tname i_formtype = cssf_formtype_text i_with_dialog = space.

FB_CHANGE_FORM call function 'FB_CHANGE_FORM' exporting i_formname = ssfscreen-fname i_formtype = cssf_formtype_complete i_with_dialog = space.

SSF_CHANGE_STYLE call function 'SSF_CHANGE_STYLE' exporting i_stylename = ssfscreens-sname i_with_dialog = space.

FB_CHANGE_FORM call function 'FB_CHANGE_FORM' exporting i_formname = ssfscreen-tname i_formtype = cssf_formtype_text i_with_dialog = space.

FB_DISPLAY_FORM call function 'FB_DISPLAY_FORM' exporting i_formname = ssfscreen-fname i_formtype = cssf_formtype_complete i_with_dialog = space.

SSF_DISPLAY_STYLE call function 'SSF_DISPLAY_STYLE' exporting i_stylename = ssfscreens-sname i_with_dialog = space.

FB_DISPLAY_FORM call function 'FB_DISPLAY_FORM' exporting i_formname = ssfscreen-tname i_formtype = cssf_formtype_text i_with_dialog = space.

FB_DELETE_FORM call function 'FB_DELETE_FORM' exporting i_formname = ssfscreen-fname i_formtype = cssf_formtype_complete i_with_dialog = space.

SSF_DELETE_STYLE call function 'SSF_DELETE_STYLE' exporting i_stylename = ssfscreens-sname i_with_dialog = space.

FB_DELETE_FORM call function 'FB_DELETE_FORM' exporting i_formname = ssfscreen-tname i_formtype = cssf_formtype_text i_with_dialog = space.

FB_COPY_FORM call function 'FB_COPY_FORM' exporting i_formname_old = ssfscreen-fname i_formname_new = ssfscreen-fname_new importing o_formname_new = ssfscreen-fname.

SSF_COPY_STYLE call function 'SSF_COPY_STYLE' exporting i_stylename_old = ssfscreens-sname i_stylename_new = ssfscreens-sname_new importing o_stylename_new = ssfscreens-sname.

FB_COPY_FORM call function 'FB_COPY_FORM' exporting i_formname_old = ssfscreen-tname i_formname_new = ssfscreen-fname_new importing o_formname_new = ssfscreen-tname.

FB_RENAME_FORM call function 'FB_RENAME_FORM' exporting i_formname_old = ssfscreen-fname i_formname_new = ssfscreen-fname_new importing o_formname_new = ssfscreen-fname.

SSF_RENAME_STYLE call function 'SSF_RENAME_STYLE' exporting i_stylename_old = ssfscreens-sname i_stylename_new = ssfscreens-sname_new importing o_stylename_new = ssfscreens-sname.

FB_RENAME_FORM





call function 'FB_RENAME_FORM' exporting i_formname_old = ssfscreen-tname i_formname_new = ssfscreen-fname_new importing o_formname_new = ssfscreen-tname.

FB_CHANGE_DEVC call function 'FB_CHANGE_DEVC' exporting i_formname = ssfscreen-fname i_with_dialog = space importing o_formname = ssfscreen-fname exceptions canceled = 1 failed = 2 others = 3.

SSF_CHANGE_DEVC_STYLE call function 'SSF_CHANGE_DEVC_STYLE' exporting i_stylename = ssfscreens-sname i_with_dialog = space importing o_stylename = ssfscreens-sname exceptions cancelled = 1 failed = 2 others = 3.

FB_CHANGE_DEVC call function 'FB_CHANGE_DEVC' exporting i_formname = ssfscreen-tname i_with_dialog = space importing o_formname = ssfscreen-tname exceptions canceled = 1 failed = 2 others = 3.

FB_UPLOAD_FORM call function 'FB_UPLOAD_FORM' exporting i_formname = ssfscreen-fname i_formtype = cssf_formtype_complete i_with_dialog = 'X' importing o_formname = ssfscreen-fname.

SSF_UPLOAD_STYLE call function 'SSF_UPLOAD_STYLE' exporting i_stylename = ssfscreens-sname i_with_dialog = 'X' importing o_stylename = ssfscreens-sname.

FB_UPLOAD_FORM call function 'FB_UPLOAD_FORM' exporting i_formname = ssfscreen-tname i_formtype = cssf_formtype_text i_with_dialog = 'X' importing o_formname = ssfscreen-tname.

FB_DOWNLOAD_FORM call function 'FB_DOWNLOAD_FORM' exporting i_formname = ssfscreen-fname i_formtype = cssf_formtype_complete i_with_dialog = 'X' importing o_formname = ssfscreen-fname.

SSF_DOWNLOAD_STYLE call function 'SSF_DOWNLOAD_STYLE' exporting i_stylename = ssfscreens-sname i_with_dialog = 'X' importing o_stylename = ssfscreens-sname.

FB_DOWNLOAD_FORM call function 'FB_DOWNLOAD_FORM' exporting i_formname = ssfscreen-tname i_formtype = cssf_formtype_text i_with_dialog = 'X' importing o_formname = ssfscreen-tname.

FB_GENERATE_FORM call function 'FB_GENERATE_FORM' exporting i_formname = ssfscreen-fname.

FB_MIGRATE_FORM call function 'FB_MIGRATE_FORM' exporting i_formname_smartform = ssfscreen-fname importing o_formname_smartform = ssfscreen-fname.

FB_MIGRATE_FORM_FP_DEF call function 'FB_MIGRATE_FORM_FP_DEF' exporting i_smartform_name = ssfscreen-fname i_fpform_name = l_fpform_name i_fpintf_name = l_fpintf_name * i_with_dialog = 'X' importing o_smartform_name = ssfscreen-fname.

APPL_LOG_DISPLAY call function 'APPL_LOG_DISPLAY' exporting object = cl_ssf_migration=>c_log_sf_object subobject = cl_ssf_migration=>c_log_sf_subobject external_number = l_fp_ext_num * date_from = * time_from = * date_to = sy-datum * time_to = sy-uzeit * title_selection_screen = ' ' * title_list_screen = ' ' column_selection = l_fp_column_sel suppress_selection_dialog = 'X' exceptions others = 0.

FB_MIGRATE_FORM_FP_CUST call function 'FB_MIGRATE_FORM_FP_CUST' exporting i_smartform_name = ssfscreen-fname i_fpform_name = l_fpform_name i_runtime = l_fp_runtime * i_with_dialog = 'X' importing o_smartform_name = ssfscreen-fname.

FB_CHANGE_OPTIONS call function 'FB_CHANGE_OPTIONS'.

SSF_STATUS_INFO call function 'SSF_STATUS_INFO' exporting i_formname = ssfscreen-fname importing o_active = l_active o_inactive = l_inactive.

SSF_FUNCTION_MODULE_NAME call function 'SSF_FUNCTION_MODULE_NAME' exporting formname = ssfscreen-fname importing fm_name = fm_name exceptions no_form = 1 no_function_module = 2 others = 3.

SSFHLP_SHOW_FORM_INTERNAL call function 'SSFHLP_SHOW_FORM_INTERNAL' exporting i_formname = ssfscreen-fname i_active = 'X' exceptions cancelled = 1 locked = 2 no_form = 3 no_active_source = 4 no_inactive_source = 5 others = 6.

SSF_ACTIVATE_STYLE call function 'SSF_ACTIVATE_STYLE' exporting i_stylename = ssfscreens-sname importing o_stylename = ssfscreens-sname exceptions others = 1.




SSF_CHECK_STYLE call function 'SSF_CHECK_STYLE' exporting i_stylename = ssfscreens-sname importing o_stylename = ssfscreens-sname.

SSF_IMPORT_SAPSCRIPT_STYLE call function 'SSF_IMPORT_SAPSCRIPT_STYLE' exporting i_stylename = ssfscreens-sname i_with_dialog = 'X' importing o_stylename = ssfscreens-sname.



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