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

MSSCFF06 SAP ABAP INCLUDE - Form selection and classification







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


Text pool values


Title: Form selection and classification


INCLUDES used within this REPORT MSSCFF06

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:

STXT_GET_NODE_INFO call function 'STXT_GET_NODE_INFO' exporting p_tree_name = 'SAP_ALL' p_form_name = form_header-tdform p_node_type = 'FORM' importing entries = gc_entries tables p_node_info = gc_node_info exceptions tree_not_found = 1 form_not_found = 2 type_not_supported = 3 node_corrupted = 4 parent_not_found = 5 others = 6.

SAPSCRIPT_FORMCLASS_RFC call function 'SAPSCRIPT_FORMCLASS_RFC' destination dest_31 exporting i_type = 'READ' i_class = form_header-tdoclass i_language = sy-langu importing e_text = trclt-text exceptions invalid_type = 1 communication_failure = 2 message msgtext system_failure = 3 message msgtext.

MAINTAIN_FORM_TREE call function 'MAINTAIN_FORM_TREE' exporting p_tree_name = 'SAP_ALL' i_form_name = p_form exceptions cancelled = 1 parameter_error = 2 not_found = 3 others = 4.

SAPSCRIPT_FORMCLASS_RFC call function 'SAPSCRIPT_FORMCLASS_RFC' destination dest_31 exporting i_type = 'HELP' i_class = form_header-tdoclass i_language = sy-langu i_display = status-app_disp importing e_class = trclt-code e_text = trclt-text exceptions invalid_type = 1 canceled = 2 communication_failure = 3 message msgtext system_failure = 4 message msgtext.

DISPLAY_FORM_TREE_F4 call function 'DISPLAY_FORM_TREE_F4' exporting p_tree_name = 'SAP_ALL' p_display_mode = 'D' * I_FORM_NAME = importing p_form_name = ss_form p_form_language = ss_language exceptions cancelled = 1 parameter_error = 2 not_found = 3 others = 4.

SAPSCRIPT_UTILITY_SELECT call function 'SAPSCRIPT_UTILITY_SELECT' destination dest_31 importing e_form = rsscf-tdform e_language = rsscf-tdspras exceptions communication_failure = 1 message msgtext system_failure = 2 message msgtext.

SAPSCRIPT_UTILITY_FORMINFO call function 'SAPSCRIPT_UTILITY_FORMINFO' destination dest_31 exporting i_form = rsscf-tdform i_language = rsscf-tdspras i_client = sy-lisel(3) i_status = rsscf-tdstatus exceptions communication_failure = 1 message msgtext system_failure = 2 message msgtext.



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