LJBRJT38 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 LJBRJT38 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISB_RM_PH_FOR_REP_GET CALL FUNCTION 'ISB_RM_PH_FOR_REP_GET' EXPORTING P_PHID = %_IP_PHID P_SICHT = %_IP_SICHT TABLES IT_JBRPHBAUM_RED = %_OIT_JBRPHBAUM_RED IT_HTEXT_TAB_RED = %_OIT_HTEXT_TAB_RED IT_JBRPHBAUM_CALC = %_OIT_JBRPHBAUM_CALC IT_HTEXT_TAB_CALC = %_OIT_HTEXT_TAB_CALC IT_JBRRMREDFA = %_OIT_JBRRMREDFA IT_JBRPKNOLNW = %_OIT_JBRPKNOLNW IT_JBRBP_PH = %_OIT_JBRBP_PH CHANGING P_PKNOTEN = %_OP_PKNOTEN EXCEPTIONS NO_RMB_FOR_SI = 001 ABNORMAL_PGM_EXEC = 002 NO_TREE_FOR_PKNOTEN = 003 NO_HIERARCHY_FOUND = 004.
ISB_RM_PH_FOR_REP_GET CALL FUNCTION 'ISB_RM_PH_FOR_REP_GET' DESTINATION DESTI EXPORTING P_PHID = %_IP_PHID P_SICHT = %_IP_SICHT TABLES IT_JBRPHBAUM_RED = %_OIT_JBRPHBAUM_RED IT_HTEXT_TAB_RED = %_OIT_HTEXT_TAB_RED IT_JBRPHBAUM_CALC = %_OIT_JBRPHBAUM_CALC IT_HTEXT_TAB_CALC = %_OIT_HTEXT_TAB_CALC IT_JBRRMREDFA = %_OIT_JBRRMREDFA IT_JBRPKNOLNW = %_OIT_JBRPKNOLNW IT_JBRBP_PH = %_OIT_JBRBP_PH CHANGING P_PKNOTEN = %_OP_PKNOTEN EXCEPTIONS NO_RMB_FOR_SI = 001 ABNORMAL_PGM_EXEC = 002 NO_TREE_FOR_PKNOTEN = 003 NO_HIERARCHY_FOUND = 004.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.