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

MSSCFF11 SAP ABAP INCLUDE - Graphical Form Painter: Pages and Windows







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


Text pool values


Title: Graphical Form Painter: Pages and Windows


INCLUDES used within this REPORT MSSCFF11

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:

FORMPAINTER_RENAME_PAGE call function 'FORMPAINTER_RENAME_PAGE' exporting old = actual_page new = rsscf-tdelement exceptions others = 1.

FORMPAINTER_SET_TITLEBAR call function 'FORMPAINTER_SET_TITLEBAR' exporting handle = dialog_handle formname = form_header-tdform page = actual_page 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.

SAPSCRIPT_CONFIRM_STEP call function 'SAPSCRIPT_CONFIRM_STEP' exporting defaultoption = 'N' titletext = titlebar text = text-m03 "Soll & & gelöscht werden? var1 = text-010 "Seite var2 = actual_page var3 = ' ' var4 = ' ' importing answer = answer.

FORMPAINTER_REMOVE_WINDOW call function 'FORMPAINTER_REMOVE_WINDOW' exporting window = page_window-tdwindow page = page_window-tdpage no_flush = true exceptions others = 1.

SAPSCRIPT_INCLUDE_GRAPHIC call function 'SAPSCRIPT_INCLUDE_GRAPHIC' exporting i_objecttype = 'BDS' i_language = form_header-tdspras importing e_objecttype = new_objecttype e_commandline = new_windowtext e_header = ng_header e_stxbitmaps = ng_stxbitmaps e_resolution = new_resolution e_found = ng_found tables e_lines = ng_lines exceptions canceled = 1 others = 2.

SAPSCRIPT_CALC_BITMAP_SIZE call function 'SAPSCRIPT_CALC_BITMAP_SIZE' exporting header = ng_header importing width_twip = ng_width height_twip = ng_height tables lines = ng_lines exceptions no_bitmap_file = 1 others = 2.

SAPSCRIPT_ATTRIB_GRAPHIC_BDS call function 'SAPSCRIPT_ATTRIB_GRAPHIC_BDS' exporting i_object = ng_stxbitmaps-tdobject i_name = ng_stxbitmaps-tdname i_id = ng_stxbitmaps-tdid i_btype = ng_stxbitmaps-tdbtype read_only = true importing e_description = ng_description exceptions others = 1.

FORMPAINTER_SHOW_WINDOW_TEXT call function 'FORMPAINTER_SHOW_WINDOW_TEXT' exporting window = rstxd-tdwindow page = space textheader = formtextheader formheader = form_header no_flush = false tables windowtext = windowtext page_windows = page_window paragraphs = paragraph strings = string tabs = tab windows = wind exceptions window_not_found = 1 control_error = 2 others = 3.

FORMPAINTER_RENAME_WINDOW call function 'FORMPAINTER_RENAME_WINDOW' exporting old = from_window_pos new = to_window_pos caption = false no_flush = true exceptions window_not_found = 1 control_error = 2 others = 3.

FORMPAINTER_SHOW_WINDOW_TEXT call function 'FORMPAINTER_SHOW_WINDOW_TEXT' exporting window = to_window_pos page = space textheader = formtextheader formheader = form_header no_flush = false tables windowtext = windowtext page_windows = page_window paragraphs = paragraph strings = string tabs = tab windows = wind exceptions window_not_found = 1 control_error = 2 others = 3.

FORMPAINTER_RENAME_WINDOW call function 'FORMPAINTER_RENAME_WINDOW' exporting old = from_window_pos new = to_window_pos caption = true no_flush = true exceptions window_not_found = 1 control_error = 2 others = 3.



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