SAP Reports / Programs | Quality Management | Quality Planning | Failure Mode and Effects Analysis(QM-PT-FA) SAP QM

PLM_FMEA_MONITOR SAP ABAP Report - FMEA Monitor







PLM_FMEA_MONITOR is a standard Executable ABAP Report 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 PLM_FMEA_MONITOR into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

QM_FMEAMONITOR - FMEA Monitor


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


Text pool values


Selection Text: _ACTION = Actions
Selection Text: _FMA_ITM = List Item
Selection Text: _FMA_TYP = FMEA Type
Selection Text: _FMEA = FMEA
Selection Text: _ITM_TYP = List Item Type
Selection Text: _QUEST_H = Question Lists
Selection Text: _QUEST_I = Questions
Selection Text: NAME = D .
Selection Text: PARTNER = D .
Selection Text: PARTNER2 = D .
Selection Text: _AUTHGRP = D .
Selection Text: _CHNG_BY = D .
Selection Text: _CREA_BY = D .
Selection Text: _VALDATE = D .
Selection Text: _TODATE = D .
Selection Text: _SFIELD = D .
Selection Text: _GROUP = D .
Selection Text: _FINDATE = D .
Selection Text: _EXT_POS = D .
Selection Text: _EXT_ID = D .
Selection Text: _DATPLF = D .
Selection Text: _DATEPL = D .
Selection Text: _DATECR = D .
Selection Text: _DATECH = D .
Selection Text: _DATEAC = D .
Selection Text: _DATACF = D .
Title: FMEA Monitor
Text Symbol: _NA = Selects all FMEA components in which the listed user is a participant.
Text Symbol: _ME = Selects all FMEA components in which you are a participant.
Text Symbol: _BP = Selects all FMEA components in which the listed business partner is a participant.
Text Symbol: 045 = Partial Signature
Text Symbol: 040 = With Lower-Level FMEAs
Text Symbol: 039 = Code
Text Symbol: 038 = Code Group
Text Symbol: 037 = Action Type
Text Symbol: 036 = To Be Completed By (Date)
Text Symbol: 001 = What do you want to search for?
Text Symbol: 002 = List Items





Text Symbol: 003 = FMEA
Text Symbol: 004 = Actions
Text Symbol: 005 = Status
Text Symbol: 006 = Date Restriction
Text Symbol: 007 = To Be Processed
Text Symbol: 008 = Completed
Text Symbol: 009 = All
Text Symbol: 010 = Planned Start Date
Text Symbol: 011 = Actual Start Date
Text Symbol: 012 = Last Changed On
Text Symbol: 013 = Persons Involved
Text Symbol: 014 = Last Changed By
Text Symbol: 015 = Created On
Text Symbol: 016 = Created By
Text Symbol: 017 = Search Field
Text Symbol: 018 = Grouping
Text Symbol: 019 = Identification
Text Symbol: 020 = Question Lists
Text Symbol: 021 = List Item Type
Text Symbol: 022 = Questions
Text Symbol: 023 = In Preparation
Text Symbol: 024 = Me
Text Symbol: 025 = User
Text Symbol: 026 = Bus. Partner
Text Symbol: 027 = FMEA Object
Text Symbol: 028 = FMEA Type
Text Symbol: 029 = External Item
Text Symbol: 030 = Planned End Date
Text Symbol: 031 = Actual End Date
Text Symbol: 032 = Reference Object
Text Symbol: 033 = Authorization Group
Text Symbol: 034 = Valid-From Date
Text Symbol: 035 = Valid-To Date


INCLUDES used within this REPORT PLM_FMEA_MONITOR

INCLUDE PLM_AUDIT_OBTYPES.
INCLUDE PLM_AUDIT_MONITOR_FORMS.
INCLUDE PLM_FMEA_MONITOR_FORMS.


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:

GET_ACCESSIBILITY_MODE





CALL FUNCTION 'GET_ACCESSIBILITY_MODE' IMPORTING accessibility = gv_acc_mode EXCEPTIONS its_not_available = 1.

HELP_OBJECT_SHOW_FOR_FIELD CALL FUNCTION 'HELP_OBJECT_SHOW_FOR_FIELD' EXPORTING doklangu = sy-langu called_for_tab = 'PLMM_AUDIT' called_for_field = 'PROC_STATUS' EXCEPTIONS OTHERS = 0.

