DMC_GENERATE_FILE_INTERFACE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter DMC_GENERATE_FILE_INTERFACE 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: APPL = D Application Name
Selection Text: COBJ = D Conversion Object
Selection Text: PROJ = D Project
Selection Text: P_FILE = File path
Selection Text: P_GFLAG1 = Generate: Events
Selection Text: P_GFLAG2 = Generate: ILINKS
Selection Text: P_GFLAG3 = Generate: IMP_FROM_MEM
Selection Text: P_GFLAG4 = Generate: EXP_TO_MEM
Selection Text: P_GFLAG5 = Generate: INIT_LDU
Selection Text: RUNID = Run ID
Selection Text: SUBP = D Subproject
Title: Generate Runtime Objects
Text Symbol: 003 = File (Optional)
Text Symbol: FO1 = File Selection
Text Symbol: FU1 = @46@ DDIC Sync
Text Symbol: FU2 = @R4@ XML Schema Sync
Text Symbol: LCL = Migration Objects
Text Symbol: T01 = Obj.Selection
Text Symbol: T02 = Settings for Generation
INCLUDE DMCGUI0ICL1.
No SAP DATABASE tables are accessed within this REPORT code!
DMC_RTO_OL_RFC_SERVER * CALL FUNCTION 'DMC_RTO_OL_RFC_SERVER' * DESTINATION ref_convobj->rcontainer->rfcdest * EXPORTING * im_module_name = 'DUMMY' * im_pool_name = l_function_pool_name * im_mode = 'R' * EXCEPTIONS * OTHERS = 0.
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_GENERATE_FILE_INTERFACE - Generate Runtime Objects DMC_GENERATE_FILE_INTERFACE - Generate Runtime Objects DMC_GENERATE_ACPLAN_DELIMITER - Generate Coding to calculate Static Delimitations for Access Plans DMC_GENERATE_ACPLAN_DELIMITER - Generate Coding to calculate Static Delimitations for Access Plans DMC_FORCE_SYNC_GEN_OF_COBJS - MWB: Force DDIC reconciliation and re-generation for conv. obj. (XPRA) DMC_FORCE_SYNC_GEN_OF_COBJS - MWB: Force DDIC reconciliation and re-generation for conv. obj. (XPRA)