RIARCMR1 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 RIARCMR1 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_IDATE = Until measuring time
Selection Text: P_MAX = Maximum number of splits
Selection Text: S_MDOCM = D Measurement document
Title: PM: Archiving of Measurement Documents: Split Interval Documents
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TIMESTAMP_INVERT_11_DIGITS CALL FUNCTION 'TIMESTAMP_INVERT_11_DIGITS' EXPORTING IDATE = P_IDATE ITIME = G_Y_TIME_235959 IMPORTING TIMESTAMP_INV = L_INVTS.
MEASUREM_POINT_ENQUEUE_ARRAY CALL FUNCTION 'MEASUREM_POINT_ENQUEUE_ARRAY' TABLES ENQUEUE_REQUESTS = T_IMPT_ENQ FOREIGN_LOCKS = T_IMPT_LOCKD.
MEASUREM_DOCUM_STORE_PREFETCH CALL FUNCTION 'MEASUREM_DOCUM_STORE_PREFETCH' TABLES IMRG_RECORDS = T_IMRG.
MEASUREM_DOCUM_INTERVAL_SPLIT CALL FUNCTION 'MEASUREM_DOCUM_INTERVAL_SPLIT' EXPORTING DOCUMENT_TO_SPLIT = T_IMRG-MDOCM SPLIT_DATE = P_IDATE SPLIT_TIME = G_Y_TIME_235959 IMPORTING REAL_SPLIT = L_REAL_SPLIT EXCEPTIONS OTHERS = 1.
MEASUREM_BUFFER_GET_DELTAS CALL FUNCTION 'MEASUREM_BUFFER_GET_DELTAS' TABLES IMRG_INS = T_IMRG_INS IMRG_UPD = T_IMRG_UPD.
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
DEQUEUE_EIMPTT CALL FUNCTION 'DEQUEUE_EIMPTT' EXPORTING MODE_IMPTT = 'X' " "P9CK132675 POINT = T_IMRG-POINT _COLLECT = 'X'.
FLUSH_ENQUEUE CALL FUNCTION 'FLUSH_ENQUEUE' EXCEPTIONS OTHERS = 0.
MEASUREM_BUFFER_INITIALIZE CALL FUNCTION 'MEASUREM_BUFFER_INITIALIZE' EXPORTING INCLUDING_DEQUEUE = SPACE.
TR_APPEND_LOG CALL FUNCTION 'TR_APPEND_LOG' TABLES XMSG = T_PROT 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.
RIARCMR1 - PM: Archiving of Measurement Documents: Split Interval Documents RIARCMR1 - PM: Archiving of Measurement Documents: Split Interval Documents RIARCMP_DFPS_TOP - RIARCMPDFPSTOP RIARCMP_DFPS_CHECK_SYSTEM - RIARCMPDFPSCHECKSYSTEM RIARCMPV - Maintenance Plans: Deletion Flag -> Set Deletion Indicator RIARCMPV - Maintenance Plans: Deletion Flag -> Set Deletion Indicator