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 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | ![]() |
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 | ![]() |
Instance attribute | Public | Type reference (TYPE) | CHAR30 | 30 Characters | 20100715 | ||
2 | ![]() |
Instance attribute | Public | Type reference (TYPE) | CL_EXM_DG_FACTORY=>TT_TARGET_ENTRIES | 20100628 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Private | Method | Check the channel | 20101103 |
2 | ![]() |
Static method | Public | Method | Delete all params for channel | 20100628 |
3 | ![]() |
Static method | Public | Method | Delete all params for variant | 20100628 |
4 | ![]() |
Static method | Public | Method | Read all params for variant | 20100628 |
5 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
EV_SUCCESS | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20100628 | |||
2 | ![]() |
IV_CHANNEL_NAME | Call by reference | Type reference (TYPE) | CL_EXM_DG_CHANNEL_BASE=>TY_CHANNEL_NAME | 20100628 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20100628 |
Method DELETE_CHANNEL_PARAM_VARIANT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_SUCCESS | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20100628 | |||
2 | ![]() |
IV_CHANNEL_NAME | Call by reference | Type reference (TYPE) | CL_EXM_DG_CHANNEL_BASE=>TY_CHANNEL_NAME | 20100628 | |||
3 | ![]() |
IV_VARIANT_NAME | Call by reference | Type reference (TYPE) | TY_VARIANT_NAME | 20100628 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
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 | ![]() |
ET_DG_PARAM_SET | Call by reference | Type reference (TYPE) | TT_DG_PARAMS | 20100628 | |||
2 | ![]() |
EV_SUCCESS | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20100628 | |||
3 | ![]() |
IV_CHANNEL_NAME | Call by reference | Type reference (TYPE) | CL_EXM_DG_CHANNEL_BASE=>TY_CHANNEL_NAME | 20100628 | |||
4 | ![]() |
IV_VARIANT_NAME | Call by reference | Type reference (TYPE) | TY_VARIANT_NAME | 20100628 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20100628 |
Method STORE_CHANNEL_PARAM_SET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_SUCCESS | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20100628 | |||
2 | ![]() |
IT_DG_PARAM_SET | Call by reference | Type reference (TYPE) | TT_DG_PARAMS | 20100628 | |||
3 | ![]() |
IV_CHANNEL_NAME | Call by reference | Type reference (TYPE) | CL_EXM_DG_CHANNEL_BASE=>TY_CHANNEL_NAME | Name of data generation channel | 20100628 | ||
4 | ![]() |
IV_VARIANT_NAME | Call by reference | Type reference (TYPE) | TY_VARIANT_NAME | 20100628 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
EPM/ESM data generator exceptions | 20100628 |
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 703 |