SAP ABAP Class /IWBEP/CL_SBUI_OD_ALV_ASSO (SB: OD ALV grid for Associations)
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 | 20120615 |
Properties
| Class | /IWBEP/CL_SBUI_OD_ALV_ASSO | |
| Short Description | SB: OD ALV grid for Associations | |
| 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 | 20120220 | SAP |
| Last change | 20131127 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 3 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 4 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class /IWBEP/CL_SBUI_OD_ALV_ASSO has no interface implemented.
Friends
Class /IWBEP/CL_SBUI_OD_ALV_ASSO has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | CHAR4 | '01NM' | Not More Closely Defined Area, Possibly Used for Patchlevels | 20120223 | ||
| 2 | Constant | Private | Type reference (TYPE) | CHAR30 | 'CELL_STYLE' | Cell style field for ALV | 20120222 | ||
| 3 | Constant | Private | Type reference (TYPE) | CHAR30 | 'DM_NODE' | Field name where Domain model node obj reference is stored | 20120222 | ||
| 4 | Constant | Private | See coding | 20120222 | |||||
| 5 | Constant | Private | Type reference (TYPE) | STRING | 'Notification' | 20120717 | |||
| 6 | Constant | Private | Type reference (TYPE) | CHAR30 | '/IWBEP/S_SBUI_OD_ALV_ASSO' | Structure for field catalog | 20120222 | ||
| 7 | Constant | Private | Type reference (TYPE) | STRING | 'Subscription' | 20120717 | |||
| 8 | Instance attribute | Private | Object reference (TYPE REF TO) | /IWBEP/IF_SBDM_MODEL | SB - Domain Model - Model | 20120224 | |||
| 9 | Instance attribute | Protected | Type reference (TYPE) | TY_T_DATA | 20120220 | ||||
| 10 | Instance attribute | Private | Type reference (TYPE) | TY_T_ARTIF_DTL | 20120222 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Check Cardinality Code | 20120222 | |
| 2 | Instance method | Private | Method | Check Left end entity of Association | 20120222 | |
| 3 | Instance method | Private | Method | Check Association Name | 20120222 | |
| 4 | Instance method | Private | Method | gives back the entity reference | 20120224 | |
| 5 | Instance method | Private | Method | Get the Entity Types from the Model Reference | 20120608 | |
| 6 | Instance method | Private | Method | stores entity names for later reference | 20120220 |
Events
Class /IWBEP/CL_SBUI_OD_ALV_ASSO has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_ARTIF_DTL | Protected | See coding | 20120222 | 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 | 20120220 | BEGIN OF ty_s_data .
INCLUDE TYPE /iwbep/s_sbui_od_alv_asso AS data .
TYPES:
cell_style TYPE lvc_t_styl ,
cell_color TYPE lvc_t_scol ,
dm_node TYPE REF TO /iwbep/if_sbod_association ,
END OF ty_s_data
|
||
| 3 | TY_S_ENTITY | Protected | See coding | 20120625 | begin of TY_S_ENTITY,
external_name TYPE /iwbep/sbdm_node_name,
end of ty_s_entity
|
||
| 4 | TY_T_ARTIF_DTL | Protected | See coding | 20120222 | ty_t_artif_dtl TYPE STANDARD TABLE OF ty_s_artif_dtl WITH KEY uuid
|
||
| 5 | TY_T_DATA | Protected | See coding | 20120220 | ty_t_data TYPE STANDARD TABLE OF ty_s_data WITH DEFAULT KEY
|
||
| 6 | TY_T_ENTITY | Protected | See coding | 20120625 | ty_t_entity TYPE STANDARD TABLE OF ty_s_entity WITH DEFAULT KEY
|
Method Signatures
Method CHECK_CARDINALITY 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 | 20120222 | |||
| 2 | IS_GOOD | Call by reference | Type reference (TYPE) | LVC_S_MODI | ALV control: Modified cells for application | 20120222 | |||
| 3 | RV_INVALID | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20120222 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20120222 |
Method CHECK_ENTITY 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 | 20120222 | |||
| 2 | IS_GOOD | Call by reference | Type reference (TYPE) | LVC_S_MODI | ALV control: Modified cells for application | 20120222 | |||
| 3 | RV_INVALID | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20120222 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20120222 |
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 | Message Log for Data Entry | 20120222 | |||
| 2 | IS_GOOD | Call by reference | Type reference (TYPE) | LVC_S_MODI | ALV control: Modified cells for application | 20120222 | |||
| 3 | RV_INVALID | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20120222 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20120222 |
Method GET_ENTITY 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 | 20120224 | |||
| 2 | RO_ENTITY_TYPE | Value transfer | Object reference (TYPE REF TO) | /IWBEP/IF_SBOD_ENTITY_TYPE | SB - OData - Entity Type | 20120224 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20120224 |
Method GET_ENTITY_FROM_MODEL_REF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_MODEL_REF | Call by reference | Type reference (TYPE) | /IWBEP/SBDM_NODE_NAME | SB - Domain Model - Node | 20120608 | |||
| 2 | RT_ENTITY_TYPES | Value transfer | Type reference (TYPE) | TY_T_ENTITY | 20120608 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20120608 |
Method STORE_ENTITY_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 | 20120220 | |||
| 2 | RT_ENTITY_DETAILS | Value transfer | Type reference (TYPE) | TY_T_ARTIF_DTL | 20120220 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20120220 |
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in | 200 |