FBICRC_ACTIVATE_EMERGENCY_F06 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_F06 into the relevant SAP transactions such as SE38 or SE80
SUBMIT FBICRC_ACTIVATE_EMERGENCY_F06. "Basic submit
SUBMIT FBICRC_ACTIVATE_EMERGENCY_F06 AND RETURN. "Return to original report after report execution complete
SUBMIT FBICRC_ACTIVATE_EMERGENCY_F06 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 percentage = 25 text = text-p02.
DD_MASS_ACT CALL FUNCTION 'DD_MASS_ACT' EXPORTING ddmode = 'O' inactive = space frcact = space auth_chk = space version = 'M' delall = 'X' delnoref = 'X' medium = 'D' "internal table device = 'T' "protocol on DB logname = ld_log t_on = space prid = 0 IMPORTING act_rc = ld_act_rc TABLES gentab = lt_gen deltab = lt_del cnvtab = lt_cnv EXCEPTIONS access_failure = 1 no_objects = 2 locked = 3.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 50 text = text-p03.