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

MSSCFF02 SAP ABAP INCLUDE - Dialog boxes







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


Text pool values


Title: Dialog boxes


INCLUDES used within this REPORT MSSCFF02

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:

SELECT_FORM call function 'SELECT_FORM' exporting client = sy-mandt form = to_form language = '*' status = '*' throughclient = false throughlanguage = false importing entries = entries tables selections = selections.

SELECT_FORM call function 'SELECT_FORM' destination dest_31 exporting client = sy-mandt form = to_form language = '*' status = '*' throughclient = false throughlanguage = false importing entries = entries tables selections = selections.

SAPSCRIPT_DIALOG_CONFIRM call function 'SAPSCRIPT_DIALOG_CONFIRM'
exporting dial_fcode = fcode_overwrite dial_name = to_form dial_otype = otype_form importing dial_fcode = last_fcode.

CHECK_FORM_AUTHORITY call function 'CHECK_FORM_AUTHORITY' exporting form = rsscf-tdform language = rsscf-tdspras activity = activity exceptions others = 4.

CHECK_FORM_AUTHORITY call function 'CHECK_FORM_AUTHORITY' destination dest_31 exporting form = rsscf-tdform language = rsscf-tdspras activity = activity exceptions communication_failure = 1 message msgtext system_failure = 2 message msgtext others = 4.

IWB_HTML_HELP_OBJECT_SHOW call function 'IWB_HTML_HELP_OBJECT_SHOW' exporting * DEVCLASS = * TCODE = program = 'SAPMSSCF' dynpronr = eh_dynnr * EXTENSION = * IMPORTING * ACTION = exceptions object_not_found = 1 rfc_error = 2 no_profil_parameter = 3 import_parameter_is_invalid = 4 others = 5.

CONTROL_FLUSH call function 'CONTROL_FLUSH' exceptions cntl_system_error = 1 cntl_error = 2 others = 3.

SAPSCRIPT_CHECK_FORMNAME call function 'SAPSCRIPT_CHECK_FORMNAME' exporting formname = cname exceptions illegal_namespace = 1 formname_empty = 2 illegal_name = 3 others = 4.

CHECK_FORM_AUTHORITY call function 'CHECK_FORM_AUTHORITY' exporting form = formular language = spras activity = activity exceptions others = 4.

CHECK_FORM_AUTHORITY call function 'CHECK_FORM_AUTHORITY' destination dest_31 exporting form = formular language = spras activity = activity exceptions communication_failure = 1 message msgtext system_failure = 2 message msgtext others = 4.

F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting retfield = 'LAISO' value_org = 'S' multiple_choice = 'X' display = status-app_disp mark_tab = mt002[] importing user_reset = l_user_reset tables value_tab = g_t002[] field_tab = field_tab[] return_tab = iselection[] exceptions others = 1.



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