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_MODIFIER

Method 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 NameDescriptionVisability
BO_LIST_ELEMENT_OBJCATCategory of a BO browser list elementPublic
CALL METHOD /bobf/cl_conf_ui_view_modifier=>BO_LIST_ELEMENT_OBJCAT...more details

COMMAND_FIELD_EDITPublic
CALL METHOD /bobf/cl_conf_ui_view_modifier=>COMMAND_FIELD_EDIT...more details

CONSTRUCTORCONSTRUCTORPrivate
CALL METHOD /bobf/cl_conf_ui_view_modifier=>CONSTRUCTOR...more details

CONTEXT_MENUContext menuPublic
CALL METHOD /bobf/cl_conf_ui_view_modifier=>CONTEXT_MENU...more details

DYN_PROP_ACTIONProperty determination for actionPublic
CALL METHOD /bobf/cl_conf_ui_view_modifier=>DYN_PROP_ACTION...more details

DYN_PROP_ALTKEYProperty determination for alternative keyPublic
CALL METHOD /bobf/cl_conf_ui_view_modifier=>DYN_PROP_ALTKEY...more details

DYN_PROP_ASSOCIATIONProperty determination for associationPublic
CALL METHOD /bobf/cl_conf_ui_view_modifier=>DYN_PROP_ASSOCIATION...more details

DYN_PROP_BOProperty determination for BO headerPublic
CALL METHOD /bobf/cl_conf_ui_view_modifier=>DYN_PROP_BO...more details

DYN_PROP_DETERMINATIONProperty determination for determinationPublic
CALL METHOD /bobf/cl_conf_ui_view_modifier=>DYN_PROP_DETERMINATION...more details

DYN_PROP_GROUPProperty determination for groupPublic
CALL METHOD /bobf/cl_conf_ui_view_modifier=>DYN_PROP_GROUP...more details

DYN_PROP_NODEProperty determination for nodePublic
CALL METHOD /bobf/cl_conf_ui_view_modifier=>DYN_PROP_NODE...more details

DYN_PROP_NODECATProperty determination for node categoryPublic
CALL METHOD /bobf/cl_conf_ui_view_modifier=>DYN_PROP_NODECAT...more details

DYN_PROP_QUERYProperty determination for queryPublic
CALL METHOD /bobf/cl_conf_ui_view_modifier=>DYN_PROP_QUERY...more details

FILTER_ACTIONFilter (framework) actionPublic
CALL METHOD /bobf/cl_conf_ui_view_modifier=>FILTER_ACTION...more details

GENERATE_DDIC_DEFAULTSDefaults for 'generate DDIC' popupPublic
CALL METHOD /bobf/cl_conf_ui_view_modifier=>GENERATE_DDIC_DEFAULTS...more details

GET_FEATURE_SET_DESCRIPTIONGet the description of the current feature setPublic
CALL METHOD /bobf/cl_conf_ui_view_modifier=>GET_FEATURE_SET_DESCRIPTION...more details

GRID_LAYOUTALV grid layoutPublic
CALL METHOD /bobf/cl_conf_ui_view_modifier=>GRID_LAYOUT...more details

HAS_LEGACY_DB_KEYHas legacy database key?Private
CALL METHOD /bobf/cl_conf_ui_view_modifier=>HAS_LEGACY_DB_KEY...more details

IS_BO_CATEGORY_DRAFTIs BO of category Draft Object?Private
CALL METHOD /bobf/cl_conf_ui_view_modifier=>IS_BO_CATEGORY_DRAFT...more details

IS_BO_EDITABLEIs BO editable?Private
CALL METHOD /bobf/cl_conf_ui_view_modifier=>IS_BO_EDITABLE...more details

IS_BO_EXTENSIONIs BO an extension?Private
CALL METHOD /bobf/cl_conf_ui_view_modifier=>IS_BO_EXTENSION...more details

IS_BO_OBJECT_MODEL_GENERATEDIs BO generated from CDS view?Public
CALL METHOD /bobf/cl_conf_ui_view_modifier=>IS_BO_OBJECT_MODEL_GENERATED...more details

IS_COMMAND_FIELD_EDITPublic
CALL METHOD /bobf/cl_conf_ui_view_modifier=>IS_COMMAND_FIELD_EDIT...more details

IS_RAP_BOPublic
CALL METHOD /bobf/cl_conf_ui_view_modifier=>IS_RAP_BO...more details

IS_ROOT_NODEIs node key the root node key?Private
CALL METHOD /bobf/cl_conf_ui_view_modifier=>IS_ROOT_NODE...more details

