SAP ABAP Class CL_AXT_RA_COMMON_DEF (Common data for Rapid apps)
Hierarchy
☛
WEBCUIF (Software Component) SAP Web UI Framework
⤷
CA-WUI-RA (Application Component) Rapid Applications
⤷
AXT_RA (Package) Rapid Apps
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_AXT_RA_COMMON_ACCESS | Common Methods for Rapid Applications | 20090701 |
Properties
| Class | CL_AXT_RA_COMMON_DEF | |
| Short Description | Common data for Rapid apps | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | AXT_RA | Rapid Apps |
| Created | 20090701 | SAP |
| Last change | 20130531 | 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_AXT_RA_COMMON_ACCESS | Common Methods for Rapid Applications | 20090701 |
Friends
Class CL_AXT_RA_COMMON_DEF has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | AXT_GUID | '801CC41742B81DEE99DACB462B7749E0' | Nav. bar customizing | 20090703 | ||
| 2 | Constant | Public | Type reference (TYPE) | AXT_PARAMETER | 'EXISTING_UI_OBJECT' | Parameter | 20100208 | ||
| 3 | Constant | Public | Type reference (TYPE) | AXT_PARAMETER | 'LOG_LINK_CREATE' | Parameter | 20090703 | ||
| 4 | Constant | Public | Type reference (TYPE) | AXT_PARAMETER | 'LOG_LINK_SEARCH' | Parameter | 20090703 | ||
| 5 | Constant | Public | Type reference (TYPE) | CHAR30 | 'BUS_ROLE' | 20090703 | |||
| 6 | Constant | Public | Type reference (TYPE) | CHAR30 | 'BUS_ROLES' | 20090703 | |||
| 7 | Constant | Public | Type reference (TYPE) | CHAR30 | 'LINK_GROUP' | 20090706 | |||
| 8 | Constant | Public | Type reference (TYPE) | CHAR30 | 'RA_COMMON' | 20090703 | |||
| 9 | Constant | Public | Type reference (TYPE) | CHAR30 | 'WORK_CENTER' | 20090706 | |||
| 10 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_AXT_EXTENSION | Abstract extension handler | 20090701 | |||
| 11 | Instance attribute | Public | Type reference (TYPE) | LTY_T_BUS_ROLE | 20090703 | ||||
| 12 | Instance attribute | Public | Type reference (TYPE) | AXT_T_FIELD_TEXT | 20090703 | ||||
| 13 | Instance attribute | Public | Type reference (TYPE) | AXT_APPLICATION_NAME | OBSOLETE but still required for RA search | 20090703 | |||
| 14 | Instance attribute | Public | Type reference (TYPE) | CRMT_UI_LOGICAL_LINK_ID | 20090703 | ||||
| 15 | Instance attribute | Public | Type reference (TYPE) | CRMT_UI_LOGICAL_LINK_ID | 20090703 | ||||
| 16 | Instance attribute | Public | Type reference (TYPE) | CRMT_UI_TARGET_ID | 20090703 | ||||
| 17 | Instance attribute | Public | Type reference (TYPE) | CRMT_UI_TARGET_ID | 20090703 | ||||
| 18 | Instance attribute | Public | Type reference (TYPE) | CRMT_UI_TARGET_ID | 20090703 | ||||
| 19 | Instance attribute | Public | Type reference (TYPE) | CRMT_UI_TARGET_ID | 20090703 | ||||
| 20 | Instance attribute | Public | Type reference (TYPE) | BSP_DLC_OBJECT_TYPE | UI Object Type | 20091201 | |||
| 21 | Instance attribute | Public | Type reference (TYPE) | AXT_BOOLEAN | Boolean | 20100208 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20090701 | ||
| 2 | Instance method | Public | Method | 20090701 | ||
| 3 | Instance method | Private | Method | 20090701 | ||
| 4 | Instance method | Public | Constructor | CONSTRUCTOR | 20090701 | |
| 5 | Instance method | Public | Method | 20090701 | ||
| 6 | Instance method | Public | Method | 20090701 | ||
| 7 | Instance method | Public | Method | 20090717 | ||
| 8 | Instance method | Public | Method | 20090701 | ||
| 9 | Instance method | Public | Method | 20090701 | ||
| 10 | Instance method | Public | Method | 20090701 | ||
| 11 | Instance method | Public | Method | 20090701 | ||
| 12 | Instance method | Public | Method | 20090701 | ||
| 13 | Instance method | Public | Method | 20090701 | ||
| 14 | Instance method | Public | Method | 20090701 |
Events
Class CL_AXT_RA_COMMON_DEF has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | LTY_ACTION | Public | See coding | 20090706 | BEGIN OF lty_action,
action TYPE crmt_ui_actions,
relevant TYPE axt_nb_br_relevant,
END OF lty_action
|
||
| 2 | LTY_BUS_ROLE | Public | See coding | 20090703 | BEGIN OF lty_bus_role ,
bus_role TYPE crmt_ui_profile,
link_groups TYPE lty_t_link_group,
END OF lty_bus_role
|
||
| 3 | LTY_LINK_GROUP | Public | See coding | 20090703 | BEGIN OF lty_link_group ,
link_group TYPE crmt_ui_group_id, "Link group first for fast access without work center
work_center TYPE crmt_ui_work_center_id,
actions TYPE lty_t_action,
END OF lty_link_group
|
||
| 4 | LTY_T_ACTION | Public | See coding | 20090706 | lty_t_action TYPE SORTED TABLE OF lty_action WITH UNIQUE KEY action
|
||
| 5 | LTY_T_BUS_ROLE | Public | See coding | 20090703 | lty_t_bus_role TYPE SORTED TABLE OF lty_bus_role WITH UNIQUE KEY bus_role
|
||
| 6 | LTY_T_LINK_GROUP | Public | See coding | 20090703 | lty_t_link_group TYPE SORTED TABLE OF lty_link_group WITH UNIQUE KEY link_group work_center
|
Method Signatures
Method BUILD_GENERATION_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CATALOG | Call by reference | Object reference (TYPE REF TO) | CL_AXT_CATALOGUE | Catalogue holding elements to generate | 20090701 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Operation error | 20090701 |
Method CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_AUTO_FETCH_NAMES | Call by reference | Type reference (TYPE) | AXT_BOOLEAN | ABAP_TRUE | Boolean | 20100326 | ||
| 2 | IV_CREATE | Call by reference | Type reference (TYPE) | AXT_BOOLEAN | Boolean | 20090703 | |||
| 3 | IV_SAVED_SEARCH | Call by reference | Type reference (TYPE) | AXT_BOOLEAN | Boolean | 20090703 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Data invalid error | 20090701 |
Method CHECK_LOG_LINK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_LOG_LINK | Call by reference | Type reference (TYPE) | CRMT_UI_LOGICAL_LINK_ID | Logical Link ID | 20090701 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Data invalid error | 20090701 |
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_OWNER | Call by reference | Object reference (TYPE REF TO) | CL_AXT_EXTENSION | Abstract extension handler | 20090701 |
Method CONSTRUCTOR on class CL_AXT_RA_COMMON_DEF has no exception.
Method COPY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_AXT_RA_COMMON_DEF | Common data for Rapid apps | 20090701 |
Method COPY on class CL_AXT_RA_COMMON_DEF has no exception.
Method DESERIALIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_PART | Call by reference | Object reference (TYPE REF TO) | CL_AXT_EXTENSION_PART | XML Like part of an extension | 20090701 |
Method DESERIALIZE on class CL_AXT_RA_COMMON_DEF has no exception.
Method GET_TITLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_TITLE | Value transfer | Type reference (TYPE) | AXT_DESCRIPTION | Description | 20090717 |
Method GET_TITLE on class CL_AXT_RA_COMMON_DEF has no exception.
Method SERIALIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_PART | Value transfer | Object reference (TYPE REF TO) | CL_AXT_EXTENSION_PART | XML Like part of an extension | 20090701 |
Method SERIALIZE on class CL_AXT_RA_COMMON_DEF has no exception.
Method SET_LOG_LINK_CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_ACTIVE | Call by reference | Object reference (TYPE REF TO) | CL_AXT_RA_COMMON_DEF | Common data for Rapid apps | 20090701 | |||
| 2 | IV_LOG_LINK | Call by reference | Type reference (TYPE) | CRMT_UI_LOGICAL_LINK_ID | Logical Link ID | 20090701 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Data invalid error | 20090701 |
Method SET_LOG_LINK_SEARCH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_ACTIVE | Call by reference | Object reference (TYPE REF TO) | CL_AXT_RA_COMMON_DEF | Common data for Rapid apps | 20090701 | |||
| 2 | IV_LOG_LINK | Call by reference | Type reference (TYPE) | CRMT_UI_LOGICAL_LINK_ID | Logical Link ID | 20090701 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Data invalid error | 20090701 |
Method SET_TARGET_ID_CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_ACTIVE | Call by reference | Object reference (TYPE REF TO) | CL_AXT_RA_COMMON_DEF | 20090701 | ||||
| 2 | IV_TARGET_ID | Call by reference | Type reference (TYPE) | CRMT_UI_TARGET_ID | 20090701 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090701 |
Method SET_TARGET_ID_OVERVIEW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_ACTIVE | Call by reference | Object reference (TYPE REF TO) | CL_AXT_RA_COMMON_DEF | 20090701 | ||||
| 2 | IV_TARGET_ID | Call by reference | Type reference (TYPE) | CRMT_UI_TARGET_ID | 20090701 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090701 |
Method SET_TARGET_ID_SEARCH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_ACTIVE | Call by reference | Object reference (TYPE REF TO) | CL_AXT_RA_COMMON_DEF | 20090701 | ||||
| 2 | IV_TARGET_ID | Call by reference | Type reference (TYPE) | CRMT_UI_TARGET_ID | 20090701 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090701 |
Method SET_TARGET_ID_SEARCH_GO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_ACTIVE | Call by reference | Object reference (TYPE REF TO) | CL_AXT_RA_COMMON_DEF | 20090701 | ||||
| 2 | IV_TARGET_ID | Call by reference | Type reference (TYPE) | CRMT_UI_TARGET_ID | 20090701 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090701 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 701 |