SAP ABAP Class CL_FDT_DSM_DEL_WFL (Class for deployment deletion Approval)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-BR (Application Component) BRFplus - ABAP-Based Business Rules
⤷
SFDT_BRS_DSM (Package) Business Rule Services: Decision Service Manager
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | BI_OBJECT | Business Instance | 20130318 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | BI_PERSISTENT | Persistent Business Instance | 20130318 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_WORKFLOW | Business Workflow | 20130318 |
Properties
| Class | CL_FDT_DSM_DEL_WFL | |
| Short Description | Class for deployment deletion Approval | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SFDT_BRS_DSM | Business Rule Services: Decision Service Manager |
| Created | 20130318 | 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... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | BI_OBJECT | Business Instance | 20130318 | ||
| 2 | BI_PERSISTENT | Persistent Business Instance | 20130318 | ||
| 3 | IF_WORKFLOW | Business Workflow | 20130318 |
Friends
Class CL_FDT_DSM_DEL_WFL has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | IF_FDT_TYPES=>TS_OBJECT_ID | Lean traces to be deleted | 20130318 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | Delete all deployments for service | 20130318 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | RFCDEST | Managed system destination | 20130318 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | GUID_32 | GUID in 'CHAR' Format in Uppercase | 20130318 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | IF_FDT_TYPES=>ID | Service ID | 20130318 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | TIMESTAMP | Delete all deployments before this tmstp | 20130318 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | TIMESTAMP | Delete deployment with exactly this starting point | 20130318 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | SIBFLPOR | nstance Identification in Persistent Object References | 20130319 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20130318 | |
| 2 | Static method | Public | Method | Delete deployments | 20130318 | |
| 3 | Instance method | Protected | Method | Returns the class name | 20130319 | |
| 4 | Instance method | Public | Method | Starts the DSM deletion Workflow | 20130319 |
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | DSM_DEL_WORKFLOW_START | Static Event (1) |
Public (2) |
Start the deletion workflow | 20130319 |
Types
Class CL_FDT_DSM_DEL_WFL has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ITS_TRACE_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TS_OBJECT_ID | Trace IDs to be deleted | 20130318 | |||
| 2 | IV_DELETE_COMPLETE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Delete all deployments for service | 20130318 | ||
| 3 | IV_OBJ_GUID | Call by reference | Type reference (TYPE) | GUID_32 | Workflow GUID | 20130318 | |||
| 4 | IV_RFC_DEST | Call by reference | Type reference (TYPE) | RFCDEST | Managed system destination | 20130318 | |||
| 5 | IV_SERVICE_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Service ID | 20130318 | |||
| 6 | IV_VALID_BEFORE | Call by reference | Type reference (TYPE) | TIMESTAMP | Delete all deployments before this tmstp | 20130318 | |||
| 7 | IV_VALID_FROM | Call by reference | Type reference (TYPE) | TIMESTAMP | Delete deployment with exactly this starting point | 20130318 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Invalid Input | 20130318 |
Method DELETE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGE | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>T_MESSAGE | Messages | 20130318 | |||
| 2 | ITS_TRACE_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TS_OBJECT_ID | Lean traces to be deleted | 20130319 | |||
| 3 | IV_DELETE_COMPLETE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Delete all deployments for service | 20130319 | ||
| 4 | IV_DESTINATION | Call by reference | Type reference (TYPE) | RFCDEST | Managed system destination | 20130319 | |||
| 5 | IV_SERVICE_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Service ID | 20130319 | |||
| 6 | IV_VALID_BEFORE | Call by reference | Type reference (TYPE) | TIMESTAMP | Delete all deployments before this tmstp | 20130319 | |||
| 7 | IV_VALID_FROM | Call by reference | Type reference (TYPE) | TIMESTAMP | Delete deployment with exactly this starting point | 20130319 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Invalid Input | 20130318 | ||
| 2 | FDT: System Failure | 20130318 |
Method GET_CLASS_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_CLASS_NAME | Value transfer | Type reference (TYPE) | ABAP_ABSTYPENAME | Class Name | 20130319 |
Method GET_CLASS_NAME on class CL_FDT_DSM_DEL_WFL has no exception.
Method START_PROCESS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_OBJ_GUID | Call by reference | Type reference (TYPE) | GUID_32 | Workflow_GUID | 20130319 |
Method START_PROCESS on class CL_FDT_DSM_DEL_WFL has no exception.
Event Signatures
Event DSM_DEL_WORKFLOW_START Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ITS_TRACE_ID | Exporting | Value transfer | Type reference (TYPE) | IF_FDT_TYPES=>TS_OBJECT_ID | Object IDs as sorted table | 20130319 | ||
| 2 | IV_DELETE_COMPLETE | Exporting | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20130319 | |||
| 3 | IV_DESTINATION | Exporting | Value transfer | Type reference (TYPE) | RFCDEST | Logical Destination (Specified in Function Call) | 20130319 | ||
| 4 | IV_OBJ_GUID | Exporting | Value transfer | Type reference (TYPE) | GUID_32 | GUID in 'CHAR' Format in Uppercase | 20130319 | ||
| 5 | IV_SERVICE_ID | Exporting | Value transfer | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20130319 | ||
| 6 | IV_VALID_BEFORE | Exporting | Value transfer | Type reference (TYPE) | TIMESTAMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | 20130319 | ||
| 7 | IV_VALID_FROM | Exporting | Value transfer | Type reference (TYPE) | TIMESTAMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | 20130319 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |