SAP ABAP Class CL_WDK_CONTROLLER_FACTORY (Factory for generic controller)
Hierarchy
☛
SAP_ABA (Software Component) Cross-Application Component
⤷
BC-MUS (Application Component) Musing Tools
⤷
WDK_CONTROLLER (Package) Kayak Controller
⤷
⤷
Properties
| Class | CL_WDK_CONTROLLER_FACTORY | |
| Short Description | Factory for generic controller | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | WDK_CONTROLLER | Kayak Controller |
| Created | 20060307 | SAP |
| Last change | 20060912 | 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) |
Interfaces
Class CL_WDK_CONTROLLER_FACTORY has no interface implemented.
Friends
Class CL_WDK_CONTROLLER_FACTORY has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Public | Type reference (TYPE) | ABAP_BOOL | BDC logger active | 20070322 | |||
| 2 | Static Attribute | Public | Type reference (TYPE) | ABAP_BOOL | Dynpro queue logger active | 20070322 | |||
| 3 | Static Attribute | Public | Type reference (TYPE) | ABAP_BOOL | Field-wise consistency check | 20070322 | |||
| 4 | Static Attribute | Public | Type reference (TYPE) | CHAR1 | New BDC controller active | 20070322 | |||
| 5 | Static Attribute | Public | See coding | 20070323 | |||||
| 6 | Static Attribute | Public | See coding | 20070323 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20070322 | |
| 2 | Static method | Public | Method | instantiates backend controller | 20060307 | |
| 3 | Static method | Public | Method | instantiates enqueue controller | 20060403 | |
| 4 | Static method | Public | Method | instantiates floorplan controller | 20060307 | |
| 5 | Static method | Private | Method | Get SAPCORE info (kernel patch) | 20070323 |
Events
Class CL_WDK_CONTROLLER_FACTORY has no event.
Types
Class CL_WDK_CONTROLLER_FACTORY has no local type.
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_WDK_CONTROLLER_FACTORY has no parameter.
Method CLASS_CONSTRUCTOR on class CL_WDK_CONTROLLER_FACTORY has no exception.
Method CREATE_BE_CONTROLLER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_WDAPP | Call by reference | Type reference (TYPE) | WDK_APPLICATION | Web Dynpro: Name of Application | 20060307 | |||
| 2 | RESULT | Value transfer | Object reference (TYPE REF TO) | IF_WDK_BE_CONTROLLER | Backend Controller | 20060307 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20060308 |
Method CREATE_ENQ_CONTROLLER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_BE_CONTROLLER | Call by reference | Object reference (TYPE REF TO) | IF_WDK_BE_CONTROLLER | Backend controller interface | 20060403 | |||
| 2 | RESULT | Value transfer | Object reference (TYPE REF TO) | IF_WDK_ENQ_CONTROLLER | Enqueue controller interface | 20060403 |
Method CREATE_ENQ_CONTROLLER on class CL_WDK_CONTROLLER_FACTORY has no exception.
Method CREATE_FP_CONTROLLER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_WDAPP | Call by reference | Type reference (TYPE) | WDK_APPLICATION | Application | 20060307 | |||
| 2 | RESULT | Value transfer | Object reference (TYPE REF TO) | IF_WDK_FP_CONTROLLER | Floorplan controller | 20060307 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20060308 |
Method GET_CORE_INFO Signature
Method GET_CORE_INFO on class CL_WDK_CONTROLLER_FACTORY has no parameter.
Method GET_CORE_INFO on class CL_WDK_CONTROLLER_FACTORY has no exception.
History
| Last changed by/on | SAP | 20060912 |
| SAP Release Created in | 700 |