SAP Reports / Programs | Cross-Application Components | European Monetary Union: Euro(CA-EUR) SAP CA

DMC_ACPLAN_INIT_FLAGS SAP ABAP Report - MWB: Initialization of Flags in Table DMC_ACS_PLAN_HDR







DMC_ACPLAN_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 status flags at precalculation or access plan level...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_ACPLAN_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_ACPLAN_INIT_FLAGS. "Basic submit
SUBMIT DMC_ACPLAN_INIT_FLAGS AND RETURN. "Return to original report after report execution complete
SUBMIT DMC_ACPLAN_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_TABLE = Table Name(s) (Optional)
Selection Text: S_COBJ = D Conversion Object
Selection Text: P_SPROJ = D Subproject
Selection Text: P_RUN_ID = Identifiers
Selection Text: P_PROJ = D Project
Selection Text: P_PREC = Precalculation ID
Selection Text: P_PRCSS = Reset IN_PROCESS
Selection Text: P_MT_TAB = Reset MT flags
Selection Text: P_MT_ID = D Mass Transfer ID
Selection Text: P_LOAD = Reset LOADED flag
Selection Text: P_FAILED = only objects in status "failed
Selection Text: P_FAIL = Reset FAILED Flag
Selection Text: P_CAP = Collective Access Plan
Selection Text: P_APPL = D Application
Selection Text: P_ACPLAN = Access Plan
Title: MWB: Initialization of Flags in Table DMC_ACS_PLAN_HDR
Text Symbol: W02 = See progam documentation
Text Symbol: W01 = @AH@ Flags that do not result from the load are reset as well
Text Symbol: T04 = Indicator
Text Symbol: T03 = Access Plan ID/ Precalculation ID
Text Symbol: T02 = Object selection
Text Symbol: T01 = Processing of ...
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 access plan ID or precalculation ID was specified
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 access plans/ precalculations
Text Symbol: 001 = Continue?


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

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_ACPLAN_INIT_FLAGS or its description.