SAP Reports / Programs | Plant Maintenance | Maintenance Processing | Maintenance Notifications(PM-WOC-MN) SAP PM

MSMWFF01 SAP ABAP INCLUDE - documentation and ABAP source code







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


INCLUDES used within this REPORT MSMWFF01

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:

PM_PARTNER_READ CALL FUNCTION 'PM_PARTNER_READ' EXPORTING PARVW = GT_SM_TASKS-PARVW PARNR = GT_SM_TASKS-PARNR IMPORTING DIADR_WA = LS_DIADR E_NRART = L_NRART.

PM_PARTNER_READ CALL FUNCTION 'PM_PARTNER_READ' EXPORTING PARVW = GT_SM_C_TASKS-PARVW PARNR = GT_SM_C_TASKS-PARNR IMPORTING DIADR_WA = LS_DIADR E_NRART = L_NRART.

SAP_WAPI_GET_OBJECTS CALL FUNCTION 'SAP_WAPI_GET_OBJECTS' EXPORTING WORKITEM_ID = G_WI_ID IMPORTING LEADING_OBJECT = G_SM.

SO_ADDRESS_SHOW CALL FUNCTION 'SO_ADDRESS_SHOW' EXPORTING USER = LS_USER EXCEPTIONS PARAMETER_ERROR = 1 USER_NOT_EXIST = 2 X_ERROR = 3 OTHERS = 4.

SAP_WAPI_GET_OBJECTS CALL FUNCTION 'SAP_WAPI_GET_OBJECTS' EXPORTING WORKITEM_ID = G_WI_ID IMPORTING LEADING_OBJECT = G_SM.

SREL_GET_NEXT_NEIGHBORS CALL FUNCTION 'SREL_GET_NEXT_NEIGHBORS' EXPORTING OBJECT = L_BOR_OBJECT TABLES NEIGHBORS = LT_NEIGHBOURS.

SWL_GET_OBJECT_INFORMATION CALL FUNCTION 'SWL_GET_OBJECT_INFORMATION' EXPORTING OBJECT_POR = L_OBJECT_STRING IMPORTING OBJECT_INFO = GT_S_ATTACHMENTS.

READ_NOTIFICATION_MEASURES CALL FUNCTION 'READ_NOTIFICATION_MEASURES' EXPORTING I_TEXT = 'X' I_POSITION = ' ' * I_DELETE = * I_BUFFER = TABLES IVIQMEL = LT_SM IVIQMSM = GT_SM_TASKS.

READ_NOTIFICATION_MEASURES CALL FUNCTION 'READ_NOTIFICATION_MEASURES' EXPORTING I_TEXT = 'X' I_POSITION = 'X' * I_DELETE = * I_BUFFER = TABLES IVIQMEL = LT_SM IVIQMSM = LT_POS_TASKS.

READ_TEXT_INLINE CALL FUNCTION 'READ_TEXT_INLINE' EXPORTING ID = 'LTXT' INLINE_COUNT = 8 LANGUAGE = SY-LANGU NAME = L_TEXTNAME OBJECT = 'QMEL' IMPORTING HEADER = LS_TEXT_HEADER TABLES INLINES = LT_I_S_TEXT LINES = LT_S_TEXT EXCEPTIONS ID = 1 LANGUAGE = 2 NAME = 3 NOT_FOUND = 4 OBJECT = 5 REFERENCE_CHECK = 6 OTHERS = 7.

CONVERT_ITF_TO_HTML CALL FUNCTION 'CONVERT_ITF_TO_HTML' EXPORTING I_HEADER = LS_TEXT_HEADER TABLES T_ITF_TEXT = LT_S_TEXT T_HTML_TEXT = GT_S_HTML_TEXT EXCEPTIONS SYNTAX_CHECK = 1 REPLACE = 2 ILLEGAL_HEADER = 3 OTHERS = 4.

SWL_SHOW_PROCESS_GRAPHIC CALL FUNCTION 'SWL_SHOW_PROCESS_GRAPHIC' EXPORTING INPUT_WI_ID = G_WI_ID TOP_LEVEL_FLOW = '?' EXCEPTIONS DEFINITION_NOT_FOUND = 1 ERROR_IN_GRAPHICAL_DISPLAY = 2 OTHERS = 3.



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