RHEXIST0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Report RHEXIST0 provides an overview of all available objects sorted according to plan version and object type depending on the selection criteria you enter...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 RHEXIST0 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
EHSEXIST0 - Existing objects
RE_RHEXIST0 - Existing Objects
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: OTYPE = Check InObject type
Selection Text: PLVAR = Check InPlan version
Title: Existing Objects
Text Symbol: 001 = Transfer structure records to PC
Text Symbol: 002 = Existence intervals for obj.
Text Symbol: 000 = Existing objects
001 &0..................&3.............&1..................&2..................
002 Object ID Name Status Validity
INCLUDE RHODAT00.
INCLUDE RHRDAT00.
INCLUDE FPH5ATOP.
INCLUDE RHOINI00.
No SAP DATABASE tables are accessed within this REPORT code!
RH_CURRENT_VIEW_LIST CALL FUNCTION 'RH_CURRENT_VIEW_LIST' EXPORTING popup = 'X'.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_buffer_active = 'X' i_callback_top_of_page = 'TOP_OF_PAGE' i_callback_program = g_repid is_layout = gs_layout it_fieldcat = gt_fieldcat[] i_structure_name = 'objec' i_save = g_save is_variant = gs_variant TABLES t_outtab = output_tab EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_list_top_of_page.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RHEXIST0 - Existing Objects RHEXIST0 - Existing Objects RHEWUV36 - Business Event Costs: European Monetary Union Changeover RHEWUV36 - Business Event Costs: European Monetary Union Changeover RHEWUV21CHECK - Checking Business Event Prices After Euro Conversion RHEWUV21CHECK - Checking Business Event Prices After Euro Conversion