RSRV_CUSTOMIZE 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 RSRV_CUSTOMIZE 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.
Title: Maintenance of Tests for Transaction RSRV
Text Symbol: 001 = Class That Implements Atom and Test Exists
Text Symbol: 002 = Entry Could not be Written
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RSSH_HIERARCHY_GET CALL FUNCTION 'RSSH_HIERARCHY_GET' EXPORTING * I_HIEID = i_objvers = rs_c_objvers-active i_hietype = '1' i_hienm = 'RSRVTESTS_HIERARCHIE' * I_VERSION = i_dateto = rsd_c_tim_max-calday i_iobjnm = c_rsrv_iobjnm IMPORTING e_s_rshiedir = l_s_hierdir * E_S_HIETEXT = * E_T_RSHIEDIRT = EXCEPTIONS hierarchy_not_found = 1 OTHERS = 2.
RSD_HIETAB_GET_FOR_CHA_BAS CALL FUNCTION 'RSD_HIETAB_GET_FOR_CHA_BAS' EXPORTING i_chabasnm = c_rsrv_iobjnm * I_S_VIOBJ = IMPORTING e_hietab = l_hiertabnm EXCEPTIONS name_error = 1 OTHERS = 2.
RSD_TXTTAB_GET_FOR_CHA_BAS CALL FUNCTION 'RSD_TXTTAB_GET_FOR_CHA_BAS' EXPORTING i_chabasnm = '0HIER_NODE' IMPORTING e_txttab = l_txttabhiernode EXCEPTIONS name_error = 1 OTHERS = 2.
RSD_TXTTAB_GET_FOR_CHA_BAS CALL FUNCTION 'RSD_TXTTAB_GET_FOR_CHA_BAS' EXPORTING i_chabasnm = c_rsrv_iobjnm IMPORTING e_txttab = l_txttabrsrv EXCEPTIONS name_error = 1 OTHERS = 2.
TR_OBJECTS_CHECK CALL FUNCTION 'TR_OBJECTS_CHECK' * EXPORTING TABLES wt_ko200 = l_t_trans * wt_e071k = l_t_e071k EXCEPTIONS cancel_edit_other_error = 1 show_only_other_error = 2 OTHERS = 3.
TR_OBJECTS_INSERT CALL FUNCTION 'TR_OBJECTS_INSERT' EXPORTING iv_no_show_option = ' ' TABLES wt_ko200 = l_t_trans wt_e071k = l_t_e071k EXCEPTIONS cancel_edit_other_error = 1 show_only_other_error = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSRV_CUSTOMIZE - Maintenance of Tests for Transaction RSRV RSRV_CUSTOMIZE - Maintenance of Tests for Transaction RSRV RSRV_CUBE_COPY - Report RSRV_CUBE_COPY RSRV_CUBE_COPY - Report RSRV_CUBE_COPY RSRV_CUBE_CONTENTS_FILL - Report RSRV_CUBE_CONTENTS_FILL RSRV_CUBE_CONTENTS_FILL - Report RSRV_CUBE_CONTENTS_FILL