MSSCFI01 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 MSSCFI01 into the relevant SAP transactions such as SE38 or SE80
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.
Title: Graphical Form Painter: Input modules
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
EDIT_FORM_3X call function 'EDIT_FORM_3X' exporting dest = i_destination form = rsscf-tdform language = rsscf-tdspras display = ' ' component = i_component exceptions unknown_activity = 1 unknown_component = 2 invalid_destination = 3 others = 4.
EDIT_FORM_3X call function 'EDIT_FORM_3X' exporting dest = i_destination form = rsscf-tdform language = rsscf-tdspras display = ' ' component = i_component exceptions unknown_activity = 1 unknown_component = 2 invalid_destination = 3 others = 4.
EDIT_FORM_3X call function 'EDIT_FORM_3X' exporting dest = i_destination form = rsscf-tdform language = rsscf-tdspras display = 'X' component = i_component exceptions unknown_activity = 1 unknown_component = 2 invalid_destination = 3 others = 4.
SAPSCRIPT_UTILITY_TESTPRINT call function 'SAPSCRIPT_UTILITY_TESTPRINT' destination i_destination exporting i_form = rsscf-tdform i_language = rsscf-tdspras exceptions no_authority = 1 not_found = 2 communication_failure = 3 message msgtext system_failure = 4 message msgtext.
CHECK_FORM_AUTHORITY call function 'CHECK_FORM_AUTHORITY' exporting form = rsscf-tdform language = rsscf-tdspras activity = 'EDIT' exceptions others = 4.
CHECK_FORM_AUTHORITY call function 'CHECK_FORM_AUTHORITY' destination dest_31 exporting form = rsscf-tdform language = rsscf-tdspras activity = 'EDIT' exceptions communication_failure = 1 message msgtext system_failure = 2 message msgtext others = 4.
CHECK_FORM_AUTHORITY call function 'CHECK_FORM_AUTHORITY' exporting form = rsscf-tdform language = rsscf-tdspras activity = 'EDIT' exceptions others = 4.
CHECK_FORM_AUTHORITY call function 'CHECK_FORM_AUTHORITY' destination dest_31 exporting form = rsscf-tdform language = rsscf-tdspras activity = 'EDIT' exceptions communication_failure = 1 message msgtext system_failure = 2 message msgtext others = 4.
CHECK_FORM_AUTHORITY call function 'CHECK_FORM_AUTHORITY' exporting form = rsscf-tdform language = rsscf-tdspras activity = 'SHOW' exceptions others = 4.
CHECK_FORM_AUTHORITY call function 'CHECK_FORM_AUTHORITY' destination dest_31 exporting form = rsscf-tdform language = rsscf-tdspras activity = 'SHOW' exceptions communication_failure = 1 message msgtext system_failure = 2 message msgtext others = 4.
SAPSCRIPT_CLIENT_RFC call function 'SAPSCRIPT_CLIENT_RFC' destination g_destination importing i_installation = rfc_installation exceptions communication_failure = 1 message msgtext system_failure = 2 message msgtext.
FORMPAINTER_SET_FOCUS call function 'FORMPAINTER_SET_FOCUS' exporting window = actual_window page = actual_page no_flush = false exceptions window_not_found = 1 control_error = 2 others = 3.
FORMPAINTER_GET_WINDOW call function 'FORMPAINTER_GET_WINDOW' exporting shellid = pw_shellid importing page = actual_page window = click_window exceptions window_not_found = 1 others = 2.
FORMPAINTER_GET_WINDOW call function 'FORMPAINTER_GET_WINDOW' exporting shellid = evt_shellid importing page = actual_page window = actual_window exceptions window_not_found = 1 others = 2.
FORMPAINTER_DISPLAY_MENU call function 'FORMPAINTER_DISPLAY_MENU' exporting handle = menu_handle importing selected_id = my_id tables menutable = mousemenu exceptions control_error = 1 others = 2.
FORMPAINTER_GET_WINDOW_PROP call function 'FORMPAINTER_GET_WINDOW_PROP' exporting shellid = shellid unit_left = itcth-tdwleftu unit_top = itcth-tdwtopu unit_width = itcth-tdwwidthu unit_height = itcth-tdwheightu cpi = form_header-tdcpi lpi = form_header-tdlpi importing page = click_page * window = click_window left = left top = top width = width height = height exceptions window_not_found = 1 control_error = 2 others = 3.
CONTROL_FLUSH call function 'CONTROL_FLUSH' exceptions cntl_system_error = 1 cntl_error = 2 others = 3.
CONTROL_FLUSH call function 'CONTROL_FLUSH' exceptions cntl_system_error = 1 cntl_error = 2 others = 3.
call function 'FORMPAINTER_SHOW_WINDOW' exporting window = page_window-tdwindow page = page_window-tdpage visible = false no_flush = true exceptions control_error = 1 others = 2.
CONTROL_FLUSH call function 'CONTROL_FLUSH' exceptions cntl_system_error = 1 cntl_error = 2 others = 3.
FORMPAINTER_REMOVE_WINDOW call function 'FORMPAINTER_REMOVE_WINDOW' exporting window = actual_window page = actual_page exceptions others = 1.
CONTROL_SET_FOCUS call function 'CONTROL_SET_FOCUS' exporting h_control = zoom_handle no_flush = false exceptions others = 1.
GUI_GET_PARENT_DYNPRO call function 'GUI_GET_PARENT_DYNPRO' importing parent = is_parent exceptions error = 1 others = 2.
SLIDER_CREATE call function 'SLIDER_CREATE' exporting owner_repid = this_repid dynnr = '2180' left = pos_left top = pos_top min = value_min max = value_max additional_text = additional_text tags = tags tick_frequency = tick_frequency tick_small_step = small_step parentid = is_parent * SHELLSTYLE = * NO_FLUSH = ' ' changing handle = is_handle exceptions create_error = 1 others = 2.
SLIDER_SET_VALUE call function 'SLIDER_SET_VALUE' exporting handle = is_handle value = value_set no_flush = true exceptions others = 0.
SLIDER_GET_VALUE call function 'SLIDER_GET_VALUE' exporting handle = zoom_handle importing value = new_zoom exceptions slider_not_found = 1 control_error = 2 others = 3.
SLIDER_GET_VALUE call function 'SLIDER_GET_VALUE' exporting handle = grid_handle importing value = new_grid exceptions slider_not_found = 1 control_error = 2 others = 3.
FORMPAINTER_CHANGE_CONSTANTS call function 'FORMPAINTER_CHANGE_CONSTANTS' exporting handle = dialog_handle constant_type = c_zoom_grid cpi = form_header-tdcpi lpi = form_header-tdlpi grid_step = new_grid grid_unit = rsscf-tdgwidthu zoom_percent = new_zoom no_flush = false importing e_grid_step = act_grid exceptions control_error = 1 others = 2.
FORMPAINTER_CHANGE_CONSTANTS call function 'FORMPAINTER_CHANGE_CONSTANTS' exporting handle = dialog_handle constant_type = c_zoom cpi = form_header-tdcpi lpi = form_header-tdlpi grid_unit = gridunit zoom_percent = new_zoom no_flush = false importing e_grid_step = act_grid exceptions control_error = 1 others = 2.
FORMPAINTER_CHANGE_CONSTANTS call function 'FORMPAINTER_CHANGE_CONSTANTS' exporting handle = dialog_handle constant_type = c_grid cpi = form_header-tdcpi lpi = form_header-tdlpi grid_step = new_grid grid_unit = rsscf-tdgwidthu * NO_FLUSH = ' ' importing e_grid_step = act_grid exceptions control_error = 1 others = 2.
FORMPAINTER_CHANGE_CONSTANTS call function 'FORMPAINTER_CHANGE_CONSTANTS' exporting handle = dialog_handle constant_type = c_autoalign cpi = form_header-tdcpi lpi = form_header-tdlpi * NO_FLUSH = ' ' changing auto_align = cb_auto_align exceptions control_error = 1 others = 2.
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 MSSCFI01 or its description.