SAP ABAP Class CL_FDT_DEPLOYMENT_SERVICES_INT (BRFplus internal deployment services)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-BR (Application Component) BRFplus - ABAP-Based Business Rules
⤷
SFDT_SERVICE (Package) BRFplus: Services
⤷
⤷
Properties
| Class | CL_FDT_DEPLOYMENT_SERVICES_INT | |
| Short Description | BRFplus internal deployment services | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SFDT_SERVICE | BRFplus: Services |
| Created | 20091109 | SAP |
| Last change | 20110908 | 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) | |
| 3 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_FDT_DEPLOYMENT_SERVICES_INT has no interface implemented.
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_FDT_DEPLOYMENT | 20091110 | Deploy BRFplus application | |
| 2 | CL_FDT_GTC_ADMIN_DATA | 20091110 | Abstract test class for testing transactional FDT objects |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | TH_DEPLOYABLE_INFO | 20091110 | ||||
| 2 | Static Attribute | Private | Type reference (TYPE) | MANDT | Client | 20091110 | |||
| 3 | Static Attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20091110 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20091110 | |
| 2 | Static method | Public | Method | Convert deployment status into deployment status attibutes | 20091218 | |
| 3 | Static method | Public | Method | Convert status attributes into single status | 20091218 | |
| 4 | Static method | Public | Method | Retrieve develpment client from DB | 20091110 | |
| 5 | Static method | Public | Method | Return if object belongs to deployable application (T-table) | 20091110 |
Events
Class CL_FDT_DEPLOYMENT_SERVICES_INT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_DEPLOYABLE_INFO | Private | See coding | 20091110 | BEGIN OF s_deployable_info,
application_id TYPE if_fdt_types=>id,
deployable TYPE abap_bool,
END OF s_deployable_info
|
||
| 2 | TH_DEPLOYABLE_INFO | Private | See coding | 20091110 | th_deployable_info TYPE HASHED TABLE OF s_deployable_info WITH UNIQUE KEY application_id
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_FDT_DEPLOYMENT_SERVICES_INT has no parameter.
Method CLASS_CONSTRUCTOR on class CL_FDT_DEPLOYMENT_SERVICES_INT has no exception.
Method CONVERT_STATUS_2_STATUS_ATTR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_STATUS | Call by reference | Type reference (TYPE) | CL_FDT_DEPLOYMENT=>DEPLOYMENT_STATUS | BRFplus deployment status | 20091218 | |||
| 2 | RS_STATUS_ATTR | Value transfer | Type reference (TYPE) | CL_FDT_DEPLOYMENT=>S_DEPLOYMENT_STATUS_ATTR | 20091218 |
Method CONVERT_STATUS_2_STATUS_ATTR on class CL_FDT_DEPLOYMENT_SERVICES_INT has no exception.
Method CONVERT_STATUS_ATTR_2_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_STATUS_ATTR | Call by reference | Type reference (TYPE) | CL_FDT_DEPLOYMENT=>S_DEPLOYMENT_STATUS_ATTR | 20091218 | ||||
| 2 | RV_STATUS | Value transfer | Type reference (TYPE) | CL_FDT_DEPLOYMENT=>DEPLOYMENT_STATUS | BRFplus deployment status | 20091218 |
Method CONVERT_STATUS_ATTR_2_STATUS on class CL_FDT_DEPLOYMENT_SERVICES_INT has no exception.
Method GET_DEVELOPMENT_CLIENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_DEVELOPMENT_CLIENT | Value transfer | Type reference (TYPE) | MANDT | Client | 20091110 |
Method GET_DEVELOPMENT_CLIENT on class CL_FDT_DEPLOYMENT_SERVICES_INT has no exception.
Method IS_DEPLOYABLE_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_OBJECT | Call by reference | Object reference (TYPE REF TO) | IF_FDT_ADMIN_DATA | FDT: Administrative Data | 20091110 | |||
| 2 | RV_DEPLOYABLE | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20091110 |
Method IS_DEPLOYABLE_OBJECT on class CL_FDT_DEPLOYMENT_SERVICES_INT has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 703 |