SAP ABAP Class CL_ALV_CML_ACCESS_FACTORY (Factory for Access Layer)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-ALV (Application Component) SAP List Viewer
⤷
SALV_GUI_CML (Package) SAP GUI ALV Configuration - Model Parts - LVC

⤷

⤷

Properties
Class | CL_ALV_CML_ACCESS_FACTORY | |
Short Description | Factory for Access Layer | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SALV_GUI_CML | SAP GUI ALV Configuration - Model Parts - LVC |
Created | 20090212 | SAP |
Last change | 20090618 | 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... |
Interfaces
Class CL_ALV_CML_ACCESS_FACTORY has no interface implemented.
Friends
Class CL_ALV_CML_ACCESS_FACTORY has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Type reference (TYPE) | YT_ALV_CML_ACCESS_LOAD | Access Layer for Save and Layout | 20090212 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | YT_ALV_CML_ACCESS_SAVE | Access Layer for Save and Layout | 20090212 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | 20090212 | |
2 | ![]() |
Instance method | Public | Method | 20090212 |
Events
Class CL_ALV_CML_ACCESS_FACTORY has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | YS_ALV_CML_ACCESS_LOAD | Public | See coding | 20090212 | begin of YS_alv_cml_access_load,
name type if_alv_z=>y_name,
r_access_load type ref to if_alv_cml_access_load,
end of ys_alv_cml_access_load
|
||
2 | YS_ALV_CML_ACCESS_SAVE | Public | See coding | 20090212 | begin of YS_alv_cml_access_save,
name type if_alv_z=>y_name,
r_access_save type ref to if_alv_cml_access_save,
end of ys_alv_cml_access_save
|
||
3 | YT_ALV_CML_ACCESS_LOAD | Public | See coding | 20090212 | yt_alv_cml_access_load type standard table of ys_alv_cml_access_load
|
||
4 | YT_ALV_CML_ACCESS_SAVE | Public | See coding | 20090212 | yt_alv_cml_access_save type standard table of ys_alv_cml_access_save
|
Method Signatures
Method GET_ACCESS_FOR_LOAD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_MODEL_ITEM_NAME | Call by reference | Type reference (TYPE) | IF_ALV_Z=>Y_NAME | 20090212 | |||
2 | ![]() |
R_ACCESS_LOAD | Value transfer | Object reference (TYPE REF TO) | IF_ALV_CML_ACCESS_LOAD | Access Layer for Save and Layout | 20090212 |
Method GET_ACCESS_FOR_LOAD on class CL_ALV_CML_ACCESS_FACTORY has no exception.
Method GET_ACCESS_FOR_SAVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_MODEL_ITEM_NAME | Call by reference | Type reference (TYPE) | IF_ALV_Z=>Y_NAME | 20090212 | |||
2 | ![]() |
R_ACCESS_SAVE | Value transfer | Object reference (TYPE REF TO) | IF_ALV_CML_ACCESS_SAVE | Access Layer for Save and Layout | 20090212 |
Method GET_ACCESS_FOR_SAVE on class CL_ALV_CML_ACCESS_FACTORY has no exception.
History
Last changed by/on | SAP | 20090618 |
SAP Release Created in | 720 |