IS_UNION_SCENARIOIs union scenario?Private
CALL METHOD /bobf/cl_conf_ui_view_modifier=>IS_UNION_SCENARIO...more details

MESSAGEShow user a message, e.g. that BO is not editablePublic
CALL METHOD /bobf/cl_conf_ui_view_modifier=>MESSAGE...more details

PROPOSE_NAME_DEFAULTSDefaults for 'propose names' popupPublic
CALL METHOD /bobf/cl_conf_ui_view_modifier=>PROPOSE_NAME_DEFAULTS...more details

SCREEN_DROPDOWN_VALUESSet dropdown values for a dynpro screenPublic
CALL METHOD /bobf/cl_conf_ui_view_modifier=>SCREEN_DROPDOWN_VALUES...more details

SCREEN_ELEMENTElement of a dynpro screenPublic
CALL METHOD /bobf/cl_conf_ui_view_modifier=>SCREEN_ELEMENT...more details

SCREEN_TABTab of a dynpro screenPublic
CALL METHOD /bobf/cl_conf_ui_view_modifier=>SCREEN_TAB...more details

SET_COMMAND_FIELD_EDITPrivate
CALL METHOD /bobf/cl_conf_ui_view_modifier=>SET_COMMAND_FIELD_EDIT...more details

SET_COMMAND_FIELD_EDITXPrivate
CALL METHOD /bobf/cl_conf_ui_view_modifier=>SET_COMMAND_FIELD_EDITX...more details

TOGGLE_FEATURE_SETToggle between BASIC and ADVANCEDPublic
CALL METHOD /bobf/cl_conf_ui_view_modifier=>TOGGLE_FEATURE_SET...more details

TREE_COLUMNSColumns of a tree controlPublic
CALL METHOD /bobf/cl_conf_ui_view_modifier=>TREE_COLUMNS...more details

TREE_DETERMINATION_DEPENDENCYDependency configuration: filter determinationsPublic
CALL METHOD /bobf/cl_conf_ui_view_modifier=>TREE_DETERMINATION_DEPENDENCY...more details

TREE_ELEMENTS_ASSOCElements of a tree control (dynamic manipulation of assoc)Public
CALL METHOD /bobf/cl_conf_ui_view_modifier=>TREE_ELEMENTS_ASSOC...more details

TREE_ELEMENTS_STATICElements of a tree control (static manipulation)Public
CALL METHOD /bobf/cl_conf_ui_view_modifier=>TREE_ELEMENTS_STATIC...more details

TREE_ELEMENTS_VALElements of a tree control (dynamic manipulation of valid.)Public
CALL METHOD /bobf/cl_conf_ui_view_modifier=>TREE_ELEMENTS_VAL...more details

TREE_TRIGGER_ACTIONSTrigger actions as leaf in tree control (determ./validation)Public
CALL METHOD /bobf/cl_conf_ui_view_modifier=>TREE_TRIGGER_ACTIONS...more details

TREE_TRIGGER_NODETrigger node as leaf in tree control (determ./validation)Public
CALL METHOD /bobf/cl_conf_ui_view_modifier=>TREE_TRIGGER_NODE...more details

USER_COMMANDHandle (suppress) user commandsPublic
CALL METHOD /bobf/cl_conf_ui_view_modifier=>USER_COMMAND...more details

USER_COMMAND_ENABLINGEnable/disable user commandsPublic
CALL METHOD /bobf/cl_conf_ui_view_modifier=>USER_COMMAND_ENABLING...more details

USER_SETTINGSGeneral user settingsPublic
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.

NameLevelDescriptionInitial ValueTypeVisability
CO_EXTERNAL_BOPF_URLConstant'http://scn.sap.com/community/abap/bopf'LIKE
STRING
Public
CO_MSG_BO_EDITABLEConstant'MSG_BO_EDITABLE'LIKE
STRING
Public
CO_MSG_COMBINED_STRUCTUREConstant'MSG_COMBINED_STRUCTURE'LIKE
STRING
Public
CO_MSG_ECLIPSE_ADVERTISEMENTConstant'MSG_ECLIPSE_ADVERTISEMENT'LIKE
STRING
Public
GO_VIEW_MODIFIERStatic AttributeCONF UI view modifier - provide more simple config 'views'LIKE
/BOBF/CL_CONF_UI_VIEW_MODIFIER
Private
GV_COMMAND_FIELD_EDITStatic AttributeLIKE
ABAP_BOOL
Private
GV_COMMAND_FIELD_EDITXStatic AttributeLIKE
ABAP_BOOL
Private
MO_CONF_UI_MANAGERInstance AttributeManager for Maintenance TransactionLIKE
/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



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!