SAP ABAP Class CL_DMC_FILE_SETTINGS (MWB: File Settings)
Hierarchy
DMIS (Software Component) DMIS 2011_1
   CA-EUR (Application Component) European Monetary Union: Euro
     CNV_DMCM (Package) Data Mapping and Conversion: Maintenance
Properties
Class CL_DMC_FILE_SETTINGS  
Short Description MWB: File Settings    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CNV_DMCM   Data Mapping and Conversion: Maintenance 
Created 20051108   SAP 
Last change 20141030    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_DMC_FILE_SETTINGS has no forward declaration.
Interfaces
Class CL_DMC_FILE_SETTINGS has no interface implemented.
Friends
Class CL_DMC_FILE_SETTINGS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ACT_RUNID Instance attribute Public Type reference (TYPE) DMC_RUNID MWB: Run ID 20051115
2 CO_IO_DIR_IN Constant Public Type reference (TYPE) DMC_IO_DIRECTION 'I' Flow Direction Input/Output 20051108
3 CO_IO_DIR_OUT Constant Public Type reference (TYPE) DMC_IO_DIRECTION 'O' Flow Direction Input/Output 20051108
4 CO_ORG_UNIT_COBJ Constant Public Type reference (TYPE) DMC_OTYPE 3 MWB: Type of Org. Unit (Global, Proj., Subproj., Conv.Obj. ) 20051108
5 CO_ORG_UNIT_PRJCT Constant Public Type reference (TYPE) DMC_OTYPE 1 MWB: Type of Org. Unit (Global, Proj., Subproj., Conv.Obj. ) 20051108
6 CO_ORG_UNIT_SPRJCT Constant Public Type reference (TYPE) DMC_OTYPE 2 MWB: Type of Org. Unit (Global, Proj., Subproj., Conv.Obj. ) 20051108
7 DATA_NOT_SAVED Instance attribute Private Type reference (TYPE) BOOLEAN FALSE Boolean Variable (X=true, -=false, space=unknown) 20051108
8 FALSE Constant Public Type reference (TYPE) BOOLEAN '-' Boolean Variable (X=true, -=false, space=unknown) 20051108
9 LOG_HANDLER_REF Instance attribute Public Object reference (TYPE REF TO) CL_DMC_LOG_HANDLER DMC: MESSAGES Handler 20051111
10 OWNER_REF Instance attribute Private Object reference (TYPE REF TO) IF_DMC_POBJECT Persistent Object 20051108
11 ROOTPATH_INPUT Instance attribute Public Type reference (TYPE) DMC_DATAPATH Data Path 20051108
12 ROOTPATH_OUTPUT Instance attribute Public Type reference (TYPE) DMC_DATAPATH Data Path 20051108
13 TRUE Constant Public Type reference (TYPE) BOOLEAN 'X' Boolean Variable (X=true, -=false, space=unknown) 20051108
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_ROOTPATH Instance method Public Method Checks the root path 20051111
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20051108
3 GET_COBJ_PATH Static method Public Method Returns path down to conversion project 20051115
4 GET_PRJCT_PATH Static method Public Method Returns path down to project 20051115
5 GET_RUNID_PATH Static method Public Method Returns path down to run ID 20051115
6 GET_SPRJCT_PATH Static method Public Method Returns path down to subproject 20051115
7 RELOAD_FROM_DB Instance method Public Method 20060223
8 SAVE Instance method Public Method Save 20051108
9 SET_ACT_RUNID Instance method Public Method Sets current run ID 20051115
10 SET_ROOTPATH_INPUT Instance method Public Method Sets root path for input 20051108
11 SET_ROOTPATH_OUTPUT Instance method Public Method Sets root path for output 20051108
Events
Class CL_DMC_FILE_SETTINGS has no event.
Types
Class CL_DMC_FILE_SETTINGS has no local type.
Method Signatures

