F124_SET_GLOBAL_FLAGSF01 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 F124_SET_GLOBAL_FLAGSF01 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!
APAR_EBPP_CHECK_ACTIVE CALL FUNCTION 'APAR_EBPP_CHECK_ACTIVE' IMPORTING e_active = gd_ebpp_active.
GET_R3_EXTENSION_SWITCH CALL FUNCTION 'GET_R3_EXTENSION_SWITCH' "861169 EXPORTING i_structure_package = 'EA-PS' "861169 IMPORTING e_active = gb_eaps_active "861169 EXCEPTIONS not_existing = 1 "926772 object_not_existing = 2 "926772 no_extension_object = 3. "926772
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.