50000_CHECK_BSTATF01 is a standard ABAP INCLUDE 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 50000_CHECK_BSTATF01 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!
RH_PM_READ_INFTY CALL FUNCTION 'RH_PM_READ_INFTY' EXPORTING ACT_PLVAR = p_p1500-plvar ACT_OTYPE = p_p1500-otype ACT_OBJID = p_p1500-objid ACT_BEGDA = p_p1500-begda ACT_ENDDA = p_p1500-endda ACT_ISTAT = p_p1500-istat ACT_INFTY = '1001' ACT_SUBTY = 'A003' AUTHORITY = space TABLES INNNN = parent_tab EXCEPTIONS NO_ACTIVE_PLVAR = 1 OBJECT_NOT_FOUND = 2 NOTHING_FOUND = 3 OTHERS = 4.
RH_PM_READ_INFTY CALL FUNCTION 'RH_PM_READ_INFTY' EXPORTING ACT_PLVAR = parent_tab-plvar ACT_OTYPE = parent_tab-sclas ACT_OBJID = convert_objid ACT_BEGDA = parent_tab-begda ACT_ENDDA = parent_tab-endda ACT_ISTAT = parent_tab-istat ACT_INFTY = '1500' AUTHORITY = space TABLES INNNN = parent_p1500_tab EXCEPTIONS NO_ACTIVE_PLVAR = 1 OBJECT_NOT_FOUND = 2 NOTHING_FOUND = 3 OTHERS = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.