SAP CL_FPM_LIST_UIBB_RENDERER_ATS OO Class - Renders the FPM List UIBB ATS Component
CL_FPM_LIST_UIBB_RENDERER_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_UIBB_RENDERER_ATS including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
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_GUIBB_RENDERMethod list of CL_FPM_LIST_UIBB_RENDERER_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 |
| CALCULATE_FIRST_VISIBLE_ROW | Calcul. the first visib. row assuring a given row is visible | Public |
| CALL METHOD cl_fpm_list_uibb_renderer_ats=>CALCULATE_FIRST_VISIBLE_ROW...more details | ||
| CALC_FIRST_VIS_ROW_IN_RESULT | Calcul. the first visib. row assuring a given row is visible | Public |
| CALL METHOD cl_fpm_list_uibb_renderer_ats=>CALC_FIRST_VIS_ROW_IN_RESULT...more details | ||
| CALC_FIRST_VIS_ROW_RES_TO_RES | Calcul. the first visib. row assuring a given row is visible | Public |
| CALL METHOD cl_fpm_list_uibb_renderer_ats=>CALC_FIRST_VIS_ROW_RES_TO_RES...more details | ||
| CLASS_CONSTRUCTOR | CLASS_CONSTRUCTOR | Public |
| CALL METHOD cl_fpm_list_uibb_renderer_ats=>CLASS_CONSTRUCTOR...more details | ||
| CONFIGURE_EXPORT_COLUMNS | Public | |
| CALL METHOD cl_fpm_list_uibb_renderer_ats=>CONFIGURE_EXPORT_COLUMNS...more details | ||
| CONSTRUCTOR | Creates a new instance | Public |
| CALL METHOD cl_fpm_list_uibb_renderer_ats=>CONSTRUCTOR...more details | ||
|
| ||
| CONVERT_TO_ACTION_MENU_TYPE | Protected | |
| CALL METHOD cl_fpm_list_uibb_renderer_ats=>CONVERT_TO_ACTION_MENU_TYPE...more details | ||
| CREATE_COLUMN_PROPERTY_NODE | Creates a single internal column property node | Protected |
| CALL METHOD cl_fpm_list_uibb_renderer_ats=>CREATE_COLUMN_PROPERTY_NODE...more details | ||
| CREATE_COLUMN_PROPERTY_NODE2 | Protected | |
| CALL METHOD cl_fpm_list_uibb_renderer_ats=>CREATE_COLUMN_PROPERTY_NODE2...more details | ||
| CREATE_COLUMN_PROPERTY_NODES | Creates all internal column property nodes | Protected |
| CALL METHOD cl_fpm_list_uibb_renderer_ats=>CREATE_COLUMN_PROPERTY_NODES...more details | ||
| CREATE_COLUMN_PROPERTY_NODES2 | Protected | |
| CALL METHOD cl_fpm_list_uibb_renderer_ats=>CREATE_COLUMN_PROPERTY_NODES2...more details | ||
| CREATE_FEEDER_NODE_SPECIFIC | Creates internal nodes related to the configured Feeder | Public |
| CALL METHOD cl_fpm_list_uibb_renderer_ats=>CREATE_FEEDER_NODE_SPECIFIC...more details | ||
| CREATE_HEADER_MENU_NODE | Creates the internal header menu node | Protected |
| CALL METHOD cl_fpm_list_uibb_renderer_ats=>CREATE_HEADER_MENU_NODE...more details | ||
| CREATE_NODE_STRUCT_DESCR | Private | |
| CALL METHOD cl_fpm_list_uibb_renderer_ats=>CREATE_NODE_STRUCT_DESCR...more details | ||
| CREATE_P13N_VARIANT_NODE | Creates the internal personalization variant node | Protected |
| CALL METHOD cl_fpm_list_uibb_renderer_ats=>CREATE_P13N_VARIANT_NODE...more details | ||
| CREATE_TABLE_PROPERTIES_NODE | Creates the internal node that holds table properties | Protected |
| CALL METHOD cl_fpm_list_uibb_renderer_ats=>CREATE_TABLE_PROPERTIES_NODE...more details | ||
| CREATE_TOOLBAR_NODE | Creates the internal toolbar node | Protected |
| CALL METHOD cl_fpm_list_uibb_renderer_ats=>CREATE_TOOLBAR_NODE...more details | ||
| DETERMINE_COLUMN_HEADER_LABELS | Determines the column header labels | Protected |
| CALL METHOD cl_fpm_list_uibb_renderer_ats=>DETERMINE_COLUMN_HEADER_LABELS...more details | ||
| GET_COLUMN_H_ALIGNMENT | Public | |
| CALL METHOD cl_fpm_list_uibb_renderer_ats=>GET_COLUMN_H_ALIGNMENT...more details | ||
| GET_FIRST_VISIBLE_COLUMN_NAME | Private | |
| CALL METHOD cl_fpm_list_uibb_renderer_ats=>GET_FIRST_VISIBLE_COLUMN_NAME...more details | ||
| GET_FIRST_VISIBLE_FIELD | Public | |
| CALL METHOD cl_fpm_list_uibb_renderer_ats=>GET_FIRST_VISIBLE_FIELD...more details | ||
| GET_FIRST_VISIBLE_RESULT_ROW | Gets the first visible row index displayed (result idx) | Public |
| CALL METHOD cl_fpm_list_uibb_renderer_ats=>GET_FIRST_VISIBLE_RESULT_ROW...more details | ||
| GET_FIRST_VISIBLE_ROW | Gets the first visible row index displayed (source idx) | Public |
| CALL METHOD cl_fpm_list_uibb_renderer_ats=>GET_FIRST_VISIBLE_ROW...more details | ||
| GET_GROUP_HIERARCHY_TEXT | Private | |
| CALL METHOD cl_fpm_list_uibb_renderer_ats=>GET_GROUP_HIERARCHY_TEXT...more details | ||
| GET_IMPLICIT_COLUMN_WIDTHS | Gets the implicit column widths | Public |
| CALL METHOD cl_fpm_list_uibb_renderer_ats=>GET_IMPLICIT_COLUMN_WIDTHS...more details | ||
| GET_QUICKVIEW_ASSIGNMENT | Get assignment of Quickviews to feeder fields | Protected |
| CALL METHOD cl_fpm_list_uibb_renderer_ats=>GET_QUICKVIEW_ASSIGNMENT...more details | ||
| GET_TABLE_PROPERTIES_NODE | Private | |
| CALL METHOD cl_fpm_list_uibb_renderer_ats=>GET_TABLE_PROPERTIES_NODE...more details | ||
| GET_TABLE_UI_ELEMENT | Public | |
| CALL METHOD cl_fpm_list_uibb_renderer_ats=>GET_TABLE_UI_ELEMENT...more details | ||
| GET_UI_GUIDELINE_VERSION | Get the UI guideline version | Protected |
| CALL METHOD cl_fpm_list_uibb_renderer_ats=>GET_UI_GUIDELINE_VERSION...more details | ||
| GET_VISIBLE_ROW_COUNT | Returns the current number of visible rows in the List | Public |
| CALL METHOD cl_fpm_list_uibb_renderer_ats=>GET_VISIBLE_ROW_COUNT...more details | ||
| INITIALIZE_ACTION_MENUS | Initialization of Action Menus | Private |
| CALL METHOD cl_fpm_list_uibb_renderer_ats=>INITIALIZE_ACTION_MENUS...more details | ||
| INITIALIZE_ACTION_MENUS_CONFIG | Private | |
| CALL METHOD cl_fpm_list_uibb_renderer_ats=>INITIALIZE_ACTION_MENUS_CONFIG...more details | ||
| IS_AGGREGATION_ALLOWED | Determines if a specific column can be aggregated | Public |
| CALL METHOD cl_fpm_list_uibb_renderer_ats=>IS_AGGREGATION_ALLOWED...more details | ||
| IS_EVENT_FORCING_RERENDERING | Checks if current event forces a rerendering if the GUIBB | Public |
| CALL METHOD cl_fpm_list_uibb_renderer_ats=>IS_EVENT_FORCING_RERENDERING...more details | ||
| IS_FILTER_ALLOWED | Determines if a specific column or the List can be filtered | Public |
| CALL METHOD cl_fpm_list_uibb_renderer_ats=>IS_FILTER_ALLOWED...more details | ||
| IS_GROUPING_ALLOWED | Determines if a specific column or the List can be grouped | Public |
| CALL METHOD cl_fpm_list_uibb_renderer_ats=>IS_GROUPING_ALLOWED...more details | ||
| IS_ONE_CLICK_ACTION_COLUMN | Tests if the given column denotes a One-Click-Action column | Public |
| CALL METHOD cl_fpm_list_uibb_renderer_ats=>IS_ONE_CLICK_ACTION_COLUMN...more details | ||
| IS_ROW_IN_VISIBLE_RANGE | Determines if the given row index is in the visible range | Public |
| CALL METHOD cl_fpm_list_uibb_renderer_ats=>IS_ROW_IN_VISIBLE_RANGE...more details | ||
| IS_SORT_ALLOWED | Determines if a specific column or the List can be sorted | Public |
| CALL METHOD cl_fpm_list_uibb_renderer_ats=>IS_SORT_ALLOWED...more details | ||
| READ_CONFIGURATION | Reads the List configuration | Protected |
| CALL METHOD cl_fpm_list_uibb_renderer_ats=>READ_CONFIGURATION...more details | ||
| REGISTER_TAGS | Register tags for side panel integration | Public |
| CALL METHOD cl_fpm_list_uibb_renderer_ats=>REGISTER_TAGS...more details | ||
| RENDER | Renders the List | Public |
| CALL METHOD cl_fpm_list_uibb_renderer_ats=>RENDER...more details | ||
| SCROLL_TO_ROW_IF_INVISIBLE | Scrolls to the first selected row if a selection exists | Public |
| CALL METHOD cl_fpm_list_uibb_renderer_ats=>SCROLL_TO_ROW_IF_INVISIBLE...more details | ||
| SET_FEEDER_DEFINITION | Publishes the Feeder definitions to the List | Public |
| CALL METHOD cl_fpm_list_uibb_renderer_ats=>SET_FEEDER_DEFINITION...more details | ||
| SET_FIRST_VISIBLE_ROW | Sets the first visible row index displayed in the List | Public |
| CALL METHOD cl_fpm_list_uibb_renderer_ats=>SET_FIRST_VISIBLE_ROW...more details | ||
| SET_FOCUS | Sets the focus to a specific row or cell in the List | Public |
| CALL METHOD cl_fpm_list_uibb_renderer_ats=>SET_FOCUS...more details | ||
| SET_REFERENCE_FIELDS | Checks whether references exist and updates mt_column | Private |
| CALL METHOD cl_fpm_list_uibb_renderer_ats=>SET_REFERENCE_FIELDS...more details | ||
| SET_SEARCH_STATE | Sets the open/closed state of search in the list | Public |
| CALL METHOD cl_fpm_list_uibb_renderer_ats=>SET_SEARCH_STATE...more details | ||
| SET_SEARCH_TEXT_MATCHES | Sets the text for the match string | Public |
| CALL METHOD cl_fpm_list_uibb_renderer_ats=>SET_SEARCH_TEXT_MATCHES...more details | ||
| SET_VISIBLE_ROW_COUNT | Sets the number of visible rows in the List | Public |
| CALL METHOD cl_fpm_list_uibb_renderer_ats=>SET_VISIBLE_ROW_COUNT...more details | ||
| UPDATE_HEADER_MENU | Updates the header menu of the given column | Public |
| CALL METHOD cl_fpm_list_uibb_renderer_ats=>UPDATE_HEADER_MENU...more details | ||
| UPDATE_INFO_ROW_TEXT | Public | |
| CALL METHOD cl_fpm_list_uibb_renderer_ats=>UPDATE_INFO_ROW_TEXT...more details | ||
| UPDATE_SERVICE_ALLOWED_FLAGS | Public | |
| CALL METHOD cl_fpm_list_uibb_renderer_ats=>UPDATE_SERVICE_ALLOWED_FLAGS...more details | ||
| UPDATE_TABLE_VISIBILITY | Public | |
| CALL METHOD cl_fpm_list_uibb_renderer_ats=>UPDATE_TABLE_VISIBILITY...more details | ||
| UPDATE_VISIBLE_COLUMN_ORDER | Updates the order of all visible columns in the List | Public |
| CALL METHOD cl_fpm_list_uibb_renderer_ats=>UPDATE_VISIBLE_COLUMN_ORDER...more details | ||
| VERIFY_COLUMN_CONFIGURATION | Verifies the column configuration against the field catalog | Protected |
| CALL METHOD cl_fpm_list_uibb_renderer_ats=>VERIFY_COLUMN_CONFIGURATION...more details | ||
CL_FPM_LIST_UIBB_RENDERER_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 |
| CS_GUIBB_LIST_NODES | Constant | LIKE | Public | ||
| CS_NODE_ID | Constant | LIKE | Public | ||
| C_DEFAULT_VISIBLE_ROWS | Constant | Default number of visible rows if config = 0 | 5 | LIKE I | Public |
| C_MIN_VISIBLE_ROWS | Constant | Minimum number of visible rows in C_Table | 1 | LIKE I | Public |
| MO_ALV_LOGGER | Instance Attribute | FPM trace logger | LIKE CL_FPM_SALV_TRACE | Private | |
| MO_CONFIGURATION_NODE | Instance Attribute | The LIST UIBB ATS configuration node | LIKE IF_WD_CONTEXT_NODE | Protected | |
| MO_CONFIG_ASSIST | Instance Attribute | Assistance class for FPM GUIBB config editor | LIKE CL_FPM_HCT_GUIBB_ASSIST | Protected | |
| MO_CONFIG_DATA | Instance Attribute | List ATS UIBB: Holds the config data | LIKE CL_FPM_LIST_UIBB_CONFIG_DATA | Protected | |
| MO_CONTEXT | Instance Attribute | The List UIBB ATS component context | LIKE IF_WD_CONTEXT_NODE | Protected | |
| MO_FIELDCATALOG | Instance Attribute | Runtime Type Services | LIKE CL_ABAP_STRUCTDESCR | Protected | |
| MO_FPM | Instance Attribute | The FPM runtime environment | LIKE CL_FPM | Protected | |
| MO_GROUP_RENDERER | Instance Attribute | LIKE CL_FPM_LIST_COL_HEADER_GROUPS | Public | ||
| MO_INSTANCE_STYLING | Instance Attribute | instance style handler for list ats UIBB | LIKE CL_FPM_LIST_INSTANCE_STYLING | Private | |
| MO_LIST_PROVIDER | Instance Attribute | General Interface of List Context Provider | LIKE IF_SALV_WD_LIST_CTXT_PROVIDER | Protected | |
| MO_P6S_HANDLER | Instance Attribute | FPM List / Tree: Handle Personas stuff | LIKE CL_FPM_LIST_P6S_HANDLER | Public | |
| MO_PERSONALIZATION_API | Instance Attribute | Personalisation API for List UIBB | LIKE IF_FPM_LIST_SETTINGS_CONTROL | Public | |
| MO_TABLE_RENDERER | Instance Attribute | The associated table renderer | LIKE LCL_TABLE_RENDERER | Private | |
| MO_VH_USAGE_GROUP | Instance Attribute | for wd freestyle value help | LIKE IF_WD_COMPONENT_USAGE_GROUP | Public | |
| MR_FIELD_DESCR | Instance Attribute | The field description provided by the Feeder | LIKE FPMGB_T_LISTFIELD_DESCR | Protected | |
| MS_ADDITIONAL_INFO | Instance Attribute | The additional info for this List UIBB ATS renderer | LIKE FPMGB_S_ADDITIONAL_INFO | Protected | |
| MS_CONFIG_KEY | Instance Attribute | Key Components of Configuration Tables | LIKE WDY_CONFIG_KEY | Private | |
| MS_FEEDER_SEL_EVENTING | Instance Attribute | LIKE YS_FEEDER_SEL_EVENTING | Public | ||
| MS_FIXED_AREA_PROPS | Instance Attribute | LIKE YS_FIXED_AREA_PROPS | Public | ||
| MS_HEIGHT_MODE | Instance Attribute | LIKE YS_HEIGHT_MODE | Public | ||
| MS_MAXIMIZE_MINIMIZE | Instance Attribute | LIKE YS_MAXIMIZE_MINIMIZE | Public | ||
| MS_OPTIONS | Instance Attribute | FPM LIST UIBB: Contains elements for adjustments | LIKE FPMGB_S_LIST_OPTIONS | Public | |
| MS_RENDERING_STYLES | Instance Attribute | LIKE | Private | ||
| MS_SEARCH_SETTINGS | Instance Attribute | LIKE YS_SEARCH_SETTINGS | Public | ||
| MS_TAGGING | Instance Attribute | LIKE | Protected | ||
| MT_ACTION_DEF | Instance Attribute | The action definition provided by the Feeder | LIKE FPMGB_T_ACTIONDEF | Public | |
| MT_ACTION_MENU | Instance Attribute | LIKE | Public | ||
| MT_DRAG_DROP | Instance Attribute | The D&D settings for row operations | LIKE FPMGB_T_DND_DEFINITION | Public | |
| MT_QUICKVIEW | Instance Attribute | LIKE | Public | ||
| MT_QUICKVIEW_ASSIGNMENT | Instance Attribute | LIKE | Public | ||
| MT_QUICKVIEW_ASSIGNMENT_PREV | Instance Attribute | LIKE | Public | ||
| MT_REQUESTED_SEMANTIC_OBJECT | Instance Attribute | LIKE | Private | ||
| MT_ROW_ACTION_DEF | Instance Attribute | The row action definition provided by the Feeder | LIKE FPMGB_T_ROW_ACTION | Protected | |
| MV_API_NO_DATA_TEXT | Instance Attribute | LIKE STRING | Public | ||
| MV_COMPONENT_ID | Instance Attribute | LIKE STRING | Public | ||
| MV_CONFIG_NODE_ID | Instance Attribute | LIKE STRING | Protected | ||
| MV_DESIGN_TIME | Instance Attribute | 'X' if the renderer is executed in the design time mode | LIKE ABAP_BOOL | Public | |
| MV_IS_ACCESSIBLE | Instance Attribute | LIKE ABAP_BOOL | Public | ||
| MV_IS_FIORI_ACTIVE | Instance Attribute | LIKE ABAP_BOOL | Private | ||
| MV_IS_IDA | Instance Attribute | LIKE ABAP_BOOL | Public | ||
| MV_OPTIMIZED_COL_RENDERING | Instance Attribute | LIKE ABAP_BOOL | Private | ||
| MV_ROOT_NODE_ID | Instance Attribute | LIKE STRING | Private |
CL_FPM_LIST_UIBB_RENDERER_ATS types
YS_FEEDER_SEL_EVENTING -YS_FIXED_AREA_PROPS -
YS_HEIGHT_MODE -
YS_MAXIMIZE_MINIMIZE -
YS_SEARCH_SETTINGS -
YS_TABLE_SETTINGS -
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