RIARCMPV is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report RIARCMPV is the preprocessing program for archiving maintenance plans and it sets the deletion indicator for the selected maintenance plans...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 RIARCMPV into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: P_FHMEQ = Check usage in PRT equipment
Selection Text: P_TEST = Test run
Selection Text: S_EQUNR = D Equipment
Selection Text: S_KDAUF = D Sales document
Selection Text: S_KDPOS = D Item
Selection Text: S_MPTYP = D Maintenance plan category
Selection Text: S_STRAT = D Maintenance strategy
Selection Text: S_TPLNR = D Functional location
Selection Text: S_WARPL = D Maintenance plan
Title: Maintenance Plans: Deletion Flag -> Set Deletion Indicator
Text Symbol: 001 = Maint. plan
Text Symbol: 002 = Maintenance item
Text Symbol: 100 = Options
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
PM_MPLAN_SET_DELETE_FLAG CALL FUNCTION 'PM_MPLAN_SET_DELETE_FLAG' EXPORTING * i_package_size = p_packs i_test = p_test i_check_plan_in_equi = p_fhmeq IMPORTING no_selection_given = no_selection_given count_mplan = i_count_mplan count_warpl_in_equi = i_count_warpl_in_equi count_call_non_confirmed = i_count_call_non_confirmed count_no_enqueue = i_count_no_enqueue count_no_authority = i_count_no_authority count_status_changed = i_count_status_changed TABLES i_warpl = s_warpl i_mptyp = s_mptyp i_strat = s_strat i_equnr = s_equnr i_tplnr = s_tplnr i_kdauf = s_kdauf i_kdpos = s_kdpos.
TR_APPEND_LOG CALL FUNCTION 'TR_APPEND_LOG' TABLES xmsg = iprot EXCEPTIONS OTHERS = 0.
TR_FLUSH_LOG CALL FUNCTION 'TR_FLUSH_LOG'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RIARCMPV - Maintenance Plans: Deletion Flag -> Set Deletion Indicator RIARCMPV - Maintenance Plans: Deletion Flag -> Set Deletion Indicator RIARCMPL - Set Deletion Flag for Maintenance Plans RIARCMPL - Set Deletion Flag for Maintenance Plans RIARCMPD - Archiving maintenance plans: Deletion program RIARCMPD - Archiving maintenance plans: Deletion program