SAP ABAP Class CL_FDT_ENVIRONMENT (FDT: Environment Information)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-BR (Application Component) BRFplus - ABAP-Based Business Rules
⤷
SFDT_CORE (Package) BRFplus: Core
⤷
⤷
Properties
| Class | CL_FDT_ENVIRONMENT | |
| Short Description | FDT: Environment Information | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SFDT_CORE | BRFplus: Core |
| Created | 20070703 | SAP |
| Last change | 20140121 | 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 interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 3 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 4 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_FDT_ENVIRONMENT has no interface implemented.
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_FDT_GTC_DEPLOYMENT | 20100129 | BRFplus unit tests for deployment | |
| 2 | CL_FDT_PERSISTENCE | 20070731 | FDT: Persistence |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | TREX_STATUS | 0 | 20100416 | |||
| 2 | Static Attribute | Private | Type reference (TYPE) | TH_BUFFER_DEV_PACKAGE | 20070706 | ||||
| 3 | Static Attribute | Private | Type reference (TYPE) | TS_NAMESPACES | CheckMan: List of Name Spaces | 20070925 | |||
| 4 | Static Attribute | Private | Type reference (TYPE) | T_CLIENT | Clients to be considered for cross client operations | 20110421 | |||
| 5 | Static Attribute | Public | Type reference (TYPE) | CHAR1 | Only warnings for new obsolete usages (SPACE, Y, N) | 20090609 | |||
| 6 | Static Attribute | Private | Type reference (TYPE) | ABAP_BOOL | SP Switch Check | 20070703 | |||
| 7 | Static Attribute | Public | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Flag for AP Switch | 20070703 | ||
| 8 | Static Attribute | Private | Type reference (TYPE) | SAPRELEASE | Current Basis Relase | 20090114 | |||
| 9 | Static Attribute | Public | Type reference (TYPE) | ABAP_BOOL | Are we in a BRS scenario? (temp flag) | 20111205 | |||
| 10 | Static Attribute | Public | Type reference (TYPE) | ABAP_BOOL | Flag for the checkman checks | 20080428 | |||
| 11 | Static Attribute | Private | Type reference (TYPE) | CCCORACTIV | Client depending settings | 20070703 | |||
| 12 | Static Attribute | Private | Type reference (TYPE) | CCNOCLIIND | Client independing settings | 20070703 | |||
| 13 | Static Attribute | Private | Type reference (TYPE) | ABAP_BOOL | System is a customer system | 20070703 | |||
| 14 | Static Attribute | Public | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20091022 | |||
| 15 | Static Attribute | Private | Type reference (TYPE) | ABAP_BOOL | system settings loaded | 20130806 | |||
| 16 | Static Attribute | Private | Type reference (TYPE) | SYSYSID | SAP/CUS (CUS=customer system) | 20070703 | |||
| 17 | Static Attribute | Public | Type reference (TYPE) | SYMANDT | Client ID of Current User | 20091023 | |||
| 18 | Static Attribute | Public | Type reference (TYPE) | TREX_STATUS | 1 | 20100416 | |||
| 19 | Static Attribute | Public | Type reference (TYPE) | ABAP_BOOL | See Comment in CL_FDT_GTC_QUERY=>SETUP | 20080520 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Returns if AP is on (installed and running) | 20070703 | |
| 2 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20070703 | |
| 3 | Static method | Public | Method | Returns the basis release | 20130806 | |
| 4 | Static method | Public | Method | Returns all clients for cross client operations | 20110421 | |
| 5 | Static method | Public | Method | Return client dependent setting | 20130806 | |
| 6 | Static method | Public | Method | Return client independent setting | 20130806 | |
| 7 | Static method | Public | Method | Returns if system is a customer system | 20130806 | |
| 8 | Static method | Public | Method | returns system type | 20130806 | |
| 9 | Static method | Public | Method | Returns if the system is in zero down time mode | 20130806 | |
| 10 | Static method | Public | Method | Checks name, whether it is belongs to a changable Namespace | 20070925 | |
| 11 | Static method | Public | Method | Returns true, if obsolete flag is allowed | 20100825 | |
| 12 | Static method | Public | Method | Returns, if a package of an object is changeable | 20070706 | |
| 13 | Static method | Public | Method | Returns, if a package is a local one | 20071128 | |
| 14 | Static method | Public | Method | Returns, if object (->appl.) requires an assigned package | 20070706 | |
| 15 | Static method | Public | Method | Loads system settings | 20130806 | |
| 16 | Static method | Public | Method | Change setting if running in AP system | 20100129 | |
| 17 | Static method | Public | Method | Set customer system flag | 20100129 | |
| 18 | Static method | Public | Method | Set the system type | 20130806 | |
| 19 | Static method | Public | Method | Set if running in unit test mode | 20100129 |
Events
Class CL_FDT_ENVIRONMENT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_BUFFER_DEV_PACKAGE | Private | See coding | 20070706 | BEGIN OF s_buffer_dev_package,
package TYPE devclass,
is_changeable TYPE abap_bool,
END OF s_buffer_dev_package
|
||
| 2 | S_CLIENT | Public | Type reference (TYPE) | T000 | 20110421 | |
|
| 3 | TH_BUFFER_DEV_PACKAGE | Private | See coding | 20070706 | th_buffer_dev_package TYPE HASHED TABLE OF
s_buffer_dev_package WITH UNIQUE KEY package
|
||
| 4 | TREX_STATUS | Public | See coding | 20100416 | trex_status TYPE n LENGTH 1
|
||
| 5 | TS_NAMESPACES | Private | See coding | 20070925 | ts_namespaces TYPE STANDARD TABLE OF namespace
|
||
| 6 | T_CLIENT | Public | See coding | 20110421 | t_client TYPE STANDARD TABLE OF s_client WITH DEFAULT KEY
|
Method Signatures
Method AP_IS_ON Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_AP_IS_ON | Value transfer | Type reference (TYPE) | ABAP_BOOL | 'X' = AP is on | 20070703 |
Method AP_IS_ON on class CL_FDT_ENVIRONMENT has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_FDT_ENVIRONMENT has no parameter.
Method CLASS_CONSTRUCTOR on class CL_FDT_ENVIRONMENT has no exception.
Method GET_BASIS_RELEASE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_BASIS_RELEASE | Value transfer | Type reference (TYPE) | SAPRELEASE | Basis release | 20130806 |
Method GET_BASIS_RELEASE on class CL_FDT_ENVIRONMENT has no exception.
Method GET_CLIENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_CLIENT | Value transfer | Type reference (TYPE) | T_CLIENT | 20110421 |
Method GET_CLIENTS on class CL_FDT_ENVIRONMENT has no exception.
Method GET_CLIENT_DEP_SET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_CLIENT_DEP_SETTINGS | Value transfer | Type reference (TYPE) | CCCORACTIV | Client depending setting | 20130806 |
Method GET_CLIENT_DEP_SET on class CL_FDT_ENVIRONMENT has no exception.
Method GET_CLIENT_INDEP_SET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_CLIENT_INDEP_SETTINGS | Value transfer | Type reference (TYPE) | CCNOCLIIND | Client independing settings | 20130806 |
Method GET_CLIENT_INDEP_SET on class CL_FDT_ENVIRONMENT has no exception.
Method GET_CUSTOMER_SYSTEM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_IS_CUSTOMER_SYSTEM | Value transfer | Type reference (TYPE) | ABAP_BOOL | System is a customer system | 20130806 |
Method GET_CUSTOMER_SYSTEM on class CL_FDT_ENVIRONMENT has no exception.
Method GET_SYSTEM_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_SYSTEM_TYPE | Value transfer | Type reference (TYPE) | SYSYSID | System type | 20130806 |
Method GET_SYSTEM_TYPE on class CL_FDT_ENVIRONMENT has no exception.
Method GET_ZDM_RUNNING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_ZDM_RUNNING | Value transfer | Type reference (TYPE) | ABAP_BOOL | Is the system in ZDT mode? | 20130806 |
Method GET_ZDM_RUNNING on class CL_FDT_ENVIRONMENT has no exception.
Method IS_NAMESPACE_CHANGEABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_IS_CHANGABLE | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20070925 | ||||
| 2 | IV_NAME | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>NAME | Beschreibung | 20070925 |
Method IS_NAMESPACE_CHANGEABLE on class CL_FDT_ENVIRONMENT has no exception.
Method IS_OBSOLETE_ALLOWED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_OBSOLETE_ALLOWED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20100825 |
Method IS_OBSOLETE_ALLOWED on class CL_FDT_ENVIRONMENT has no exception.
Method IS_PACKAGE_CHANGEABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DEVELOPMENT_PACKAGE | Call by reference | Type reference (TYPE) | IF_FDT_APPLICATION=>DEVELOPMENT_PACKAGE | Development Package | 20070706 | |||
| 2 | IV_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | ID | 20070706 | |||
| 3 | RV_IS_CHANGEABLE | Value transfer | Type reference (TYPE) | BOOLE_D | True: Is Maintainable | 20070706 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Invalid Input | 20070706 |
Method IS_PACKAGE_LOCAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DEVELOPMENT_PACKAGE | Call by reference | Type reference (TYPE) | IF_FDT_APPLICATION=>DEVELOPMENT_PACKAGE | Development Package | 20071128 | |||
| 2 | RV_IS_LOCAL | Value transfer | Type reference (TYPE) | ABAP_BOOL | True: is local | 20071128 |
Method IS_PACKAGE_LOCAL on class CL_FDT_ENVIRONMENT has no exception.
Method IS_PACKAGE_REQUIRED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | ID | 20070706 | |||
| 2 | RV_IS_REQUIRED | Value transfer | Type reference (TYPE) | BOOLE_D | True: Package Is Required | 20070706 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Invalid Input | 20070706 |
Method LOAD_SYSTEM_SETTINGS Signature
Method LOAD_SYSTEM_SETTINGS on class CL_FDT_ENVIRONMENT has no parameter.
Method LOAD_SYSTEM_SETTINGS on class CL_FDT_ENVIRONMENT has no exception.
Method SET_AP_IS_ON Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_AP_IS_ON | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20100129 |
Method SET_AP_IS_ON on class CL_FDT_ENVIRONMENT has no exception.
Method SET_CUSTOMER_SYSTEM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CUSTOMER_SYSTEM | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20100129 |
Method SET_CUSTOMER_SYSTEM on class CL_FDT_ENVIRONMENT has no exception.
Method SET_SYSTEM_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_SYSTEM_TYPE | Call by reference | Type reference (TYPE) | SYSYSID | System type | 20130806 |
Method SET_SYSTEM_TYPE on class CL_FDT_ENVIRONMENT has no exception.
Method SET_UNIT_TEST_MODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_UNIT_TEST_MODE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20100129 |
Method SET_UNIT_TEST_MODE on class CL_FDT_ENVIRONMENT has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 710 |