RISTEQ02 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 RISTEQ02 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_TEST = Test mode (no DB updates)
Selection Text: R_BUKRS = D Company code
Selection Text: R_EQUNR = Equipment to be analyzed
Selection Text: R_SWERK = D Maintenance plant
Title: Equipment: Repair Program for Address Inheritance in Equi Hierarchies
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ADDR_REFERENCE_INSERT CALL FUNCTION 'ADDR_REFERENCE_INSERT' EXPORTING ADDRESS_NUMBER = ITAB_VEQUI-ADRNR ADDRESS_REFERENCE = L_ADDR_REF EXCEPTIONS OTHERS = 0.
ADDR_MEMORY_SAVE CALL FUNCTION 'ADDR_MEMORY_SAVE' EXPORTING EXECUTE_IN_UPDATE_TASK = ' ' EXCEPTIONS OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RISTEQ02 - Equipment: Repair Program for Address Inheritance in Equi Hierarchies RISTEQ02 - Equipment: Repair Program for Address Inheritance in Equi Hierarchies RISTEQ01 - Link Equipment Created Before 2.1 to Status Management RISTEQ01 - Link Equipment Created Before 2.1 to Status Management RISSUE_ADDMIX - IS-M/SD: Edit Media Issue Mix RISSUE_ADDMIX - IS-M/SD: Edit Media Issue Mix