SAP ABAP Class IF_FSL_ECH_FACADE_TC (Types and Constants for ECH/FEH Features)
Properties
| Class | IF_FSL_ECH_FACADE_TC | |
| Short Description | Types and Constants for ECH/FEH Features | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20090209 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class IF_FSL_ECH_FACADE_TC has no interface implemented.
Friends
Class IF_FSL_ECH_FACADE_TC has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | FEH_VERSION | 0 | Initial Version, if not Saved Yet | 20110616 | ||
| 2 | Constant | Public | Type reference (TYPE) | T_FACADE_VERSION | '0001' | Facade Version | 20090227 | ||
| 3 | Constant | Public | Type reference (TYPE) | IF_FSL_ECH_FACADE_TC=>T_FEATURE_STATUS | '0' | Feature Deactivated | 20090209 | ||
| 4 | Constant | Public | Type reference (TYPE) | IF_FSL_ECH_FACADE_TC=>T_FEATURE_STATUS | '1' | Feature Activated | 20090209 | ||
| 5 | Constant | Public | Type reference (TYPE) | ECH_DTE_OBJTYPE | 'FS_PAYLOAD' | Object Type | 20090220 | ||
| 6 | Constant | Public | Type reference (TYPE) | ECH_DTE_OBJTYPE | 'FS_PL_RT' | Object Type | 20090419 | ||
| 7 | Constant | Public | Type reference (TYPE) | ECH_DTE_OBJTYPE | 'FS_PL_TL' | Object Type | 20090419 | ||
| 8 | Constant | Public | Type reference (TYPE) | ECH_DTE_OBJCAT | '1' | Object Category Business Object | 20090224 | ||
| 9 | Constant | Public | Type reference (TYPE) | BOOLEAN | '-' | WS Runtime: False | 20090226 | ||
| 10 | Constant | Public | Type reference (TYPE) | BOOLEAN | 'X' | WS Runtime: True | 20090226 |
Methods
Class IF_FSL_ECH_FACADE_TC has no method.
Events
Class IF_FSL_ECH_FACADE_TC has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_FACADE_VERSION | Public | See coding | Facade Version | 20090227 | t_facade_version type n length 4
|
|
| 2 | T_FEATURE_STATUS | Public | See coding | Status of a Feature | 20090209 | t_feature_status type c length 1
|
|
| 3 | T_STR_ECH_FACADE_ADMIN | Public | See coding | Administrative Data of FEH/ECH Facade | 20090209 | begin of t_str_ech_facade_admin,
features type t_str_ech_facade_features,
service_info type t_str_service_info,
ws_id type sysuuid_x,
ech_id type ech_dte_error_object_id,
version type t_str_ech_facade_version,
end of t_str_ech_facade_admin
|
|
| 4 | T_STR_ECH_FACADE_FEATURES | Public | See coding | FEH/ECH Features | 20090209 | begin of t_str_ech_facade_features,
message_reference type t_feature_status,
ws_runtime type t_feature_status,
end of t_str_ech_facade_features
|
|
| 5 | T_STR_ECH_FACADE_VERSION | Public | See coding | Version Details in the Facade | 20090227 | begin of t_str_ech_facade_version,
payload_swc type t_swc,
payload_swcv type t_swcv,
facade_version type t_facade_version,
end of t_str_ech_facade_version
|
|
| 6 | T_STR_FACADE_ECH_DATA | Public | See coding | Wrapped ECH Data of Facade | 20090213 | begin of t_str_facade_ech_data,
admin_data type t_str_ech_facade_admin,
service_payload type string,
end of t_str_facade_ech_data
|
|
| 7 | T_STR_SERVICE_INFO | Public | See coding | Details of Corresponding Service | 20090209 | begin of t_str_service_info,
callback_class type seoclsname,
payload_data_type type seocpdname,
process type ech_dte_process,
component type ech_dte_component,
swc type t_swc,
end of t_str_service_info
|
|
| 8 | T_SWC | Public | Type reference (TYPE) | DLVUNIT | Software Component | 20090227 | |
| 9 | T_SWCV | Public | Type reference (TYPE) | SAPRELEASE | Software Component Version | 20090227 | |
| 10 | T_TAB_ERROR_OBJECT_ID | Public | See coding | List of ECH IDs | 20090306 | t_tab_error_object_id type standard table of ech_dte_error_object_id with default key
|
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in |