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

RISTEQ20 SAP ABAP Report - Equipment: Usage period analysis (EQUZ)







RISTEQ20 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Equipment: Usage period analysis (EQUZ) Report RISTEQ20 is used to analyze the usage periods of a piece of equipment or an equipment hierarchy...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 RISTEQ20 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 RISTEQ20. "Basic submit
SUBMIT RISTEQ20 AND RETURN. "Return to original report after report execution complete
SUBMIT RISTEQ20 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: GP_EQUNR = D Equipment
Selection Text: GP_SUBEQ = With subequipment
Title: Equipment: Usage period analysis (EQUZ)


INCLUDES used within this REPORT RISTEQ20

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:

OBJECT_NUMBER_READ_IE CALL FUNCTION 'OBJECT_NUMBER_READ_IE' EXPORTING EQUNR = GS_EQNEW-EQUNR IMPORTING OBJNR = GD_OBJNR EXCEPTIONS OTHERS = 0.

OBJECT_CHECK_BEFORE_UPDATE CALL FUNCTION 'OBJECT_CHECK_BEFORE_UPDATE' EXPORTING ID_OBJNR = GD_OBJNR ID_FLAG_EXCEPT = 'X' ID_ACTIVITY = 'V' IS_EQUZ = GS_EQOLD CHANGING CS_EQUZ = GS_EQNEW EXCEPTIONS ERR_CHECK = 1 OTHERS = 2.

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING I_S_LOG = LS_LOG IMPORTING E_LOG_HANDLE = ED_HANDLE EXCEPTIONS OTHERS = 1.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING I_LOG_HANDLE = ID_HANDLE I_S_MSG = LS_MSG EXCEPTIONS LOG_NOT_FOUND = 0 OTHERS = 1.

BAL_DSP_PROFILE_DETLEVEL_GET CALL FUNCTION 'BAL_DSP_PROFILE_DETLEVEL_GET' IMPORTING E_S_DISPLAY_PROFILE = LS_DISPLAY_PROFILE EXCEPTIONS OTHERS = 1.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING I_S_DISPLAY_PROFILE = LS_DISPLAY_PROFILE EXCEPTIONS OTHERS = 1.



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