RSSH_COMPARE_2HIER 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 RSSH_COMPARE_2HIER 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: Program RSSH_COMPARE_2HIER
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RSNDI_SHIE_STRUCTURE_GET3 CALL FUNCTION 'RSNDI_SHIE_STRUCTURE_GET3' EXPORTING i_s_hiesel = l_s_hiesel1 IMPORTING e_s_hiedir = l_s_hiedir1 e_subrc = l_subrc TABLES e_t_hiedirt = l_t_hiedirt1 e_t_hierstruc = l_t_hierstruc1 e_t_thiernode = l_t_thiernode1 e_t_hierintvl = l_t_hierintvl1 e_t_level = l_t_level1 e_t_message = l_t_message.
RSNDI_SHIE_STRUCTURE_GET3 CALL FUNCTION 'RSNDI_SHIE_STRUCTURE_GET3' EXPORTING i_s_hiesel = l_s_hiesel2 IMPORTING e_s_hiedir = l_s_hiedir2 e_subrc = l_subrc TABLES e_t_hiedirt = l_t_hiedirt2 e_t_hierstruc = l_t_hierstruc2 e_t_thiernode = l_t_thiernode2 e_t_hierintvl = l_t_hierintvl2 e_t_level = l_t_level2 e_t_message = l_t_message.
BP_SET_APPLICATION_RC call function 'BP_SET_APPLICATION_RC' exporting app_rc = 1 app_rc_descr = i_msg exceptions could_not_set_rc = 1 job_does_not_exist = 2 step_does_not_exist = 3 not_in_batch = 4 wrong_param = 5 others = 6.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.