SAP ABAP Interface IF_ALV_CML_MODEL_ITEM_EDITOR (ALV LVC Model Item for Editor)
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
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_ALV_CML_COLUMN_SETTINGS ALV Model Item Column Settings : LVC_T_FCAT 20090114
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_ALV_CML_FILTER_CRITERIA ALV Model Item Filter Criteria: LVC_T_FILT 20090114
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_ALV_CML_GRAPHICS LVC Graphic 20090114
4 Interface implementation (CLASS c. INTERFACES i_ref)  CL_ALV_CML_GROUPING_CRITERIA ALV Model Item Grouping Criteria: LVC_T_SORT 20090114
5 Interface implementation (CLASS c. INTERFACES i_ref)  CL_ALV_CML_LAYOUT_CHOOSE Select ALV Model Item Layout: DISVARIANT 20090114
6 Interface implementation (CLASS c. INTERFACES i_ref)  CL_ALV_CML_LAYOUT_SAVE_AS Save ALV Model Item Layout under: DISVARIANT 20090114
7 Interface implementation (CLASS c. INTERFACES i_ref)  CL_ALV_CML_LAYOUT_SAVE_WITH Save ALV Model Item Layout with: DISVARIANT, LVC_S_LAYO 20090114
8 Interface implementation (CLASS c. INTERFACES i_ref)  CL_ALV_CML_TABLE_SETTINGS ALV Model Item Table Settings: LVC_S_LAYO 20090114
9 Interface implementation (CLASS c. INTERFACES i_ref)  CL_ALV_CML_TECHNICAL_INFOS ALV Model Item Technical Info 20090114
10 Interface implementation (CLASS c. INTERFACES i_ref)  CL_ALV_CML_VIEWS ALV Model Item Excel View: LVC_S_BDS 20090203
... Click here to see Used By full list (13 items)
Properties
Interface IF_ALV_CML_MODEL_ITEM_EDITOR  
Short Description ALV LVC Model Item for Editor    
General Data
Package SALV_GUI_CML   SAP GUI ALV Configuration - Model Parts - LVC 
Created 20090106   SAP 
Last changed 20110908   SAP 
Unicode checks active    
Forward declarations
Interface IF_ALV_CML_MODEL_ITEM_EDITOR has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_ALV_CML_MODEL_ITEM ALV LVC Model Item 20090106
Friends
Interface IF_ALV_CML_MODEL_ITEM_EDITOR has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 NAME Instance attribute Public Attribute reference (LIKE) 20090115
2 R_ACCESS_LOAD Instance attribute Public Object reference (TYPE REF TO) IF_ALV_CML_ACCESS_LOAD Access Class for Loading 20090212
3 R_ACCESS_SAVE Instance attribute Public Object reference (TYPE REF TO) IF_ALV_CML_ACCESS_SAVE Access Class for Saving 20090212
Methods
# Method Level Visibility Method type Description Created on
1 BEGIN_DELETE Instance method Public Method Start Phase DELETE 20090106
2 BEGIN_LOAD Instance method Public Method Start Phase LOAD 20090106
3 BEGIN_SAVE Instance method Public Method Provide Information before SAVE 20090106
4 DELETE Instance method Public Method Delete Data of Model Item from DB 20090106
5 END_DELETE Instance method Public Method End Phase DELETE 20090106
6 END_LOAD Instance method Public Method End Phase LOAD 20090106
7 END_SAVE Instance method Public Method Process Information after SAVE 20090106
8 FREE Instance method Public Method Release References, Variables, and so on 20090106
9 GET Instance method Public Method 20090115
10 GET_TRIGGER Instance method Public Method Read Function Code(s) for Editor 20090106
11 IS_ACTIVE_EDITOR Instance method Public Method Active Editor y/n, for example, Start Editor 20090106
12 LOAD Instance method Public Method Load Data from DB to Model Item 20090106
13 SAVE Instance method Public Method Save Data from Model Item in DB 20090106
14 SET Instance method Public Method 20090115
Events
Interface IF_ALV_CML_MODEL_ITEM_EDITOR has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 YS_ALV_CML_MODEL_ITEM_EDITORS Public See coding 20090106 begin of YS_alv_cml_model_item_editors, name type if_alv_z=>y_name, r_model_item type ref to if_alv_cml_model_item_editor, end of ys_alv_cml_model_item_editors
2 YT_ALV_CML_MODEL_ITEM_EDITORS Public See coding 20090106 yt_alv_cml_model_item_editors type table of ys_alv_cml_model_item_editors
Method Signatures

Method BEGIN_DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing T_PARAM_OUT Call by reference Type reference (TYPE) IF_ALV_Z=>YT_PARAM 20090106

Method BEGIN_DELETE on Interface IF_ALV_CML_MODEL_ITEM_EDITOR has no exception.

Method BEGIN_LOAD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing T_PARAM_OUT Call by reference Type reference (TYPE) IF_ALV_Z=>YT_PARAM 20090106

Method BEGIN_LOAD on Interface IF_ALV_CML_MODEL_ITEM_EDITOR has no exception.

Method BEGIN_SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing T_PARAM_OUT Call by reference Type reference (TYPE) IF_ALV_Z=>YT_PARAM 20090106

Method BEGIN_SAVE on Interface IF_ALV_CML_MODEL_ITEM_EDITOR has no exception.

Method DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing T_PARAM_IN Call by reference Type reference (TYPE) IF_ALV_Z=>YT_PARAM 20090106
2 Changing T_PARAM_OUT Call by reference Type reference (TYPE) IF_ALV_Z=>YT_PARAM 20090106

