SAP Reports / Programs | SAP Business Information Warehouse | Warehouse Management(BW-WHM) SAP BW

RSRV_CUSTOMIZE SAP ABAP Report - Maintenance of Tests for Transaction RSRV







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


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 RSRV_CUSTOMIZE. "Basic submit
SUBMIT RSRV_CUSTOMIZE AND RETURN. "Return to original report after report execution complete
SUBMIT RSRV_CUSTOMIZE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT RSRV_CUSTOMIZE

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:

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.



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