SAP ABAP Class CL_SIW_MASS_ACTIVATOR_ADAPTER (Calls the specific Mass Activator)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ESI-SIW (Application Component) Service Implementation Workbench
⤷
S_SIW_CORE (Package) Core of Service Implementation Workbench
⤷
⤷
Properties
| Class | CL_SIW_MASS_ACTIVATOR_ADAPTER | |
| Short Description | Calls the specific Mass Activator | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | S_SIW_CORE | Core of Service Implementation Workbench |
| Created | 20100517 | SAP |
| Last change | 20140121 | 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 CL_SIW_MASS_ACTIVATOR_ADAPTER has no interface implemented.
Friends
Class CL_SIW_MASS_ACTIVATOR_ADAPTER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_SIW_REPOSITORY_WRITER | Calls the specific Mass Activator | 20100517 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Activates the Activation Group | 20100517 | |
| 2 | Instance method | Private | Method | Checks if the activator allows these Object Types | 20100517 | |
| 3 | Instance method | Private | Method | Returns the instance of the specific Mass Activator | 20100517 | |
| 4 | Static method | Public | Method | Creates an Adapter for the specific mass activator | 20100517 |
Events
Class CL_SIW_MASS_ACTIVATOR_ADAPTER has no event.
Types
Class CL_SIW_MASS_ACTIVATOR_ADAPTER has no local type.
Method Signatures
Method ACTIVATE_GROUP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_ERRORS_OCCURED | Call by reference | Type reference (TYPE) | FLAG | Flag set if at least one object has activation error | 20130116 | |||
| 2 | I_ACTIVATION_GROUP | Call by reference | Type reference (TYPE) | SIW_DTE_ACTIVATION_GROUP | Activation Group Number | 20100517 | |||
| 3 | I_ACTIVATION_INFO | Call by reference | Type reference (TYPE) | IF_SIW_TYPES=>STR_ACTIVATION_INFO | Activation Info, includes Objects to be activated | 20100517 | |||
| 4 | I_LOG | Call by reference | Object reference (TYPE REF TO) | IF_SIW_LOG | Logging Interface of SIW | 20100518 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Execution Error | 20100517 |
Method CAN_ACTIVATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ACTIVATOR | Call by reference | Object reference (TYPE REF TO) | IF_SIW_MASS_ACTIVATOR | Mass Activation Delegator of Resources | 20100517 | |||
| 2 | I_ACTIVATOR_TYPE | Call by reference | Object reference (TYPE REF TO) | CE_SIW_MASS_ACTIVATOR_TYPE | Type of Mass Activator | 20100517 | |||
| 3 | I_OBJECTS | Call by reference | Type reference (TYPE) | SIW_TAB_OBJECT_ID | List of Persisted Objects Generated with SIW | 20100517 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Execution Error | 20100517 |
Method GET_ACTIVATOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ACTIVATOR_TYPE | Call by reference | Object reference (TYPE REF TO) | CE_SIW_MASS_ACTIVATOR_TYPE | Contains the Activation Info | 20100517 | |||
| 2 | R_ACTIVATOR | Value transfer | Object reference (TYPE REF TO) | IF_SIW_MASS_ACTIVATOR | Mass Activation Delegator of Resources | 20100517 |
Method GET_ACTIVATOR on class CL_SIW_MASS_ACTIVATOR_ADAPTER has no exception.
Method S_CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_REPOSITORY_WRITER | Call by reference | Object reference (TYPE REF TO) | IF_SIW_REPOSITORY_WRITER | Access ABAP repository to write | 20100517 | |||
| 2 | R_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_SIW_MASS_ACTIVATOR_ADAPTER | Calls the specific Mass Activator | 20100517 |
Method S_CREATE on class CL_SIW_MASS_ACTIVATOR_ADAPTER has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 703 |