SAP Reports / Programs | Cross-Application Components | Audit Management(CA-AUD) SAP CA

PLM_AUDIT_ARC_QUM_WRITE SAP ABAP Report - Archiving of Audit Management Master Data: Write Program







PLM_AUDIT_ARC_QUM_WRITE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Archiving of question lists This function is part of the archiving of archiving object PLM_QUM in component Audit Management (CA-AUD)...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter PLM_AUDIT_ARC_QUM_WRITE 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 PLM_AUDIT_ARC_QUM_WRITE. "Basic submit
SUBMIT PLM_AUDIT_ARC_QUM_WRITE AND RETURN. "Return to original report after report execution complete
SUBMIT PLM_AUDIT_ARC_QUM_WRITE 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: _OBJVA_4 = Object Value 4
Selection Text: _OBJVA_5 = Object Value 5
Selection Text: _OBJVA_6 = Object Value 6
Selection Text: _OBJVA_7 = Object Value 7
Selection Text: _OBJVA_8 = Object Value 8
Selection Text: _OBJVA_9 = Object Value 9
Selection Text: _QUEST_H = Question List
Selection Text: P_COMENT = D .
Selection Text: P_DELTST = D .
Selection Text: P_PROT = D .
Selection Text: P_PROT_O = D .
Selection Text: P_WRIPRD = D .
Selection Text: P_WRITST = D .
Selection Text: _AUTHGRP = D .
Selection Text: _A_TYP = D .
Selection Text: _CREA_BY = D .
Selection Text: _DATACF = D .
Selection Text: _DATEAC = D .
Selection Text: _DATECH = D .
Selection Text: _DATECR = D .
Selection Text: _DATEPL = D .
Selection Text: _DATPLF = D .
Selection Text: _EXT_ID = D .
Selection Text: _EXT_POS = D .
Selection Text: _GROUP = D .
Selection Text: _SFIELD = D .
Selection Text: _TODATE = D .
Selection Text: _VALDATE = D .
Selection Text: _OBJVA_3 = Object Value 3
Selection Text: _OBJVA_2 = Object Value 2
Selection Text: _OBJVA_1 = Object Value 1
Selection Text: _AUDITPL = Audit Plans
Selection Text: _AUDIT = Audits
Title: Archiving of Audit Management Master Data: Write Program
Text Symbol: 101 = Question Lists
Text Symbol: 102 = Audit Plans
Text Symbol: 103 = Audits
Text Symbol: 111 = External Item





Text Symbol: 112 = Identification
Text Symbol: 113 = Search Field
Text Symbol: 114 = Grouping
Text Symbol: 122 = Created By
Text Symbol: 131 = Created On
Text Symbol: 132 = Date of Last Change
Text Symbol: 133 = Valid-From Date
Text Symbol: 134 = Valid to Date
Text Symbol: 135 = Sched. start date
Text Symbol: 136 = Actual Start Date
Text Symbol: 137 = Planned Finish Date
Text Symbol: 138 = Actual End Date
Text Symbol: 192 = Authorization Group
Text Symbol: T01 = Question Lists
Text Symbol: T02 = Restrictions
Text Symbol: T03 = Date Restriction
Text Symbol: T04 = Audit Object
Text Symbol: T11 = Audits / Audit Plans


INCLUDES used within this REPORT PLM_AUDIT_ARC_QUM_WRITE

INCLUDE PLM_AUDIT_OBTYPES.
INCLUDE PLM_AUDIT_ARC_TOP.
INCLUDE PLM_AUDIT_ARC_S01.
INCLUDE ARCH_WRITE_PRG_STANDARD2.
INCLUDE PLM_AUDIT_ARC_F01.
INCLUDE PLM_AUDIT_ARC_F02.


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:

PLM_AUDIT_OBJECTS_FETCH CALL FUNCTION 'PLM_AUDIT_OBJECTS_FETCH' EXPORTING iv_aud_objecttype = gv_aud_objecttype 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_search_field_range = gt_searchfield_range it_created_by_range = gt_created_by_range it_grouping_range = gt_grouping_range it_external_id_range = gt_external_id_range it_auth_group_range = gt_auth_group_range * question list related criteria it_ext_position_range = gt_ext_position_range TABLES e_project_guid_tab = gt_project_guids EXCEPTIONS 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_AUDIT_ARC_QUM_WRITE or its description.