Method CHECK_ROOTPATH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ROOTPATH Call by reference Type reference (TYPE) DMC_DATAPATH Datenpfad 20051111
2 Returning R_VALID Value transfer Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20051111

Method CHECK_ROOTPATH on class CL_DMC_FILE_SETTINGS has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IREF_OWNER Call by reference Object reference (TYPE REF TO) IF_DMC_POBJECT persistentes Objekt 20051108

Method CONSTRUCTOR on class CL_DMC_FILE_SETTINGS has no exception.

Method GET_COBJ_PATH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_PATH Call by reference Type reference (TYPE) DMC_DATAPATH Datenpfad 20051115
2 Importing I_COBJ_IDENT Call by reference Type reference (TYPE) DMC_CIDENT Bezeichner f. Konvertierungsobjekte 20051115
3 Importing I_ROOTPATH Call by reference Type reference (TYPE) DMC_DATAPATH Datenpfad 20051115

Method GET_COBJ_PATH on class CL_DMC_FILE_SETTINGS has no exception.

Method GET_PRJCT_PATH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_PATH Call by reference Type reference (TYPE) DMC_DATAPATH Datenpfad 20051115
2 Importing I_PRJCT_IDENT Call by reference Type reference (TYPE) DMC_PIDENT Bezeichner f. Projekte 20051115
3 Importing I_ROOTPATH Call by reference Type reference (TYPE) DMC_DATAPATH Datenpfad 20051115

Method GET_PRJCT_PATH on class CL_DMC_FILE_SETTINGS has no exception.

Method GET_RUNID_PATH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_PATH Value transfer Type reference (TYPE) DMC_DATAPATH Datenpfad 20051115
2 Importing I_COBJ_IDENT Call by reference Type reference (TYPE) DMC_CIDENT Bezeichner f. Konvertierungsobjekte 20051115
3 Importing I_ROOTPATH Call by reference Type reference (TYPE) DMC_DATAPATH Datenpfad 20051115
4 Importing I_RUNID Call by reference Type reference (TYPE) DMC_ID DMC: Schlüssel 20051115

Method GET_RUNID_PATH on class CL_DMC_FILE_SETTINGS has no exception.

Method GET_SPRJCT_PATH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_PATH Call by reference Type reference (TYPE) DMC_DATAPATH Datenpfad 20051115
2 Importing I_ROOTPATH Call by reference Type reference (TYPE) DMC_DATAPATH Datenpfad 20051115
3 Importing I_SPRJCT_IDENT Call by reference Type reference (TYPE) DMC_SIDENT Bezeichner f. Subprojekte 20051115

Method GET_SPRJCT_PATH on class CL_DMC_FILE_SETTINGS has no exception.

Method RELOAD_FROM_DB Signature

Method RELOAD_FROM_DB on class CL_DMC_FILE_SETTINGS has no parameter.
Method RELOAD_FROM_DB on class CL_DMC_FILE_SETTINGS has no exception.

Method SAVE Signature

Method SAVE on class CL_DMC_FILE_SETTINGS has no parameter.
Method SAVE on class CL_DMC_FILE_SETTINGS has no exception.

Method SET_ACT_RUNID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ACT_RUNID Call by reference Type reference (TYPE) DMC_FILE_STG-ACT_RUNID MWB: Lauf Kennung 20051115

Method SET_ACT_RUNID on class CL_DMC_FILE_SETTINGS has no exception.

Method SET_ROOTPATH_INPUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ROOTPATH Call by reference Type reference (TYPE) DMC_DATAPATH Datenpfad 20051108

Method SET_ROOTPATH_INPUT on class CL_DMC_FILE_SETTINGS has no exception.

Method SET_ROOTPATH_OUTPUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ROOTPATH Call by reference Type reference (TYPE) DMC_DATAPATH Datenpfad 20051108

Method SET_ROOTPATH_OUTPUT on class CL_DMC_FILE_SETTINGS has no exception.
History
Last changed by/on SAP  20141030 
SAP Release Created in 620