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

MSSCFF08 SAP ABAP INCLUDE - Utilities







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


Text pool values


Title: Utilities


INCLUDES used within this REPORT MSSCFF08

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:

SAPSCRIPT_CHANGE_OLANGUAGE CALL FUNCTION 'SAPSCRIPT_CHANGE_OLANGUAGE' EXPORTING OBJECT = 'FORM' NAME = NAME OLANGUAGE = RSSCF-TDOSPRAS EXCEPTIONS OTHERS = 1.

SAPSCRIPT_MESSAGE CALL FUNCTION 'SAPSCRIPT_MESSAGE'.

SAPSCRIPT_CHANGE_OLANGUAGE CALL FUNCTION 'SAPSCRIPT_CHANGE_OLANGUAGE' DESTINATION DEST_31 EXPORTING OBJECT = 'FORM' NAME = NAME OLANGUAGE = RSSCF-TDOSPRAS EXCEPTIONS OTHERS = 1.

SAPSCRIPT_MESSAGE CALL FUNCTION 'SAPSCRIPT_MESSAGE'.

SELECT_FORM CALL FUNCTION 'SELECT_FORM' EXPORTING FORM = FORM_HEADER-TDFORM LANGUAGE = '*' STATUS = '*' THROUGHCLIENT = TRUE " B20K036878 IMPORTING ENTRIES = ENTRIES TABLES SELECTIONS = SELECTIONS.

SELECT_FORM CALL FUNCTION 'SELECT_FORM' DESTINATION DEST_31 EXPORTING FORM = FORM_HEADER-TDFORM LANGUAGE = '*' STATUS = '*' THROUGHCLIENT = TRUE " B20K036878 IMPORTING ENTRIES = ENTRIES TABLES SELECTIONS = SELECTIONS.

CHECK_FORM CALL FUNCTION 'CHECK_FORM' EXPORTING FORM_HEADER = TMP_FORMHEADER CLIENT = CLIENT IMPORTING RESULT = RESULT TABLES PARAGRAPHS = PARAGRAPH STRINGS = STRING TABS = TAB WINDOWS = WIND PAGES = PAGE PAGE_WINDOWS = PAGE_WINDOW FORM_LINES = FORMTEXT.

SAVE_FORM CALL FUNCTION 'SAVE_FORM' EXPORTING FORM_HEADER = tmp_formheader IMPORTING SAVE_FORM_HEADER = tmp_formheader TABLES FORM_LINES = FORMTEXT PAGES = PAGE PAGE_WINDOWS = PAGE_WINDOW PARAGRAPHS = PARAGRAPH STRINGS = STRING TABS = TAB WINDOWS = WIND EXCEPTIONS OTHERS = 1.

ACTIVATE_FORM CALL FUNCTION 'ACTIVATE_FORM' EXPORTING FORM = tmp_formheader-tdform IMPORTING RESULT = result EXCEPTIONS OTHERS = 1.

DELETE_FORM CALL FUNCTION 'DELETE_FORM' EXPORTING FORM = tmp_formheader-tdform LANGUAGE = tmp_formheader-tdspras * IMPORTING * FOUND = EXCEPTIONS OTHERS = 1.

CHECK_FORM CALL FUNCTION 'CHECK_FORM' DESTINATION DEST_31 EXPORTING FORM_HEADER = TMP_FORMHEADER CLIENT = CLIENT IMPORTING RESULT = RESULT_31 TABLES FORM_LINES = FORMTEXT PAGE_WINDOWS = PAGE_WINDOW PAGES = PAGE PARAGRAPHS = PARAGRAPH STRINGS = STRING TABS = TAB WINDOWS = WIND EXCEPTIONS COMMUNICATION_FAILURE = 1 MESSAGE MSGTEXT SYSTEM_FAILURE = 2 MESSAGE MSGTEXT.

SAVE_FORM_3X CALL FUNCTION 'SAVE_FORM_3X' EXPORTING DEST = DEST_31 FORM_HEADER = TMP_FORMHEADER IMPORTING SAVE_FORM_HEADER = TMP_FORMHEADER TABLES PARAGRAPHS = PARAGRAPH TABS = TAB STRINGS = STRING PAGES = PAGE WINDOWS = WIND PAGE_WINDOWS = PAGE_WINDOW FORM_LINES = FORMTEXT EXCEPTIONS RFC_FAILURE = 1.

ACTIVATE_FORM CALL FUNCTION 'ACTIVATE_FORM' DESTINATION DEST_31 EXPORTING FORM = TMP_FORMHEADER-TDFORM OLANGUAGE = TMP_FORMHEADER-TDOSPRAS STATUS = STATUS_EDITOR IMPORTING RESULT = RESULT_31 EXCEPTIONS COMMUNICATION_FAILURE = 1 MESSAGE MSGTEXT SYSTEM_FAILURE = 2 MESSAGE MSGTEXT.

SAPSCRIPT_UTILITY_TESTPRINT CALL FUNCTION 'SAPSCRIPT_UTILITY_TESTPRINT' DESTINATION DEST_31 EXPORTING I_FORM = TMP_FORMHEADER-TDFORM I_LANGUAGE = TMP_FORMHEADER-TDSPRAS EXCEPTIONS NO_AUTHORITY = 1 NOT_FOUND = 2 COMMUNICATION_FAILURE = 3 MESSAGE MSGTEXT SYSTEM_FAILURE = 4 MESSAGE MSGTEXT.

DELETE_FORM CALL FUNCTION 'DELETE_FORM' DESTINATION DEST_31 EXPORTING FORM = tmp_formheader-tdform LANGUAGE = tmp_formheader-tdspras * IMPORTING * FOUND = 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 MSSCFF08 or its description.