Method DELETE on Interface IF_ALV_CML_MODEL_ITEM_EDITOR has no exception.

Method END_DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing T_PARAM_IN Call by reference Type reference (TYPE) IF_ALV_Z=>YT_PARAM 20090106

Method END_DELETE on Interface IF_ALV_CML_MODEL_ITEM_EDITOR has no exception.

Method END_LOAD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing T_PARAM_IN Call by reference Type reference (TYPE) IF_ALV_Z=>YT_PARAM 20090106

Method END_LOAD on Interface IF_ALV_CML_MODEL_ITEM_EDITOR has no exception.

Method END_SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing T_PARAM_IN Call by reference Type reference (TYPE) IF_ALV_Z=>YT_PARAM 20090106

Method END_SAVE on Interface IF_ALV_CML_MODEL_ITEM_EDITOR has no exception.

Method FREE Signature

Method FREE on Interface IF_ALV_CML_MODEL_ITEM_EDITOR has no parameter.
Method FREE on Interface IF_ALV_CML_MODEL_ITEM_EDITOR has no exception.

Method GET Signature

Method GET on Interface IF_ALV_CML_MODEL_ITEM_EDITOR has no parameter.
Method GET on Interface IF_ALV_CML_MODEL_ITEM_EDITOR has no exception.

Method GET_TRIGGER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting FCODE Call by reference Type reference (TYPE) FCODE Funktionscode 20090106
2 Exporting ICONNAME Call by reference Type reference (TYPE) ICONNAME Name einer Ikone 20090106
3 Exporting ICONQUICK Call by reference Type reference (TYPE) ICONQUICK Quickinfo für eine Ikone 20090106
4 Exporting MORE Call by reference Type reference (TYPE) ABAP_BOOL 20090106
5 Exporting TEXT Call by reference Type reference (TYPE) STRING 20090106

Method GET_TRIGGER on Interface IF_ALV_CML_MODEL_ITEM_EDITOR has no exception.

Method IS_ACTIVE_EDITOR Signature

Method IS_ACTIVE_EDITOR on Interface IF_ALV_CML_MODEL_ITEM_EDITOR has no parameter.
Method IS_ACTIVE_EDITOR on Interface IF_ALV_CML_MODEL_ITEM_EDITOR has no exception.

Method LOAD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing T_PARAM_IN Call by reference Type reference (TYPE) IF_ALV_Z=>YT_PARAM 20090106
2 Changing T_PARAM_OUT Call by reference Type reference (TYPE) IF_ALV_Z=>YT_PARAM 20090106
# Exception Resumable Description Created on
1 NOT_FOUND 20090309

Method SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing T_PARAM_IN Call by reference Type reference (TYPE) IF_ALV_Z=>YT_PARAM 20090106
2 Changing T_PARAM_OUT Call by reference Type reference (TYPE) IF_ALV_Z=>YT_PARAM 20090106

Method SAVE on Interface IF_ALV_CML_MODEL_ITEM_EDITOR has no exception.

Method SET Signature

Method SET on Interface IF_ALV_CML_MODEL_ITEM_EDITOR has no parameter.
Method SET on Interface IF_ALV_CML_MODEL_ITEM_EDITOR has no exception.
Meta Relationship - Used By (full list)
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_ALV_CML_COLUMN_SETTINGS ALV Model Item Column Settings : LVC_T_FCAT 20090114
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_ALV_CML_FILTER_CRITERIA ALV Model Item Filter Criteria: LVC_T_FILT 20090114
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_ALV_CML_GRAPHICS LVC Graphic 20090114
4 Interface implementation (CLASS c. INTERFACES i_ref)  CL_ALV_CML_GROUPING_CRITERIA ALV Model Item Grouping Criteria: LVC_T_SORT 20090114
5 Interface implementation (CLASS c. INTERFACES i_ref)  CL_ALV_CML_LAYOUT_CHOOSE Select ALV Model Item Layout: DISVARIANT 20090114
6 Interface implementation (CLASS c. INTERFACES i_ref)  CL_ALV_CML_LAYOUT_SAVE_AS Save ALV Model Item Layout under: DISVARIANT 20090114
7 Interface implementation (CLASS c. INTERFACES i_ref)  CL_ALV_CML_LAYOUT_SAVE_WITH Save ALV Model Item Layout with: DISVARIANT, LVC_S_LAYO 20090114
8 Interface implementation (CLASS c. INTERFACES i_ref)  CL_ALV_CML_TABLE_SETTINGS ALV Model Item Table Settings: LVC_S_LAYO 20090114
9 Interface implementation (CLASS c. INTERFACES i_ref)  CL_ALV_CML_TECHNICAL_INFOS ALV Model Item Technical Info 20090114
10 Interface implementation (CLASS c. INTERFACES i_ref)  CL_ALV_CML_VIEWS ALV Model Item Excel View: LVC_S_BDS 20090203
11 Interface implementation (CLASS c. INTERFACES i_ref)  CL_ALV_CML_VIEW_CRYSTAL ALV Model Item Crystal View: 20090114
12 Interface implementation (CLASS c. INTERFACES i_ref)  CL_ALV_CML_VIEW_EXCEL ALV Model Item Excel View: LVC_S_BDS 20090114
13 Interface implementation (CLASS c. INTERFACES i_ref)  CL_ALV_CML_VIEW_GRID ALV Model Item Grid View 20090114
History
Last changed by/on SAP  20110908 
SAP Release Created in 720