SAP ABAP Class /IWBEP/CL_SBUI_OD_ALV_REFC (SB: OD ALV grid for Referential Constraints)
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 | 20120716 |
Properties
| Class | /IWBEP/CL_SBUI_OD_ALV_REFC | |
| Short Description | SB: OD ALV grid for Referential Constraints | |
| Super Class | /IWBEP/CL_SBUI_OD_ALV | SB: OD ALV grid base class |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | /IWBEP/SBUIOD | |
| Program status | P | SAP Standard Production Program |
| Category | 0 | |
| Package | /IWBEP/SB_ODATA_UI | Gateway Service Builder - UI Plugin |
| Created | 20120228 | 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 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_OD_ALV_REFC has no interface implemented.
Friends
Class /IWBEP/CL_SBUI_OD_ALV_REFC 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' | 20120228 | |||
| 2 | Constant | Private | Type reference (TYPE) | CHAR30 | 'DM_NODE' | 20120228 | |||
| 3 | Constant | Private | See coding | 20120228 | |||||
| 4 | Constant | Private | Type reference (TYPE) | STRING | 'Notification' | 20120723 | |||
| 5 | Constant | Private | Type reference (TYPE) | CHAR30 | '/IWBEP/S_SBUI_OD_ALV_REFC' | 20120228 | |||
| 6 | Constant | Private | Type reference (TYPE) | STRING | 'Subscription' | 20120723 | |||
| 7 | Instance attribute | Private | Object reference (TYPE REF TO) | /IWBEP/IF_SBOD_ASSOCIATION | SB - OData - Association | 20120313 | |||
| 8 | Instance attribute | Private | Object reference (TYPE REF TO) | /IWBEP/IF_SBDM_NODE | 20120323 | ||||
| 9 | Instance attribute | Protected | Type reference (TYPE) | TY_T_DATA | 20120228 | ||||
| 10 | Instance attribute | Private | Type reference (TYPE) | TY_T_ARTIF_DTL | 20120313 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Checks the Dependant Property Reference | 20120319 | |
| 2 | Instance method | Private | Method | Checks the Principal Property Reference | 20120319 | |
| 3 | Instance method | Private | Method | Get the Properties from the Model Reference | 20120619 |
Events
Class /IWBEP/CL_SBUI_OD_ALV_REFC has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_ARTIF_DTL | Protected | See coding | 20120228 | 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 | 20120228 | BEGIN OF ty_s_data .
INCLUDE TYPE /iwbep/s_sbui_od_alv_refc AS data .
TYPES:
cell_style TYPE lvc_t_styl ,
cell_color TYPE lvc_t_scol ,
dm_node TYPE REF TO /iwbep/if_sbod_ref_constraint ,
END OF ty_s_data
|
||
| 3 | TY_T_ARTIF_DTL | Protected | See coding | 20120228 | ty_t_artif_dtl TYPE STANDARD TABLE OF ty_s_artif_dtl WITH KEY uuid
|
||
| 4 | TY_T_DATA | Protected | See coding | 20120228 | ty_t_data TYPE STANDARD TABLE OF ty_s_data WITH DEFAULT KEY
|
Method Signatures
Method CHECK_DEPENDENT_PROP 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 | 20120319 | |||
| 2 | IS_GOOD | Call by reference | Type reference (TYPE) | LVC_S_MODI | ALV control: Modified cells for application | 20120319 | |||
| 3 | RV_INVALID | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20120319 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20120319 |
Method CHECK_PRINCIPAL_PROP 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 | 20120319 | |||
| 2 | IS_GOOD | Call by reference | Type reference (TYPE) | LVC_S_MODI | ALV control: Modified cells for application | 20120319 | |||
| 3 | RV_INVALID | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20120319 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20120319 |
Method GET_PROPERTY_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 | 20120619 | |||
| 2 | IV_ENTITY_TYPE | Call by reference | Type reference (TYPE) | /IWBEP/SBDM_NODE_NAME | Service Builder: Node Name | 20120619 | |||
| 3 | RT_PROPERTIES | Value transfer | Type reference (TYPE) | /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_T_MED_PROPERTIES | 20120619 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20120619 |
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in | 200 |