SAP /BOBF/CL_CONF_UI_VIEW_MODIFIER OO Class - CONF UI view modifier - provide more simple config 'views'
/BOBF/CL_CONF_UI_VIEW_MODIFIER 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 /BOBF/CL_CONF_UI_VIEW_MODIFIER 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 /BOBF/CL_CONF_UI_VIEW_MODIFIER is /BOBF/CL_CONF_UI_MODIFIERMethod list of /BOBF/CL_CONF_UI_VIEW_MODIFIER 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 |
| BO_LIST_ELEMENT_OBJCAT | Category of a BO browser list element | Public |
| CALL METHOD /bobf/cl_conf_ui_view_modifier=>BO_LIST_ELEMENT_OBJCAT...more details | ||
| COMMAND_FIELD_EDIT | Public | |
| CALL METHOD /bobf/cl_conf_ui_view_modifier=>COMMAND_FIELD_EDIT...more details | ||
| CONSTRUCTOR | CONSTRUCTOR | Private |
| CALL METHOD /bobf/cl_conf_ui_view_modifier=>CONSTRUCTOR...more details | ||
| CONTEXT_MENU | Context menu | Public |
| CALL METHOD /bobf/cl_conf_ui_view_modifier=>CONTEXT_MENU...more details | ||
| DYN_PROP_ACTION | Property determination for action | Public |
| CALL METHOD /bobf/cl_conf_ui_view_modifier=>DYN_PROP_ACTION...more details | ||
| DYN_PROP_ALTKEY | Property determination for alternative key | Public |
| CALL METHOD /bobf/cl_conf_ui_view_modifier=>DYN_PROP_ALTKEY...more details | ||
|
| ||
| DYN_PROP_ASSOCIATION | Property determination for association | Public |
| CALL METHOD /bobf/cl_conf_ui_view_modifier=>DYN_PROP_ASSOCIATION...more details | ||
| DYN_PROP_BO | Property determination for BO header | Public |
| CALL METHOD /bobf/cl_conf_ui_view_modifier=>DYN_PROP_BO...more details | ||
| DYN_PROP_DETERMINATION | Property determination for determination | Public |
| CALL METHOD /bobf/cl_conf_ui_view_modifier=>DYN_PROP_DETERMINATION...more details | ||
| DYN_PROP_GROUP | Property determination for group | Public |
| CALL METHOD /bobf/cl_conf_ui_view_modifier=>DYN_PROP_GROUP...more details | ||
| DYN_PROP_NODE | Property determination for node | Public |
| CALL METHOD /bobf/cl_conf_ui_view_modifier=>DYN_PROP_NODE...more details | ||
| DYN_PROP_NODECAT | Property determination for node category | Public |
| CALL METHOD /bobf/cl_conf_ui_view_modifier=>DYN_PROP_NODECAT...more details | ||
| DYN_PROP_QUERY | Property determination for query | Public |
| CALL METHOD /bobf/cl_conf_ui_view_modifier=>DYN_PROP_QUERY...more details | ||
| FILTER_ACTION | Filter (framework) action | Public |
| CALL METHOD /bobf/cl_conf_ui_view_modifier=>FILTER_ACTION...more details | ||
| GENERATE_DDIC_DEFAULTS | Defaults for 'generate DDIC' popup | Public |
| CALL METHOD /bobf/cl_conf_ui_view_modifier=>GENERATE_DDIC_DEFAULTS...more details | ||
| GET_FEATURE_SET_DESCRIPTION | Get the description of the current feature set | Public |
| CALL METHOD /bobf/cl_conf_ui_view_modifier=>GET_FEATURE_SET_DESCRIPTION...more details | ||
| GRID_LAYOUT | ALV grid layout | Public |
| CALL METHOD /bobf/cl_conf_ui_view_modifier=>GRID_LAYOUT...more details | ||
| HAS_LEGACY_DB_KEY | Has legacy database key? | Private |
| CALL METHOD /bobf/cl_conf_ui_view_modifier=>HAS_LEGACY_DB_KEY...more details | ||
| IS_BO_CATEGORY_DRAFT | Is BO of category Draft Object? | Private |
| CALL METHOD /bobf/cl_conf_ui_view_modifier=>IS_BO_CATEGORY_DRAFT...more details | ||
| IS_BO_EDITABLE | Is BO editable? | Private |
| CALL METHOD /bobf/cl_conf_ui_view_modifier=>IS_BO_EDITABLE...more details | ||
| IS_BO_EXTENSION | Is BO an extension? | Private |
| CALL METHOD /bobf/cl_conf_ui_view_modifier=>IS_BO_EXTENSION...more details | ||
| IS_BO_OBJECT_MODEL_GENERATED | Is BO generated from CDS view? | Public |
| CALL METHOD /bobf/cl_conf_ui_view_modifier=>IS_BO_OBJECT_MODEL_GENERATED...more details | ||
| IS_COMMAND_FIELD_EDIT | Public | |
| CALL METHOD /bobf/cl_conf_ui_view_modifier=>IS_COMMAND_FIELD_EDIT...more details | ||
| IS_RAP_BO | Public | |
| CALL METHOD /bobf/cl_conf_ui_view_modifier=>IS_RAP_BO...more details | ||
| IS_ROOT_NODE | Is node key the root node key? | Private |
| CALL METHOD /bobf/cl_conf_ui_view_modifier=>IS_ROOT_NODE...more details | ||
| IS_UNION_SCENARIO | Is union scenario? | Private |
| CALL METHOD /bobf/cl_conf_ui_view_modifier=>IS_UNION_SCENARIO...more details | ||
| MESSAGE | Show user a message, e.g. that BO is not editable | Public |
| CALL METHOD /bobf/cl_conf_ui_view_modifier=>MESSAGE...more details | ||
| PROPOSE_NAME_DEFAULTS | Defaults for 'propose names' popup | Public |
| CALL METHOD /bobf/cl_conf_ui_view_modifier=>PROPOSE_NAME_DEFAULTS...more details | ||
| SCREEN_DROPDOWN_VALUES | Set dropdown values for a dynpro screen | Public |
| CALL METHOD /bobf/cl_conf_ui_view_modifier=>SCREEN_DROPDOWN_VALUES...more details | ||
| SCREEN_ELEMENT | Element of a dynpro screen | Public |
| CALL METHOD /bobf/cl_conf_ui_view_modifier=>SCREEN_ELEMENT...more details | ||
| SCREEN_TAB | Tab of a dynpro screen | Public |
| CALL METHOD /bobf/cl_conf_ui_view_modifier=>SCREEN_TAB...more details | ||
| SET_COMMAND_FIELD_EDIT | Private | |
| CALL METHOD /bobf/cl_conf_ui_view_modifier=>SET_COMMAND_FIELD_EDIT...more details | ||
| SET_COMMAND_FIELD_EDITX | Private | |
| CALL METHOD /bobf/cl_conf_ui_view_modifier=>SET_COMMAND_FIELD_EDITX...more details | ||
| TOGGLE_FEATURE_SET | Toggle between BASIC and ADVANCED | Public |
| CALL METHOD /bobf/cl_conf_ui_view_modifier=>TOGGLE_FEATURE_SET...more details | ||
| TREE_COLUMNS | Columns of a tree control | Public |
| CALL METHOD /bobf/cl_conf_ui_view_modifier=>TREE_COLUMNS...more details | ||
| TREE_DETERMINATION_DEPENDENCY | Dependency configuration: filter determinations | Public |
| CALL METHOD /bobf/cl_conf_ui_view_modifier=>TREE_DETERMINATION_DEPENDENCY...more details | ||
| TREE_ELEMENTS_ASSOC | Elements of a tree control (dynamic manipulation of assoc) | Public |
| CALL METHOD /bobf/cl_conf_ui_view_modifier=>TREE_ELEMENTS_ASSOC...more details | ||
| TREE_ELEMENTS_STATIC | Elements of a tree control (static manipulation) | Public |
| CALL METHOD /bobf/cl_conf_ui_view_modifier=>TREE_ELEMENTS_STATIC...more details | ||
| TREE_ELEMENTS_VAL | Elements of a tree control (dynamic manipulation of valid.) | Public |
| CALL METHOD /bobf/cl_conf_ui_view_modifier=>TREE_ELEMENTS_VAL...more details | ||
| TREE_TRIGGER_ACTIONS | Trigger actions as leaf in tree control (determ./validation) | Public |
| CALL METHOD /bobf/cl_conf_ui_view_modifier=>TREE_TRIGGER_ACTIONS...more details | ||
| TREE_TRIGGER_NODE | Trigger node as leaf in tree control (determ./validation) | Public |
| CALL METHOD /bobf/cl_conf_ui_view_modifier=>TREE_TRIGGER_NODE...more details | ||
| USER_COMMAND | Handle (suppress) user commands | Public |
| CALL METHOD /bobf/cl_conf_ui_view_modifier=>USER_COMMAND...more details | ||
| USER_COMMAND_ENABLING | Enable/disable user commands | Public |
| CALL METHOD /bobf/cl_conf_ui_view_modifier=>USER_COMMAND_ENABLING...more details | ||
| USER_SETTINGS | General user settings | Public |
| CALL METHOD /bobf/cl_conf_ui_view_modifier=>USER_SETTINGS...more details | ||
| _GET | >>> Factory method (singleton) | Public |
| CALL METHOD /bobf/cl_conf_ui_view_modifier=>_GET...more details | ||
/BOBF/CL_CONF_UI_VIEW_MODIFIER 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 |
| CO_EXTERNAL_BOPF_URL | Constant | 'http://scn.sap.com/community/abap/bopf' | LIKE STRING | Public | |
| CO_MSG_BO_EDITABLE | Constant | 'MSG_BO_EDITABLE' | LIKE STRING | Public | |
| CO_MSG_COMBINED_STRUCTURE | Constant | 'MSG_COMBINED_STRUCTURE' | LIKE STRING | Public | |
| CO_MSG_ECLIPSE_ADVERTISEMENT | Constant | 'MSG_ECLIPSE_ADVERTISEMENT' | LIKE STRING | Public | |
| GO_VIEW_MODIFIER | Static Attribute | CONF UI view modifier - provide more simple config 'views' | LIKE /BOBF/CL_CONF_UI_VIEW_MODIFIER | Private | |
| GV_COMMAND_FIELD_EDIT | Static Attribute | LIKE ABAP_BOOL | Private | ||
| GV_COMMAND_FIELD_EDITX | Static Attribute | LIKE ABAP_BOOL | Private | ||
| MO_CONF_UI_MANAGER | Instance Attribute | Manager for Maintenance Transaction | LIKE /BOBF/CL_CONF_UI_MANAGER | Private |
/BOBF/CL_CONF_UI_VIEW_MODIFIER types
TT_TREE -TT_TREE_ELEMENT -
TT_TREE_ELEMENT_DESCR -
TT_TREE_SORT -
Links to Related Class(s)
/BOBF/CL...Full list of available SAP object classes
Search for further information about these or an SAP related objects