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

MSSCGF03 SAP ABAP INCLUDE - Style Template Forms







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


Text pool values


Title: Style Template Forms


INCLUDES used within this REPORT MSSCGF03

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_STYLE call function 'READ_STYLE' exporting style = rsscs-tdstyle client = sy-mandt language = sourcelanguage olanguage = orig_language status = src_status * ostatus = status_active importing style_header = style_header found = found tables paragraphs = paragraph strings = string tabs = tab.

READ_STYLE call function 'READ_STYLE' exporting style = rsscs-tdstyle client = sy-mandt language = rsscs-tdspras olanguage = orig_language status = tr_status importing style_header = tr_style_header found = found tables paragraphs = tr_paragraph strings = tr_string tabs = tr_tab.

SELECT_STYLE call function 'SELECT_STYLE' exporting client = sy-mandt style = rsscs-tdstyle language = '*' status = '*' throughclient = false throughlanguage = false importing entries = entries tables selections = selections.

SAVE_STYLE call function 'SAVE_STYLE' exporting style_header = tr_style_header importing save_style_header = tr_style_header tables paragraphs = tr_paragraph strings = tr_string tabs = tr_tab.

SAPSCRIPT_DELETE_LOAD call function 'SAPSCRIPT_DELETE_LOAD' exporting client = as_client style = tr_style_header-tdstyle.

LXE_OBJ_EXIT_SAVE_STYL CALL FUNCTION 'LXE_OBJ_EXIT_SAVE_STYL' EXPORTING STYL_NAME = tr_style_header-tdstyle SRC_LANG = style_header-tdspras TGT_LANG = tr_style_header-tdspras.

SAPSCRIPT_DIALOG_CONFIRM call function 'SAPSCRIPT_DIALOG_CONFIRM' exporting dial_fcode = fcode_exit dial_name = tr_style_header-tdstyle dial_otype = otype_style importing dial_fcode = fcode.

ENQUEUE_ESSSTYL call function 'ENQUEUE_ESSSTYL' exporting tdobject = enqueue_object_s tdname = enqueue_style tdid = enqueue_id tdspras = enqueue_language exceptions foreign_lock = 1 system_failure = 2.

DEQUEUE_ESSSTYL call function 'DEQUEUE_ESSSTYL' exporting tdobject = enqueue_object_s tdname = enqueue_style 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 MSSCGF03 or its description.