RSSH_CREATE_BIG_HIERARCHY 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_CREATE_BIG_HIERARCHY 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.
Selection Text: G_HIENM = D Hierarchy Name
Selection Text: G_IOBJ = D InfoObject
Selection Text: G_LEVNR = Display of Level
Selection Text: G_NODENR = No. of Lower-Level Nodes
Title: Generate Simple Large Hierarchies
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RSNDI_SHIE_STRUCTURE_UPDATE3 CALL FUNCTION 'RSNDI_SHIE_STRUCTURE_UPDATE3' EXPORTING I_S_HIEHEAD = g_s_hiehead IMPORTING E_SUBRC = g_subrc TABLES I_T_HIEDIRT = g_t_hiedirt I_T_HIERSTRUC = g_t_hierstruc E_T_MESSAGES = g_t_messages.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.