SAP Reports / Programs | Plant Maintenance | Technical Objects | Measuring Points and Counters(PM-EQM-SF-MPC) SAP PM

RIARCMRS SAP ABAP Report - Display MeasDocs From Archive (Model Report)







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


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 RIARCMRS. "Basic submit
SUBMIT RIARCMRS AND RETURN. "Return to original report after report execution complete
SUBMIT RIARCMRS 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: 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


INCLUDES used within this REPORT RIARCMRS

No INCLUDES are used within this REPORT code!


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:

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.



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 RIARCMRS or its description.