HELP_OBJECT_SHOW_FOR_FIELD CALL FUNCTION 'HELP_OBJECT_SHOW_FOR_FIELD' EXPORTING doklangu = sy-langu called_for_tab = 'PLMM_AUDIT' called_for_field = 'PROC_STATUS' EXCEPTIONS OTHERS = 0.

HELP_OBJECT_SHOW_FOR_FIELD CALL FUNCTION 'HELP_OBJECT_SHOW_FOR_FIELD' EXPORTING doklangu = sy-langu called_for_tab = 'PLMM_AUDIT' called_for_field = 'PROC_STATUS' EXCEPTIONS OTHERS = 0.

HELP_OBJECT_SHOW_FOR_FIELD CALL FUNCTION 'HELP_OBJECT_SHOW_FOR_FIELD' EXPORTING doklangu = sy-langu called_for_tab = 'PLMM_AUDIT' called_for_field = 'PROC_STATUS' EXCEPTIONS OTHERS = 0.

HELP_DOCULINES_SHOW CALL FUNCTION 'HELP_DOCULINES_SHOW' EXPORTING help_infos = gs_help_infos TABLES excludefun = gt_excludefun helplines = gt_helplines.

HELP_DOCULINES_SHOW CALL FUNCTION 'HELP_DOCULINES_SHOW' EXPORTING help_infos = gs_help_infos TABLES excludefun = gt_excludefun helplines = gt_helplines.

HELP_DOCULINES_SHOW CALL FUNCTION 'HELP_DOCULINES_SHOW' EXPORTING help_infos = gs_help_infos TABLES excludefun = gt_excludefun helplines = gt_helplines.

PLM_FMEA_MONITOR_PROCESS CALL FUNCTION 'PLM_FMEA_MONITOR_PROCESS' EXPORTING iv_fmea_objecttype = gv_fmea_objecttype iv_objecttext = gv_objecttext iv_with_sub_structure = _fma_sub * person iv_name = gv_name iv_partner = partner it_partner_range = gt_partner_guid_range it_created_by_range = gt_created_by_range it_changed_by_range = gt_changed_by_range * main search criteria it_external_id_range = gt_external_id_range it_searchfield_range = gt_searchfield_range it_grouping_range = gt_grouping_range it_auth_group_range = gt_auth_group_range * date it_planstart_range = gt_planstart_range it_actualstart_range = gt_actualstart_range it_planfinish_range = gt_planfinish_range it_actualfinish_range = gt_actualfinish_range it_created_on_range = gt_created_on_range it_changed_on_range = gt_changed_on_range * status it_proc_status_range = gt_proc_status_range * questionnaire external position it_ext_position_range = gt_ext_position_range * FMEA specific search criteria it_fmea_type_range = gt_fmea_type_range it_object_type_range = gt_object_type_range it_object_value_range = gt_object_value_range it_fmea_objval_complex = gt_fmea_objval_complex * list item specific search criteria it_listitype_range = gt_listitype_range it_reference_range = gt_reference_range it_codegroup_range = gt_codegroup_range it_code_range = gt_code_range * action specific search criteria it_actiontype_range = gt_actiontype_range EXCEPTIONS no_success = 1.

GET_ACCESSIBILITY_MODE CALL FUNCTION 'GET_ACCESSIBILITY_MODE' IMPORTING accessibility = lv_acc_mode EXCEPTIONS its_not_available = 1.

PLM_AUD_AUDIT_OBJ_TYPE_READ_M CALL FUNCTION 'PLM_AUD_AUDIT_OBJ_TYPE_READ_M' EXPORTING i_audit_type = ev_fmea_type IMPORTING et_plmt_audit_obj = lt_fmea_obj EXCEPTIONS no_audit_type = 1 no_object_type = 2 no_text = 3.

PLM_AUD_DS_SOFTSWITCH CALL FUNCTION 'PLM_AUD_DS_SOFTSWITCH' EXPORTING iv_assessment_cat = '01' "FMEA IMPORTING ev_settings_available = lv_dig_sig_on.

HELP_OBJECT_SHOW_FOR_FIELD CALL FUNCTION 'HELP_OBJECT_SHOW_FOR_FIELD' EXPORTING doklangu = sy-langu called_for_tab = 'PLMM_AUDIT' called_for_field = 'PROC_STATUS' EXCEPTIONS object_not_found = 0 OTHERS = 0.



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