SAP Reports / Programs

DMC_RUN_INFO_INIT_FLAGS SAP ABAP Report - MWB: Initialization of Flags DMC_RUN_INFO







DMC_RUN_INFO_INIT_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 the runtime information for one or more access plans...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_RUN_INFO_INIT_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_RUN_INFO_INIT_FLAGS. "Basic submit
SUBMIT DMC_RUN_INFO_INIT_FLAGS AND RETURN. "Return to original report after report execution complete
SUBMIT DMC_RUN_INFO_INIT_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_COBJ = D Conversion Object
Selection Text: P_SPROJ = D Subproject
Selection Text: P_RUN_ID = Precalc.ID/Coll.ACP ID/ACP ID
Selection Text: P_PROJ = D Project
Selection Text: P_PREC = Precalculation ID
Selection Text: P_MT_ID = D Mass Transfer ID
Selection Text: P_APPL = D Application
Selection Text: P_ACPLAN = Access Plan ID
Title: MWB: Initialization of Flags DMC_RUN_INFO
Text Symbol: T05 = No mode was selected yet
Text Symbol: T04 = Currently Selected Mode:
Text Symbol: T03 = Processing of ...
Text Symbol: MO3 = Reset runtime information for a mass data processing
Text Symbol: MO2 = Reset runtime information for a set of conversion objects
Text Symbol: INI = Flags are reset...
Text Symbol: F04 = No precalc.ID/collective access pl. ID/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: BT2 = Migration Oject(s)
Text Symbol: BT1 = Mass Transfer
Text Symbol: ALL = Reset all precalculations/ collective access plans/ access plans
Text Symbol: 003 = Continue?
Text Symbol: 002 = Precalc.ID/Coll.Acc.Pl. ID/Acess Plan ID
Text Symbol: 001 = Object selection


INCLUDES used within this REPORT DMC_RUN_INFO_INIT_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:

SELECT_OPTIONS_RESTRICT CALL FUNCTION 'SELECT_OPTIONS_RESTRICT' EXPORTING restriction = l_restrict EXCEPTIONS OTHERS = 0.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING text_question = l_text display_cancel_button = ' ' IMPORTING answer = l_answer.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = l_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_RUN_INFO_INIT_FLAGS or its description.