SAP Reports / Programs | Plant Maintenance | Technical Objects | Equipment(PM-EQM-EQ) SAP PM

RIARCEQ1 SAP ABAP Report - Equipment Archiving: Usage Test







RIARCEQ1 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 RIARCEQ1 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 RIARCEQ1. "Basic submit
SUBMIT RIARCEQ1 AND RETURN. "Return to original report after report execution complete
SUBMIT RIARCEQ1 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: STATUSCH = Status check
Selection Text: S_EQART = D Technical object type
Selection Text: S_EQTYP = D Equipment category
Selection Text: S_EQUNR = D Equipment
Selection Text: S_MATNR = D Material
Selection Text: S_SERNR = D Serial Numbers
Title: Equipment Archiving: Usage Test
Text Symbol: 001 = Client
Text Symbol: 002 = Inactive
Text Symbol: 003 = Status check
Text Symbol: 004 = Equipment
Text Symbol: 005 = Equipment category
Text Symbol: 006 = Object type
Text Symbol: 007 = Status
Text Symbol: 008 = Deletion flag
Text Symbol: 009 = Material
Text Symbol: 010 = Serial no.


INCLUDES used within this REPORT RIARCEQ1

INCLUDE RIARCEQT.


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:

EQUIPMENT_VERWENDUNG_TEST call function 'EQUIPMENT_VERWENDUNG_TEST' EXPORTING VWT_EQUNR = IEQUI-EQUNR VWT_PROTOKOLL = 'X' ALLOW_UNUSED_PRT = 'X' "ALRK235499 "ALRK083389 IMPORTING "ALRK083389 EQUI_IS_UNUSED_PRT = EQUI_IS_UNUSED_PRT "ALRK083389 TABLES PROT = VPROT EXCEPTIONS EQUI_NOT_FOUND = 1 EQUI_USED = 2 OTHERS = 3.

STATUS_CHANGE_INTERN call function 'STATUS_CHANGE_INTERN' EXPORTING CHECK_ONLY = 'X' OBJNR = IEQUI-OBJNR TABLES STATUS = SET_STAT EXCEPTIONS OBJECT_NOT_FOUND = 1 STATUS_INCONSISTENT = 2 STATUS_NOT_ALLOWED = 3 OTHERS = 4.

TR_APPEND_LOG CALL FUNCTION 'TR_APPEND_LOG' TABLES XMSG = VPROT EXCEPTIONS OTHERS = 0.

TR_FLUSH_LOG CALL FUNCTION 'TR_FLUSH_LOG'.



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