SAP CL_FPM_LIST_CONFIG_READER_ATS OO Class - Configuration Reader for List ATS
CL_FPM_LIST_CONFIG_READER_ATS is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class CL_FPM_LIST_CONFIG_READER_ATS including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Inheritance
This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for CL_FPM_LIST_CONFIG_READER_ATS is CL_FPM_CONFIG_READERInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_FPM_CONFIG_RW_CONSTANTSMethod list of CL_FPM_LIST_CONFIG_READER_ATS SAP class
A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD.
Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...
| Method Name | Description | Visability |
| CONSTRUCTOR | CONSTRUCTOR | Public |
| CALL METHOD cl_fpm_list_config_reader_ats=>CONSTRUCTOR...more details | ||
| GET_ATTRIBUTES | Public | |
| CALL METHOD cl_fpm_list_config_reader_ats=>GET_ATTRIBUTES...more details | ||
| GET_BUTTON_ACTION | Private | |
| CALL METHOD cl_fpm_list_config_reader_ats=>GET_BUTTON_ACTION...more details | ||
| GET_BUTTON_ROW | Private | |
| CALL METHOD cl_fpm_list_config_reader_ats=>GET_BUTTON_ROW...more details | ||
| GET_BUTTON_ROW_ELEMENT | Public | |
| CALL METHOD cl_fpm_list_config_reader_ats=>GET_BUTTON_ROW_ELEMENT...more details | ||
| GET_COLUMN | Public | |
| CALL METHOD cl_fpm_list_config_reader_ats=>GET_COLUMN...more details | ||
|
| ||
| GET_COLUMN_ACTION | Private | |
| CALL METHOD cl_fpm_list_config_reader_ats=>GET_COLUMN_ACTION...more details | ||
| GET_CTXT_MENU | Return a List of Context Menus | Public |
| CALL METHOD cl_fpm_list_config_reader_ats=>GET_CTXT_MENU...more details | ||
| GET_CTXT_MENU_ITEM | Items of a context menu | Public |
| CALL METHOD cl_fpm_list_config_reader_ats=>GET_CTXT_MENU_ITEM...more details | ||
| GET_DRAG_DROP | Public | |
| CALL METHOD cl_fpm_list_config_reader_ats=>GET_DRAG_DROP...more details | ||
| GET_PARAMETER | Public | |
| CALL METHOD cl_fpm_list_config_reader_ats=>GET_PARAMETER...more details | ||
| GET_QUICKVIEW | Public | |
| CALL METHOD cl_fpm_list_config_reader_ats=>GET_QUICKVIEW...more details | ||
| GET_ROW_ACTIONS | Public | |
| CALL METHOD cl_fpm_list_config_reader_ats=>GET_ROW_ACTIONS...more details | ||
| GET_SETTINGS | Public | |
| CALL METHOD cl_fpm_list_config_reader_ats=>GET_SETTINGS...more details | ||
CL_FPM_LIST_CONFIG_READER_ATS attributes
List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.
| Name | Level | Description | Initial Value | Type | Visability |
| MT_BUTTON | Instance Attribute | LIKE TY_T_BUTTON_ROW_INT | Private | ||
| MT_BUTTON_ACTION | Instance Attribute | LIKE TY_T_BUTTON_ACTION_INT | Private | ||
| MT_BUTTON_ROW | Instance Attribute | LIKE TY_T_BUTTON_ROW_INT | Private | ||
| MT_BUTTON_ROW_ELEMENT | Instance Attribute | LIKE TY_T_BUTTON_ROW_ELEMENT_INT | Private | ||
| MT_COLUMN | Instance Attribute | LIKE TY_T_COLUMN_INT | Private | ||
| MT_COLUMN_ACTION | Instance Attribute | LIKE TY_T_COLUMN_ACTION_INT | Private | ||
| MT_DRAG_DROP | Instance Attribute | LIKE TY_T_DRAG_DROP_INT | Private | ||
| MT_PARAMETER | Instance Attribute | LIKE TY_T_LIST_ATS_PARAMETER_INT | Private | ||
| MT_ROW_ACTIONS | Instance Attribute | LIKE TY_T_ROW_ACTIONS_INT | Private | ||
| MT_SETTINGS | Instance Attribute | LIKE TY_T_SETTINGS_INT | Private | ||
| MV_NODE_ID | Instance Attribute | LIKE STRING | Private | ||
| TS_S_COLUMN_ACTION_LIST_ATS | Instance Attribute | LIKE | Public | ||
| TS_T_BUTTON_ACTION_LIST_ATS | Instance Attribute | LIKE | Public |
CL_FPM_LIST_CONFIG_READER_ATS types
TY_S_BUTTON_ACTION_INT -TY_S_BUTTON_ACTION_LIST_ATS -
TY_S_BUTTON_ROW_ELEMENT -
TY_S_BUTTON_ROW_ELEMENT_INT -
TY_S_BUTTON_ROW_INT -
TY_S_COLUMN -
TY_S_COLUMN_ACTION_INT -
TY_S_COLUMN_ACTION_LIST_ATS -
TY_S_COLUMN_INT -
TY_S_DRAG_DROP -
TY_S_DRAG_DROP_INT -
TY_S_LIST_ATS -
TY_S_LIST_ATS_PARAMETER -
TY_S_LIST_ATS_PARAMETER_INT -
TY_S_ROW_ACTIONS -
TY_S_ROW_ACTIONS_INT -
TY_S_SETTINGS -
TY_S_SETTINGS_INT -
TY_T_BUTTON_ACTION_INT -
TY_T_BUTTON_ACTION_LIST_ATS -
TY_T_BUTTON_ROW_ELEMENT -
TY_T_BUTTON_ROW_ELEMENT_INT -
TY_T_BUTTON_ROW_INT -
TY_T_COLUMN -
TY_T_COLUMN_ACTION_INT -
TY_T_COLUMN_ACTION_LIST_ATS -
TY_T_COLUMN_INT -
TY_T_DRAG_DROP -
TY_T_DRAG_DROP_INT -
TY_T_LIST_ATS -
TY_T_LIST_ATS_PARAMETER -
TY_T_LIST_ATS_PARAMETER_INT -
TY_T_ROW_ACTIONS -
TY_T_ROW_ACTIONS_INT -
TY_T_SETTINGS -
TY_T_SETTINGS_INT -
YS_MULTI_EDITOR -
YT_MULTI_EDITOR -
Links to Related Class(s)
CL_FPM_L...Full list of available SAP object classes
Search for further information about these or an SAP related objects