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

MSSCGF00 SAP ABAP INCLUDE - Form Template Forms







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


INCLUDES used within this REPORT MSSCGF00

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:

READ_FORM call function 'READ_FORM' exporting form = rsscf-tdform client = sy-mandt language = sourcelanguage olanguage = orig_language status = src_status * ostatus = status_active importing form_header = form_header found = found tables paragraphs = paragraph strings = string tabs = tab windows = wind pages = page page_windows = page_window form_lines = formtext.

READ_FORM call function 'READ_FORM' exporting form = rsscf-tdform client = sy-mandt language = rsscf-tdspras olanguage = orig_language status = tr_status importing form_header = tr_form_header found = found tables paragraphs = tr_paragraph strings = tr_string tabs = tr_tab windows = tr_wind pages = tr_page page_windows = tr_page_window form_lines = tr_formtext.

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

CHECK_FORM_TRANSLATION_STATUS call function 'CHECK_FORM_TRANSLATION_STATUS' exporting form = l_original_header-tdform client = l_original_header-mandt importing * MASTER_LANGUAGE = * translation_wanted = transtat translation_languages = l_langvec exceptions not_found = 1 others = 2.

SELECT_TEXT call function 'SELECT_TEXT' exporting object = object_form id = id_txt name = name language = tr_form_header-tdspras importing entries = entries tables selections = selections.

INIT_TEXT call function 'INIT_TEXT' exporting object = object_form id = id_txt name = name language = tr_form_header-tdspras importing header = tr_formtextheader tables lines = tr_windowtext exceptions others = 1.

SAVE_FORM call function 'SAVE_FORM' exporting form_header = tr_form_header importing save_form_header = tr_form_header tables form_lines = tr_formtext pages = tr_page page_windows = tr_page_window paragraphs = tr_paragraph strings = tr_string tabs = tr_tab windows = tr_wind.

CHECK_FORM_TRANSLATION call function 'CHECK_FORM_TRANSLATION' tables windows = wind form_lines = formtext tr_form_lines = tr_formtext warnings = warnings.

SAPSCRIPT_DELETE_LOAD call function 'SAPSCRIPT_DELETE_LOAD' exporting client = a_client form = tr_form_header-tdform.

GET_FORM_VERSION call function 'GET_FORM_VERSION' exporting client = sy-mandt form = tr_form_header-tdform language = tr_form_header-tdospras tables form_versions = a_versions exceptions not_found = 1 others = 2.

SET_FORM_VERSION call function 'SET_FORM_VERSION' exporting client = sy-mandt form = tr_form_header-tdform language = tr_form_header-tdspras formvers = a_versions-version exceptions not_found = 1 others = 2.

LXE_OBJ_EXIT_SAVE_FORM CALL FUNCTION 'LXE_OBJ_EXIT_SAVE_FORM' EXPORTING FORM_NAME = tr_form_header-tdform SRC_LANG = form_header-tdspras TGT_LANG = tr_form_header-tdspras.

SAPSCRIPT_DIALOG_CONFIRM call function 'SAPSCRIPT_DIALOG_CONFIRM' exporting dial_fcode = fcode_exit dial_name = tr_form_header-tdform dial_otype = otype_form importing dial_fcode = fcode.

SAPSCRIPT_DIALOG_CONFIRM call function 'SAPSCRIPT_DIALOG_CONFIRM' exporting dial_fcode = fcode_exit dial_name = tr_form_header-tdform dial_otype = otype_form importing dial_fcode = fcode.

SAPSCRIPT_CONFIRM_STEP call function 'SAPSCRIPT_CONFIRM_STEP' exporting defaultoption = 'Y' text = text-550 titletext = text-553 var1 = text-553 importing answer = answer.

SAPSCRIPT_CONFIRM_STEP call function 'SAPSCRIPT_CONFIRM_STEP' exporting defaultoption = 'Y' text = text-550 titletext = text-552 var1 = text-552 importing answer = answer.

ENQUEUE_ESSFORM call function 'ENQUEUE_ESSFORM' exporting tdobject = enqueue_object tdname = enqueue_form tdid = enqueue_id tdspras = enqueue_language exceptions foreign_lock = 1 system_failure = 2.

DEQUEUE_ESSFORM call function 'DEQUEUE_ESSFORM' exporting tdobject = enqueue_object tdname = enqueue_form tdid = enqueue_id tdspras = enqueue_language.



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