SAP Reports / Programs

RSSH_COMPARE_2HIER SAP ABAP Report - Program RSSH_COMPARE_2HIER







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


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


Text pool values


Title: Program RSSH_COMPARE_2HIER


INCLUDES used within this REPORT RSSH_COMPARE_2HIER

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:

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.



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