SAP Reports / Programs | Basis Components | Basis Components | Implementation Guide(BC-CUS-TOL-IMG) SAP BC

MSST1F03 SAP ABAP INCLUDE - Include MSST1F03







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


Text pool values


Title: Include MSST1F03


INCLUDES used within this REPORT MSST1F03

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:

STATUS_DYNAMIC_LIST_DISPLAY CALL FUNCTION 'STATUS_DYNAMIC_LIST_DISPLAY' EXPORTING IV_STATUS = ISTAT IV_FCODE = FCODE_2800 TABLES PROJECT = NEW_PRO_TAB RESSOURCE = RESSTAB SELECTION = SELCTAB STATUS = BL01_PROJTAB TT_STATUS_SELECTION = NEW_STA_TAB TT_RESSOURCE_SELECTION = NEW_RES_TAB TT_SELECTIONFIELD_SELECTION = NEW_SEL_TAB TT_DOCUMENT_TYPE_SELECTION = NEW_DOC_TAB TT_VIEW_SELECTION = NEW_VIW_TAB TT_ATTRIBUTES_SELECTION = NEW_ATT_TAB.

HELP_OBJECT_SHOW CALL FUNCTION 'HELP_OBJECT_SHOW' EXPORTING DOKCLASS = 'TX' * DOKLANGU = SY-LANGU DOKNAME = 'HELP_FOR_PROJECTBUTTONS' * DOKTITLE = ' ' * CALLED_BY_PROGRAM = * CALLED_BY_DYNP = * CALLED_FOR_TAB = ' ' * CALLED_FOR_FIELD = ' ' * CALLED_FOR_TAB_FLD_BTCH_INPUT = ' ' * MSG_VAR_1 = ' ' * MSG_VAR_2 = ' ' * MSG_VAR_3 = ' ' * MSG_VAR_4 = ' ' TABLES LINKS = LINKS EXCEPTIONS OBJECT_NOT_FOUND = 1 SAPSCRIPT_ERROR = 2 OTHERS = 3.

DYNP_GET_STEPL *CALL FUNCTION 'DYNP_GET_STEPL' * IMPORTING * POVSTEPL = POVSTEPL * EXCEPTIONS * STEPL_NOT_FOUND = 1 * OTHERS = 2.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING DYNAME = 'SAPMSST1' DYNUMB = '2100' * TRANSLATE_TO_UPPER = ' ' TABLES DYNPFIELDS = DYNPFIELDS EXCEPTIONS INVALID_ABAPWORKAREA = 1 INVALID_DYNPROFIELD = 2 INVALID_DYNPRONAME = 3 INVALID_DYNPRONUMMER = 4 INVALID_REQUEST = 5 NO_FIELDDESCRIPTION = 6 INVALID_PARAMETER = 7 UNDEFIND_ERROR = 8 OTHERS = 9.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING PERCENTAGE = PERCENT TEXT = TEXT EXCEPTIONS OTHERS = 1.

STRING_COMPARE_FUZZY * CALL FUNCTION 'STRING_COMPARE_FUZZY' * EXPORTING * SEARCH_FOR = STATUS * SEARCH_IN = FUZZY-STATUS * IMPORTING * PROBABILITY = PROBABILITY * WORD_FOUND = WORD_FOUND.



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