RIARCMRS 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 RIARCMRS 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_MAX = Maximum number of MeasDocs
Selection Text: S_ATNAM = D Characteristic name
Selection Text: S_BEGRU = D Authorization group
Selection Text: S_EQUNR = D Equipment
Selection Text: S_LOCAS = D Assembly
Selection Text: S_MDOCM = D Measurement document
Selection Text: S_MPTYP = D Measuring point category
Selection Text: S_POINT = D Measuring point
Selection Text: S_PSORT = D Measurement position
Selection Text: S_TPLNR = D Functional location
Title: Display MeasDocs From Archive (Model Report)
Text Symbol: 100 = Options
Text Symbol: T01 = Date
Text Symbol: T02 = Measurement time
Text Symbol: T03 = to
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
MEAS_POINT_RANGE_SELECT CALL FUNCTION 'MEAS_POINT_RANGE_SELECT' IMPORTING SELECTION_TOO_COMPLEX = L_SEL_TOO_COMPLEX TABLES S_POINT = S_POINT S_PSORT = S_PSORT S_MPTYP = S_MPTYP S_BEGRU = S_BEGRU S_LOCAS = S_LOCAS IMPT_EXCERPT = IMPT_EXCERPT EXCEPTIONS OTHERS = 1.
MEAS_DOCUM_OPEN_ARCHIVE_READ CALL FUNCTION 'MEAS_DOCUM_OPEN_ARCHIVE_READ' EXPORTING P_IDATE_FROM = DAT_FROM P_ITIME_FROM = TIM_FROM P_IDATE_TO = DAT_TO P_ITIME_TO = TIM_TO P_MAX = P_MAX ARCHIVE_OBJECT = L_ARCH_OBJ IMPORTING MORE_DOCUMENTS = L_MORE_DOCUMENTS TABLES S_MDOCM = S_MDOCM S_POINT = S_POINT S_ATNAM = S_ATNAM S_MPOBJ = S_MPOBJ T_IMRG = L_IMRG EXCEPTIONS OBJECT_NOT_FOUND = 1 OPEN_ERROR = 2 NOT_AUTHORIZED = 3 FILE_ALREADY_OPEN = 4 FILE_IO_ERROR = 5 NO_FILES_AVAILABLE = 6.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RIARCMRS - Display MeasDocs From Archive (Model Report) RIARCMRS - Display MeasDocs From Archive (Model Report) RIARCMRP - PM: Archiving MeasDocuments: Set Deletion Flag RIARCMRP - PM: Archiving MeasDocuments: Set Deletion Flag RIARCMRI - Display Measurement Documents From Archive RIARCMRI - Display Measurement Documents From Archive