SAP ABAP Data Element DMC_RUNID (MWB: Run ID)
Hierarchy
DMIS (Software Component) DMIS 2011_1
   CA-EUR (Application Component) European Monetary Union: Euro
     CNV_DMCM (Package) Data Mapping and Conversion: Maintenance
Basic Data
Data Element DMC_RUNID
Short Description MWB: Run ID  
Data Type
Category of Dictionary Type     Direct Type Entry
Type of Object Referenced     No Information
Domain / Name of Reference Type      
Data Type NUMC   Character string with only digits 
Length 5    
Decimal Places 0    
Output Length 5    
Value Table      
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID   
Default Component name    
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short 10 Run 
Medium 15 Run ID 
Long 20 Run ID 
Heading 12 Run ID 
Documentation

Definition

The MWB file interface provides read-only access to files with input data and writing access to output files. To use it, you need to specify the data path to the project directory under which a given directory structure is located. This directory structure complies to the following naming convention:

<Data path>/<Project name>/<Subproject name>/<Mig. object name>/

To enable transfer of migration objects with different input and output data, each migration object directory has one or more subdirectories with the runtime ID as file name. The input files must be placed in these directories. The relevant output files are also written to this directory.

Consequently, the directory structure incl. the runtime directory complies to the following naming convention:

<Data path>/<Project name>/<Subproject name>/< Mig. object name>/ <Runtime ID>

To find the relevant input and output files for a given transfer, you need to specify the correct runtime ID.

Use

Dependencies

Example

Directory structure for:

Project:            MWB_PROJECT

Subproject:            MWB_SUBRPOJECT

Conversion objects:        MWB_MOBJ_01, ..., MWB_MOBJ_07

MWB_PROJECT

    + MWB_SUBPROJECT

        + MWB_MOBJ_01

            + 00001

            + 00002

        + MWB_MOBJ_02

            + 00001

            + 00002

        + MWB_MOBJ_03

            + 00001

            + 01000

        + MWB_MOBJ_04

            + 00001

        + MWB_MOBJ_05

            + 00001

        + MWB_MOBJ_06

            + 00001

        + MWB_MOBJ_07

History
Last changed by/on SAP  20141029 
SAP Release Created in 620