SAP ABAP Class CL_EXM_DG_CONFIG_UTILITIES (EPM: Common config utilities for EPM/ESM data generator)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-NWD (Application Component) NetWeaver Demonstration
     S_EPM_DG (Package) EPM: New Data Generator
Properties
Class CL_EXM_DG_CONFIG_UTILITIES  
Short Description EPM: Common config utilities for EPM/ESM data generator    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_EPM_DG   EPM: New Data Generator 
Created 20100628   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CL_EXM_DG_CHANNEL_BASE Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_EXM_DG_CONFIG_UTILITIES has no interface implemented.
Friends
Class CL_EXM_DG_CONFIG_UTILITIES has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_DB_NAME Instance attribute Public Type reference (TYPE) CHAR30 30 Characters 20100715
2 MT_TARGET_LIST Instance attribute Public Type reference (TYPE) CL_EXM_DG_FACTORY=>TT_TARGET_ENTRIES 20100628
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_CHANNEL Static method Private Method Check the channel 20101103
2 DELETE_CHANNEL_PARAM_SETS Static method Public Method Delete all params for channel 20100628
3 DELETE_CHANNEL_PARAM_VARIANT Static method Public Method Delete all params for variant 20100628
4 READ_CHANNEL_PARAM_SET Static method Public Method Read all params for variant 20100628
5 STORE_CHANNEL_PARAM_SET Static method Public Method Save a set of parameters to database 20100628
Events
Class CL_EXM_DG_CONFIG_UTILITIES has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_DG_PARAMS Public See coding 20100628 tt_dg_params type hashed table of ty_dg_param with unique key param_name
2 TY_DG_PARAM Public See coding 20100628 BEGIN OF TY_DG_PARAM, param_name(30) type c, param_value type string, END of ty_dg_param
3 TY_VARIANT_NAME Public See coding 20100628 TY_VARIANT_NAME(20) type c
Method Signatures

Method CHECK_CHANNEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CHANNEL_NAME Call by reference Type reference (TYPE) CL_EXM_DG_CHANNEL_BASE=>TY_CHANNEL_NAME Name of data generation channel 20101103
# Exception Resumable Description Created on
1 CX_EXM_API_EXCEPTION EPM/ESM data generator exceptions 20101103

Method DELETE_CHANNEL_PARAM_SETS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_SUCCESS Call by reference Type reference (TYPE) ABAP_BOOL 20100628
2 Importing IV_CHANNEL_NAME Call by reference Type reference (TYPE) CL_EXM_DG_CHANNEL_BASE=>TY_CHANNEL_NAME 20100628
# Exception Resumable Description Created on
1 CX_EXM_API_EXCEPTION 20100628

Method DELETE_CHANNEL_PARAM_VARIANT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_SUCCESS Call by reference Type reference (TYPE) ABAP_BOOL 20100628
2 Importing IV_CHANNEL_NAME Call by reference Type reference (TYPE) CL_EXM_DG_CHANNEL_BASE=>TY_CHANNEL_NAME 20100628
3 Importing IV_VARIANT_NAME Call by reference Type reference (TYPE) TY_VARIANT_NAME 20100628
# Exception Resumable Description Created on
1 CX_EXM_API_EXCEPTION EPM/ESM data generator exceptions 20100628

Method READ_CHANNEL_PARAM_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DG_PARAM_SET Call by reference Type reference (TYPE) TT_DG_PARAMS 20100628
2 Exporting EV_SUCCESS Call by reference Type reference (TYPE) ABAP_BOOL 20100628
3 Importing IV_CHANNEL_NAME Call by reference Type reference (TYPE) CL_EXM_DG_CHANNEL_BASE=>TY_CHANNEL_NAME 20100628
4 Importing IV_VARIANT_NAME Call by reference Type reference (TYPE) TY_VARIANT_NAME 20100628
# Exception Resumable Description Created on
1 CX_EXM_API_EXCEPTION 20100628

Method STORE_CHANNEL_PARAM_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_SUCCESS Call by reference Type reference (TYPE) ABAP_BOOL 20100628
2 Importing IT_DG_PARAM_SET Call by reference Type reference (TYPE) TT_DG_PARAMS 20100628
3 Importing IV_CHANNEL_NAME Call by reference Type reference (TYPE) CL_EXM_DG_CHANNEL_BASE=>TY_CHANNEL_NAME Name of data generation channel 20100628
4 Importing IV_VARIANT_NAME Call by reference Type reference (TYPE) TY_VARIANT_NAME 20100628
# Exception Resumable Description Created on
1 CX_EXM_API_EXCEPTION EPM/ESM data generator exceptions 20100628
History
Last changed by/on SAP  20130531 
SAP Release Created in 703