SAP ABAP Class CL_IC_LTX_WIZ_TECH_ABSTRACT (Technical details for Wizard)
Hierarchy
☛
WEBCUIF (Software Component) SAP Web UI Framework
⤷
CA-GTF-IC-ACC (Application Component) Activity Clipboard
⤷
CRM_IC_APPL_UI_BDC (Package) IC Business Data Context UI
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_CRM_IC_ABOX_WIZ_GENERATION | Generator access for wizard | 20041130 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_CRM_IC_ABOX_WIZ_TECH_DATA | Technical details of action handler | 20041130 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_CRM_UI_LTX_WIZ_TECH_ABSTR | Technical data | 20060515 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_IC_LTX_WIZ_TECH_BOR | Technical data | 20041130 |
| 3 | Inheritance (c INHERITING FROM c_ref) | CL_IC_LTX_WIZ_TECH_URL | Technical data | 20041201 |
Properties
| Class | CL_IC_LTX_WIZ_TECH_ABSTRACT | |
| Short Description | Technical details for Wizard | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | CRM_IC_APPL_UI_BDC | IC Business Data Context UI |
| Created | 20041130 | 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) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_CRM_IC_ABOX_WIZ_GENERATION | Generator access for wizard | 20041130 | ||
| 2 | IF_CRM_IC_ABOX_WIZ_TECH_DATA | Technical details of action handler | 20041130 |
Friends
Class CL_IC_LTX_WIZ_TECH_ABSTRACT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Protected | Type reference (TYPE) | CRMT_IC_LTX_VERSION | '00000' | Launch Transaction - Version of Generation | 20041130 | ||
| 2 | Instance attribute | Protected | Type reference (TYPE) | CRMC_IC_LTX_ID | Launch Transaction Definition | 20041130 | |||
| 3 | Instance attribute | Protected | Type reference (TYPE) | CRMT_GENIL_APPL | Component Set Name for Generic Interaction Layer | 20041214 | |||
| 4 | Instance attribute | Protected | Type reference (TYPE) | ABAP_BOOL | 20041130 | ||||
| 5 | Instance attribute | Protected | Type reference (TYPE) | CRMT_IC_LTX_PROFILE_DESCR | Launch Transaction Profile Description | 20041212 | |||
| 6 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_IC_LTX_GENERATOR | Launch Transaction Handler Generator | 20041130 | |||
| 7 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_IC_LTX_DEFINITION | Launch Transaction Definition | 20041130 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | Implement | 20041130 | |
| 2 | Instance method | Protected | Method | 20041130 | ||
| 3 | Instance method | Protected | Method | 20041130 | ||
| 4 | Instance method | Protected | Method | Returns true if method implementations need generation | 20041130 | |
| 5 | Instance method | Protected | Method | Returns true if complete class needs to be (re-)generated | 20041130 | |
| 6 | Instance method | Protected | Method | Implement | 20041130 | |
| 7 | Instance method | Protected | Method | 20041130 |
Events
Class CL_IC_LTX_WIZ_TECH_ABSTRACT has no event.
Types
Class CL_IC_LTX_WIZ_TECH_ABSTRACT has no local type.
Method Signatures
Method CREATE_GENERATOR_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_LTX_ID | Call by reference | Type reference (TYPE) | CRMC_IC_LTX_ID | 20041130 | ||||
| 2 | RV_RESULT | Value transfer | Object reference (TYPE REF TO) | IF_IC_LTX_GENERATOR | 20041130 |
Method CREATE_GENERATOR_INSTANCE on class CL_IC_LTX_WIZ_TECH_ABSTRACT has no exception.
Method GET_CLASS_VERSION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_RESULT | Value transfer | Type reference (TYPE) | CRMT_IC_LTX_VERSION | Starttransaktion - Version der Generierung | 20041130 |
Method GET_CLASS_VERSION on class CL_IC_LTX_WIZ_TECH_ABSTRACT has no exception.
Method INIT Signature
Method INIT on class CL_IC_LTX_WIZ_TECH_ABSTRACT has no parameter.
Method INIT on class CL_IC_LTX_WIZ_TECH_ABSTRACT has no exception.
Method IS_CODE_ONLY_GENERATION_NEEDED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20041130 |
Method IS_CODE_ONLY_GENERATION_NEEDED on class CL_IC_LTX_WIZ_TECH_ABSTRACT has no exception.
Method IS_COMPLETE_GENERATION_NEEDED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CLASS_VERSION | Call by reference | Type reference (TYPE) | CRMT_IC_LTX_VERSION | Starttransaktion - Version der Generierung | 20041130 | |||
| 2 | RV_RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20041130 |
Method IS_COMPLETE_GENERATION_NEEDED on class CL_IC_LTX_WIZ_TECH_ABSTRACT has no exception.
Method SPECIFIC_SET_DATA_FROM_HANDLER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CLASSNAME | Call by reference | Type reference (TYPE) | SEOCLSNAME | 20041201 | ||||
| 2 | RV_RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20041130 |
Method SPECIFIC_SET_DATA_FROM_HANDLER on class CL_IC_LTX_WIZ_TECH_ABSTRACT has no exception.
Method UPDATE_DATA_FLOW_VERSION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CLASS_VERSION | Call by reference | Type reference (TYPE) | CRMT_IC_LTX_VERSION | Starttransaktion - Version der Generierung | 20041130 |
Method UPDATE_DATA_FLOW_VERSION on class CL_IC_LTX_WIZ_TECH_ABSTRACT has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 500 |