SAP ABAP Class CL_VMS_CONFMAP_APPL (Configuration mapping main class)
Hierarchy
ECC-DIMP (Software Component) DIMP
   IS-A-VMS (Application Component) Vehicle Management System
     ISAUTO_VLC (Package) Vehicle Management System (VMS)
Properties
Class CL_VMS_CONFMAP_APPL  
Short Description Configuration mapping main class    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package ISAUTO_VLC   Vehicle Management System (VMS) 
Created 20040304   SAP 
Last change 20050301   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_VMS_CONFMAP_APPL has no forward declaration.
Interfaces
Class CL_VMS_CONFMAP_APPL has no interface implemented.
Friends
Class CL_VMS_CONFMAP_APPL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CC_ADD Instance attribute Private Type reference (TYPE) SY-UCOMM 'ADD' Screens, function code triggered by PAI 20040304
2 CC_BACK Constant Private Type reference (TYPE) SY-UCOMM 'BACK' Screens, function code triggered by PAI 20040304
3 CC_CANCEL Constant Private Type reference (TYPE) SY-UCOMM 'CANCEL' Screens, function code triggered by PAI 20041111
4 CC_EXIT Constant Private Type reference (TYPE) SY-UCOMM 'EXIT' Screens, function code triggered by PAI 20041111
5 CC_READ_DST Constant Private Type reference (TYPE) SY-UCOMM 'READ_DST' Screens, function code triggered by PAI 20040304
6 CC_READ_SRC Constant Private Type reference (TYPE) SY-UCOMM 'READ_SRC' Screens, function code triggered by PAI 20040304
7 CC_SAVE Constant Private Type reference (TYPE) SY-UCOMM 'SAVE' Screens, function code triggered by PAI 20040309
8 CC_SCOPE_CLASS Instance attribute Private Type reference (TYPE) VLC_MAPSCOPE 'C' Configuration mapping scope 20040304
9 CC_SCOPE_GLOBAL Instance attribute Private Type reference (TYPE) VLC_MAPSCOPE 'G' Configuration mapping scope 20040304
10 DST_CONF_CO Instance attribute Private Object reference (TYPE REF TO) CL_VMS_CONFMAP_CONFDATA Configuration data 20040304
11 DST_TREE_CO Instance attribute Private Object reference (TYPE REF TO) CL_VMS_CONF_TREE The tree representing configuration 20040304
12 DST_TREE_CONTAINER_CO Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CUSTOM_CONTAINER Container for Custom Controls in the Screen Area 20040304
13 DYN_CS Instance attribute Private Type reference (TYPE) VLC_CONFMAP_DYN Dynpro structure for configuration mapping 20040304
14 GRID_CONTAINER_CO Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CUSTOM_CONTAINER Container for Custom Controls in the Screen Area 20040304
15 MAP_GRID_CO Instance attribute Private Object reference (TYPE REF TO) CL_VMS_CONF_MAPPING_GRID Grid representing condiguration mapping 20040304
16 SRC_CONF_CO Instance attribute Private Object reference (TYPE REF TO) CL_VMS_CONFMAP_CONFDATA Configuration data 20040304
17 SRC_TREE_CO Instance attribute Private Object reference (TYPE REF TO) CL_VMS_CONF_TREE The tree representing configuration 20040304
18 SRC_TREE_CONTAINER_CO Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CUSTOM_CONTAINER Container for Custom Controls in the Screen Area 20040304
Methods
# Method Level Visibility Method type Description Created on
1 ADD_MAPPINGS Instance method Private Method 20040308
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20040304
3 CREATE_CONTROLS Instance method Public Method Called only once when controls have to be created 20040304
4 FREE Instance method Private Method Free controlls 20040304
5 GET_DYN_STRUCTURE Instance method Public Method 20040304
6 ON_MAPPING_DELETED Instance method Private Event handling method Event handler for event mapping_deleted of mapping grid 20040308
7 RUN Instance method Public Method 20040304
8 SAVE Instance method Private Method 20040309
9 SET_DYN_STRUCTURE Instance method Public Method 20040304
10 UPDATE_SRC_TREE Instance method Private Method 20040309
11 USER_COMMAND Instance method Public Method 20040304
Events
Class CL_VMS_CONFMAP_APPL has no event.
Types
Class CL_VMS_CONFMAP_APPL has no local type.
Method Signatures

Method ADD_MAPPINGS Signature

Method ADD_MAPPINGS on class CL_VMS_CONFMAP_APPL has no parameter.
Method ADD_MAPPINGS on class CL_VMS_CONFMAP_APPL has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DST_MATNR_IV Call by reference Type reference (TYPE) VLC_MATNR Fahrzeugmodell 20040304
2 Importing SRC_MATNR_IV Call by reference Type reference (TYPE) VLC_MATNR Fahrzeugmodell 20040304
# Exception Resumable Description Created on
1 ERROR 20040304

Method CREATE_CONTROLS Signature

Method CREATE_CONTROLS on class CL_VMS_CONFMAP_APPL has no parameter.
Method CREATE_CONTROLS on class CL_VMS_CONFMAP_APPL has no exception.

Method FREE Signature

Method FREE on class CL_VMS_CONFMAP_APPL has no parameter.
Method FREE on class CL_VMS_CONFMAP_APPL has no exception.

Method GET_DYN_STRUCTURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VLC_CONFMAP_DYN_RV Value transfer Type reference (TYPE) VLC_CONFMAP_DYN Dynpro-Struktur für Konfigurationszuordnung 20040304

Method GET_DYN_STRUCTURE on class CL_VMS_CONFMAP_APPL has no exception.

Method ON_MAPPING_DELETED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VLC_CONFMAP_DEL_IT Call by reference Attribute reference (LIKE) 20040308

Method ON_MAPPING_DELETED on class CL_VMS_CONFMAP_APPL has no exception.

Method RUN Signature

Method RUN on class CL_VMS_CONFMAP_APPL has no parameter.
Method RUN on class CL_VMS_CONFMAP_APPL has no exception.

Method SAVE Signature

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

Method SET_DYN_STRUCTURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VLC_CONFMAP_DYN_IV Call by reference Type reference (TYPE) VLC_CONFMAP_DYN Dynpro-Struktur für Konfigurationszuordnung 20040304

Method SET_DYN_STRUCTURE on class CL_VMS_CONFMAP_APPL has no exception.

Method UPDATE_SRC_TREE Signature

Method UPDATE_SRC_TREE on class CL_VMS_CONFMAP_APPL has no parameter.
Method UPDATE_SRC_TREE on class CL_VMS_CONFMAP_APPL has no exception.

Method USER_COMMAND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EXIT_RV Value transfer Type reference (TYPE) XFLAG Neue Eingabewerte 20040304
2 Importing USER_COMMAND_IV Call by reference Type reference (TYPE) SY-UCOMM Bilder, Funktionscode ausgelöst durch PAI 20040304

Method USER_COMMAND on class CL_VMS_CONFMAP_APPL has no exception.
History
Last changed by/on SAP  20050301 
SAP Release Created in 500