RIMPHIST is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Display Measurement Reading Transfer (History) You can use this report to display from the perspective of a measuring point/counter, when data was copied to it from another measuring point/counter...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 RIMPHIST into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
IK52 - MeasReading Transfer History
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_DATHI = D Valid to
Selection Text: P_DATLO = D Valid from
Selection Text: P_LIMIT = Maximum number of MeasPoints
Selection Text: R_POINT = D Measuring point
Title: Transfer of Measurement Readings and Counter Readings: History
Text Symbol: DT1 = Period
Text Symbol: DT2 = to
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
MEASUREM_COPY_CHAIN_REPORT_01 CALL FUNCTION 'MEASUREM_COPY_CHAIN_REPORT_01' EXPORTING DATE_LOW = P_DATLO DATE_HIGH = P_DATHI TABLES RECEIVER_TAB = G_T_RECEIVER.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RIMPHIST - Transfer of Measurement Readings and Counter Readings: History RIMPHIST - Transfer of Measurement Readings and Counter Readings: History RIMPHIER - Transfer of Measurement Readings and Counter Readings on Key Date RIMPHIER - Transfer of Measurement Readings and Counter Readings on Key Date RIMPAPO00 - APO: Long-Term Planning Preview RIMPAPO00 - APO: Long-Term Planning Preview