DMC_INIT_LOADED_FLAGS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This function is used to reset all required flags after completion of the loading process...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and 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 DMC_INIT_LOADED_FLAGS 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.
Selection Text: S_TABN = Table Name(s) (Optional)
Selection Text: S_COBJ = D Conversion Object
Selection Text: RB_RUNID = Run ID
Selection Text: RB_ALL = All Access Plans/ Precalcul.
Selection Text: P_SPROJ = D Subproject
Selection Text: P_RUN_ID = Access Plans/ Precalculations
Selection Text: P_PROJ = D Project
Selection Text: P_PREC = Precalculation ID
Selection Text: P_MT_ID = D Mass Transfer ID
Selection Text: P_CAP = Collective Access Plan
Selection Text: P_APPL = D Application
Selection Text: P_ACPLAN = Access Plan ID
Selection Text: CB_MTFLG = Mass Transfer
Title: MWB: Initializ. of All 'Loaded' Flags (MT_TABLES, ACPLAN, RUN INFO)
Text Symbol: T03 = Access Plan/ Precalculation
Text Symbol: T02 = Object Selection
Text Symbol: T01 = Processing of ...
Text Symbol: MT1 = Only objects with LOADED indicator = 'X' in table DMC_MT_TABLES
Text Symbol: MO3 = Reset flags in table DMC_ACS_PLAN_HDR for a mass transfer
Text Symbol: MO2 = Reset flags in table DMC_ACS_PLAN_HDR for a set of conversion objects
Text Symbol: INI = Flags are reset...
Text Symbol: F04 = No precalculation/ access plan ID is selected
Text Symbol: F03 = Select one or more migration objects!
Text Symbol: F02 = Select a mass transfer ID
Text Symbol: F01 = Select a mode
Text Symbol: CM1 = Currently Selected Mode:
Text Symbol: BT2 = Migration Oject(s)
Text Symbol: BT1 = Mass Transfer
Text Symbol: ALL = Reset All Precalcalculations/ Access Plans
Text Symbol: 001 = Continue?
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING text_question = g_text display_cancel_button = ' ' IMPORTING answer = g_answer.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = g_text.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
DMC_INIT_LOADED_FLAGS - MWB: Initializ. of All 'Loaded' Flags (MT_TABLES, ACPLAN, RUN INFO) DMC_INIT_LOADED_FLAGS - MWB: Initializ. of All 'Loaded' Flags (MT_TABLES, ACPLAN, RUN INFO) DMC_INCL_X_JEST_JEST_OLD - DMCINCLXJESTJESTOLD DMC_INCL_UPDATE_STATE - Form update_State (activity records) DMC_INCL_OLO_FMOD_SINGLE_OBJ - template for include used for single object processing in function mod DMC_INCL_ACS_X_WBRK_WBRP - specific selection logic for table WBRP