SAP Reports / Programs

DMC_INIT_LOADED_FLAGS SAP ABAP Report - MWB: Initializ. of All 'Loaded' Flags (MT_TABLES, ACPLAN, RUN INFO)







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT DMC_INIT_LOADED_FLAGS. "Basic submit
SUBMIT DMC_INIT_LOADED_FLAGS AND RETURN. "Return to original report after report execution complete
SUBMIT DMC_INIT_LOADED_FLAGS VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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?


INCLUDES used within this REPORT DMC_INIT_LOADED_FLAGS

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name DMC_INIT_LOADED_FLAGS or its description.