SAP ABAP Class CL_SALV_BS_MODEL (CL_SALV_BS_MODEL)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-CMP-ALV-ABA (Application Component) Web Dynpro ALV for ABAP
⤷
SALV_BS_CONFIG (Package) Configuration
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SALV_BS_MODEL | IF_SALV_BS_MODEL | 20080227 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SALV_BS_MODEL_OBJECT | 20061110 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_SALV_BS_MODEL_TABLE | CL_SALV_BS_MODEL_TABLE | 20060530 |
Properties
| Class | CL_SALV_BS_MODEL | |
| Short Description | ||
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SALV_BS_CONFIG | Configuration |
| Created | 20050729 | SAP |
| Last change | 20110908 | 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) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_SALV_BS_MODEL | IF_SALV_BS_MODEL | 20080227 | ||
| 2 | IF_SALV_BS_MODEL_OBJECT | 20061110 |
Friends
Class CL_SALV_BS_MODEL has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | STRING | 20050729 | ||||
| 2 | Instance attribute | Public | Attribute reference (LIKE) | IF_SALV_BS_C_MODEL=>MODEL | IF_SALV_BS_C_MODEL=>MODEL | 20060920 | |||
| 3 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_SALV_BS_MODEL_CHANGE_LOG | 20050729 | ||||
| 4 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_SALV_BS_MODEL_CHECK | 20050729 | ||||
| 5 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_SALV_BS_DATA | DataController | 20050729 | |||
| 6 | Instance attribute | Public | Object reference (TYPE REF TO) | IF_SALV_BS_CM | if_salv_bs_cm | 20050729 | |||
| 7 | Static Attribute | Protected | Type reference (TYPE) | CL_SALV_BS_MODEL=>T_TYPE_CM | 20080227 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20050729 | ||
| 2 | Instance method | Protected | Method | 20080227 | ||
| 3 | Instance method | Protected | Method | 20080227 | ||
| 4 | Instance method | Protected | Method | 20080227 | ||
| 5 | Instance method | Protected | Method | 20080227 | ||
| 6 | Instance method | Public | Method | 20060804 | ||
| 7 | Instance method | Protected | Method | 20080227 | ||
| 8 | Instance method | Protected | Event handling method | 20050729 | ||
| 9 | Instance method | Protected | Method | 20080227 | ||
| 10 | Instance method | Public | Method | 20080227 | ||
| 11 | Instance method | Protected | Method | 20080227 |
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | ON_NEW_MODEL | Instance Event (0) |
Public (2) |
20050729 |
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_TYPE_CM | Protected | See coding | 20080227 | begin of s_type_cm,
r_cm type ref to if_salv_bs_cm,
r_change_log type ref to cl_salv_bs_model_change_log,
r_check type ref to cl_salv_bs_model_check,
t_instance type sorted table of ref to cl_salv_bs_model with unique key table_line,
end of s_type_cm
|
||
| 2 | T_TYPE_CM | Protected | See coding | 20080227 | t_type_cm type sorted table of s_type_cm with unique key r_cm
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID | Call by reference | Type reference (TYPE) | STRING | 20050729 | ||||
| 2 | R_DATA | Call by reference | Object reference (TYPE REF TO) | CL_SALV_BS_DATA | DataController | 20050729 |
Method CONSTRUCTOR on class CL_SALV_BS_MODEL has no exception.
Method CREATE_CM Signature
Method CREATE_CM on class CL_SALV_BS_MODEL has no parameter.
Method CREATE_CM on class CL_SALV_BS_MODEL has no exception.
Method CREATE_CM_CHANGELOG Signature
Method CREATE_CM_CHANGELOG on class CL_SALV_BS_MODEL has no parameter.
Method CREATE_CM_CHANGELOG on class CL_SALV_BS_MODEL has no exception.
Method CREATE_CM_CHECK Signature
Method CREATE_CM_CHECK on class CL_SALV_BS_MODEL has no parameter.
Method CREATE_CM_CHECK on class CL_SALV_BS_MODEL has no exception.
Method DO_CREATE_CM Signature
Method DO_CREATE_CM on class CL_SALV_BS_MODEL has no parameter.
Method DO_CREATE_CM on class CL_SALV_BS_MODEL has no exception.
Method FREE Signature
Method FREE on class CL_SALV_BS_MODEL has no parameter.
Method FREE on class CL_SALV_BS_MODEL has no exception.
Method INITIALIZE_CM Signature
Method INITIALIZE_CM on class CL_SALV_BS_MODEL has no parameter.
Method INITIALIZE_CM on class CL_SALV_BS_MODEL has no exception.
Method ON_NEW_DATA Signature
Method ON_NEW_DATA on class CL_SALV_BS_MODEL has no parameter.
Method ON_NEW_DATA on class CL_SALV_BS_MODEL has no exception.
Method REGISTER_CM Signature
Method REGISTER_CM on class CL_SALV_BS_MODEL has no parameter.
Method REGISTER_CM on class CL_SALV_BS_MODEL has no exception.
Method SET_CM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_SALV_BS_CM | if_salv_bs_cm | 20080227 |
Method SET_CM on class CL_SALV_BS_MODEL has no exception.
Method UNREGISTER_CM Signature
Method UNREGISTER_CM on class CL_SALV_BS_MODEL has no parameter.
Method UNREGISTER_CM on class CL_SALV_BS_MODEL has no exception.
Event Signatures
Event ON_NEW_MODEL Signature
Event ON_NEW_MODEL on class CL_SALV_BS_MODEL has no parameter.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 710 |