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_READER

Interface 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_CONSTANTS

Method 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 NameDescriptionVisability
CONSTRUCTORCONSTRUCTORPublic
CALL METHOD cl_fpm_list_config_reader_ats=>CONSTRUCTOR...more details

GET_ATTRIBUTESPublic
CALL METHOD cl_fpm_list_config_reader_ats=>GET_ATTRIBUTES...more details

GET_BUTTON_ACTIONPrivate
CALL METHOD cl_fpm_list_config_reader_ats=>GET_BUTTON_ACTION...more details

GET_BUTTON_ROWPrivate
CALL METHOD cl_fpm_list_config_reader_ats=>GET_BUTTON_ROW...more details

GET_BUTTON_ROW_ELEMENTPublic
CALL METHOD cl_fpm_list_config_reader_ats=>GET_BUTTON_ROW_ELEMENT...more details

GET_COLUMNPublic
CALL METHOD cl_fpm_list_config_reader_ats=>GET_COLUMN...more details

GET_COLUMN_ACTIONPrivate
CALL METHOD cl_fpm_list_config_reader_ats=>GET_COLUMN_ACTION...more details

GET_CTXT_MENUReturn a List of Context MenusPublic
CALL METHOD cl_fpm_list_config_reader_ats=>GET_CTXT_MENU...more details

GET_CTXT_MENU_ITEMItems of a context menuPublic
CALL METHOD cl_fpm_list_config_reader_ats=>GET_CTXT_MENU_ITEM...more details

GET_DRAG_DROPPublic
CALL METHOD cl_fpm_list_config_reader_ats=>GET_DRAG_DROP...more details

GET_PARAMETERPublic
CALL METHOD cl_fpm_list_config_reader_ats=>GET_PARAMETER...more details

GET_QUICKVIEWPublic
CALL METHOD cl_fpm_list_config_reader_ats=>GET_QUICKVIEW...more details

GET_ROW_ACTIONSPublic
CALL METHOD cl_fpm_list_config_reader_ats=>GET_ROW_ACTIONS...more details

GET_SETTINGSPublic
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.

NameLevelDescriptionInitial ValueTypeVisability
MT_BUTTONInstance AttributeLIKE
TY_T_BUTTON_ROW_INT
Private
MT_BUTTON_ACTIONInstance AttributeLIKE
TY_T_BUTTON_ACTION_INT
Private
MT_BUTTON_ROWInstance AttributeLIKE
TY_T_BUTTON_ROW_INT
Private
MT_BUTTON_ROW_ELEMENTInstance AttributeLIKE
TY_T_BUTTON_ROW_ELEMENT_INT
Private
MT_COLUMNInstance AttributeLIKE
TY_T_COLUMN_INT
Private
MT_COLUMN_ACTIONInstance AttributeLIKE
TY_T_COLUMN_ACTION_INT
Private
MT_DRAG_DROPInstance AttributeLIKE
TY_T_DRAG_DROP_INT
Private
MT_PARAMETERInstance AttributeLIKE
TY_T_LIST_ATS_PARAMETER_INT
Private
MT_ROW_ACTIONSInstance AttributeLIKE
TY_T_ROW_ACTIONS_INT
Private
MT_SETTINGSInstance AttributeLIKE
TY_T_SETTINGS_INT
Private
MV_NODE_IDInstance AttributeLIKE
STRING
Private
TS_S_COLUMN_ACTION_LIST_ATSInstance AttributeLIKE
Public
TS_T_BUTTON_ACTION_LIST_ATSInstance AttributeLIKE
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



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!