FBICRC_ACTIVATE_EMERGENCY_F01 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Check out the submitted Comments related to this SAP report or see any standard documentation available. Also check out the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. If you would like to execute this report or see the full code listing simply enter FBICRC_ACTIVATE_EMERGENCY_F01 into the relevant SAP transactions such as SE38 or SE80
SUBMIT FBICRC_ACTIVATE_EMERGENCY_F01. "Basic submit
SUBMIT FBICRC_ACTIVATE_EMERGENCY_F01 AND RETURN. "Return to original report after report execution complete
SUBMIT FBICRC_ACTIVATE_EMERGENCY_F01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
See more syntax options for the ABAP SUBMIT statement
No INCLUDES are used within this REPORT code!
NO SAP DATABASE TABLES are accessed within this REPORT code!
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = text-p01.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 100 text = text-p04.
BAL_DSP_PROFILE_NO_TREE_GET CALL FUNCTION 'BAL_DSP_PROFILE_NO_TREE_GET' IMPORTING e_s_display_profile = ls_profile.
BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = ls_profile i_t_log_handle = lt_log_handle.