SAP ABAP Class /IWBEP/CL_SBUI_ON_ALV_ASST (SB: ON ALV grid for Association Sets)
Hierarchy
☛
SAP_GWFND (Software Component) SAP Gateway Foundation
⤷
OPU-BSE-SB (Application Component) Gateway Service Builder
⤷
/IWBEP/SB_ODATA_UI (Package) Gateway Service Builder - UI Plugin
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | /IWBEP/CL_SBUI_OD_ALV | SB: OD ALV grid base class | 20130916 |
Properties
| Class | /IWBEP/CL_SBUI_ON_ALV_ASST | |
| Short Description | SB: ON ALV grid for Association Sets | |
| Super Class | /IWBEP/CL_SBUI_OD_ALV | SB: OD ALV grid base class |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /IWBEP/SB_ODATA_UI | Gateway Service Builder - UI Plugin |
| Created | 20130916 | SAP |
| Last change | 20141120 | |
| 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... | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class /IWBEP/CL_SBUI_ON_ALV_ASST has no interface implemented.
Friends
Class /IWBEP/CL_SBUI_ON_ALV_ASST has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | CHAR30 | 'CELL_STYLE' | 20130916 | |||
| 2 | Constant | Private | Type reference (TYPE) | CHAR30 | 'DM_NODE' | 20130916 | |||
| 3 | Constant | Private | See coding | 20130916 | |||||
| 4 | Constant | Private | Type reference (TYPE) | STRING | 'Notification' | Notification | 20130916 | ||
| 5 | Constant | Private | Type reference (TYPE) | CHAR30 | '/IWBEP/S_SBUI_ON_ALV_ASST' | 20130916 | |||
| 6 | Constant | Private | Type reference (TYPE) | STRING | 'Subscription' | Subscription | 20130916 | ||
| 7 | Instance attribute | Private | Object reference (TYPE REF TO) | /IWBEP/IF_SBDM_NODE | SB - Domain Model - Model | 20130916 | |||
| 8 | Instance attribute | Private | Object reference (TYPE REF TO) | /IWBEP/IF_SBDM_MODEL | SB - Domain Model - Model | 20130916 | |||
| 9 | Instance attribute | Protected | Type reference (TYPE) | TY_T_DATA | 20130916 | ||||
| 10 | Instance attribute | Private | Type reference (TYPE) | TY_T_ARTIF_DTL | 20130916 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Check Association | 20130916 | |
| 2 | Instance method | Private | Method | Check Entity Set | 20130916 | |
| 3 | Instance method | Private | Method | Check Association Set Name | 20130916 | |
| 4 | Instance method | Private | Method | Get association | 20130916 | |
| 5 | Instance method | Private | Method | Get Entity Sets | 20130916 | |
| 6 | Instance method | Private | Method | Get the Entity Sets from the Model Reference | 20130916 | |
| 7 | Instance method | Private | Method | Get the Entity Set reference | 20130916 | |
| 8 | Instance method | Private | Method | stores entity set names for later reference | 20130916 |
Events
Class /IWBEP/CL_SBUI_ON_ALV_ASST has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_ARTIF_DTL | Protected | See coding | 20130916 | BEGIN OF ty_s_artif_dtl,
uuid TYPE /iwbep/sbdm_node_uuid,
name TYPE /iwbep/sbdm_node_name,
END OF ty_s_artif_dtl
|
||
| 2 | TY_S_DATA | Protected | See coding | 20130916 | BEGIN OF ty_s_data .
INCLUDE TYPE /iwbep/s_sbui_on_alv_asst AS data .
TYPES: cell_style TYPE lvc_t_styl ,
cell_color TYPE lvc_t_scol ,
dm_node TYPE REF TO /iwbep/if_sbod_association_set ,
END OF ty_s_data
|
||
| 3 | TY_T_ARTIF_DTL | Protected | See coding | 20130916 | ty_t_artif_dtl TYPE STANDARD TABLE OF ty_s_artif_dtl WITH KEY uuid
|
||
| 4 | TY_T_DATA | Protected | See coding | 20130916 | ty_t_data TYPE STANDARD TABLE OF ty_s_data WITH DEFAULT KEY
|
Method Signatures
Method CHECK_ASSOCIATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_REQUEST | Call by reference | Object reference (TYPE REF TO) | CL_ALV_CHANGED_DATA_PROTOCOL | Message Log for Data Entry | 20130916 | |||
| 2 | IS_GOOD | Call by reference | Type reference (TYPE) | LVC_S_MODI | ALV control: Modified cells for application | 20130916 | |||
| 3 | RV_INVALID | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20130916 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20130916 |
Method CHECK_ENTITY_SET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_REQUEST | Call by reference | Object reference (TYPE REF TO) | CL_ALV_CHANGED_DATA_PROTOCOL | Message Log for Data Entry | 20130916 | |||
| 2 | IS_GOOD | Call by reference | Type reference (TYPE) | LVC_S_MODI | ALV control: Modified cells for application | 20130916 | |||
| 3 | RV_INVALID | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20130916 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20130916 |
Method CHECK_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_REQUEST | Call by reference | Object reference (TYPE REF TO) | CL_ALV_CHANGED_DATA_PROTOCOL | 20130916 | ||||
| 2 | IS_GOOD | Call by reference | Type reference (TYPE) | LVC_S_MODI | 20130916 | ||||
| 3 | RV_INVALID | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20130916 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20130916 |
Method GET_ASSOC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NAME | Call by reference | Type reference (TYPE) | /IWBEP/SBDM_NODE_NAME | SB: DM node name | 20130916 | |||
| 2 | RO_ASSOCIATION | Value transfer | Object reference (TYPE REF TO) | /IWBEP/IF_SBOD_ASSOCIATION | SB - OData - Association | 20130916 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20130916 |
Method GET_ENTITY_SET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NAME | Call by reference | Type reference (TYPE) | /IWBEP/SBDM_NODE_NAME | SB: DM node name | 20130916 | |||
| 2 | RO_ENTITY_SET | Value transfer | Object reference (TYPE REF TO) | /IWBEP/IF_SBOD_ENTITY_SET | SB - OData - Entity Set | 20130916 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20130916 |
Method GET_ENTITY_SET_FROM_MODEL_REF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_MODEL_REF | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_SBOD_MODEL_REFERENCE | SB - OData - Model Reference | 20130916 | |||
| 2 | IV_ENTITY_TYPE | Call by reference | Type reference (TYPE) | /IWBEP/SBDM_NODE_NAME | Service Builder: Node Name | 20130916 | |||
| 3 | RT_ENTITY_SETS | Value transfer | Type reference (TYPE) | /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_T_MED_EXT_NAMES | 20130916 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20130916 |
Method GET_ENTITY_SET_REF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NAME | Call by reference | Type reference (TYPE) | /IWBEP/SBDM_NODE_NAME | Service Builder: Domain Model Node Name | 20130916 | |||
| 2 | RO_ENTITY_SET | Value transfer | Object reference (TYPE REF TO) | /IWBEP/IF_SBOD_ENTITY_SET | SB - OData - Entity Type | 20130916 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20130916 |
Method STORE_ENTITY_SET_NAMES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_MODEL | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_SBDM_NODE | SB - Domain Model - Node | 20130916 | |||
| 2 | RT_ENTITY_SET_DETAILS | Value transfer | Type reference (TYPE) | TY_T_ARTIF_DTL | 20130916 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130916 |
History
| Last changed by/on | SAP | 20141120 |
| SAP Release Created in | 200 |