SAP ABAP Interface IF_FDT_WD_OBJM_CONFIGURATION (FDT WD: Configuration for the object manager)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-BR (Application Component) BRFplus - ABAP-Based Business Rules
     SFDT_WD_INFRASTRUCTURE (Package) BRFplus: Web Dynpro UI: Infrastructure
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_FDT_WD_CONFIGURATION FDT WD: Configuration 20080626
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_BRF_UI_MODE BRF UI Class 20110118
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FDT_WD_CONFIGURATION FDT WD: Configuration for Web Dynpro Ui 20071022
4 Interface implementation (CLASS c. INTERFACES i_ref)  CL_GHO_FDT_CM_UI_MODE_CONFIG BRF Plus Configuration Class for Formula tab in Capt. meas. 20131111
Properties
Interface IF_FDT_WD_OBJM_CONFIGURATION  
Short Description FDT WD: Configuration for the object manager    
General Data
Package SFDT_WD_INFRASTRUCTURE   BRFplus: Web Dynpro UI: Infrastructure 
Created 20071022   SAP 
Last changed 20130531   SAP 
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Interface IF_FDT_WD_OBJM_CONFIGURATION has no interface.
Friends
Interface IF_FDT_WD_OBJM_CONFIGURATION has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_TOOLBAR_BUTTON_ACTIVATE Constant Public Type reference (TYPE) STRING 'ACTIVATE' Toolbar Button: Activate 20071022
2 GC_TOOLBAR_BUTTON_CHECK Constant Public Type reference (TYPE) STRING 'CHECK' Toolbar Button: Check 20071022
3 GC_TOOLBAR_BUTTON_CHG_DSPL Constant Public Type reference (TYPE) STRING 'CHANGE_DISPLAY' Toolbar Button: Change Display 20071022
4 GC_TOOLBAR_BUTTON_CHG_HISTORY Constant Public Type reference (TYPE) STRING 'CHANGE_HISTORY' Toolbar Button: Change History 20080520
5 GC_TOOLBAR_BUTTON_COPY Constant Public Type reference (TYPE) STRING 'COPY' Toolbar Button: Copy 20071022
6 GC_TOOLBAR_BUTTON_DELETE Constant Public Type reference (TYPE) STRING 'DELETE' Toolbar Button: Delete 20071022
7 GC_TOOLBAR_BUTTON_SAVE Constant Public Type reference (TYPE) STRING 'SAVE' Toolbar Button: Save 20071023
8 GC_TOOLBAR_BUTTON_STATUS Constant Public Type reference (TYPE) STRING 'STATUS' Toolbar Button: Status 20071022
9 GC_TOOLBAR_BUTTON_TRANSPORT Constant Public Type reference (TYPE) STRING 'TRANSPORT' Toolbar Button: Transport 20071022
10 GC_TOOLBAR_BUTTON_WHERE_USED Constant Public Type reference (TYPE) STRING 'WHERE_USED' Toolbar Button: Where Used 20071022
Methods
# Method Level Visibility Method type Description Created on
1 IS_EXTERNAL_COMMIT_WORK Instance method Public Method Returns, if commit work should be triggered externally 20081008
2 IS_GENERAL_DATA_MINIMIZED Instance method Public Method Checks if the General Data is minimized or not 20110621
3 IS_GENERAL_DATA_VISIBLE Instance method Public Method Returns, if the general data is visible 20071022
4 IS_HEADER_VISIBLE Instance method Public Method Returns, if the header is visible 20071022
5 IS_PREVENT_NAVIGATION Instance method Public Method DO NOT USE! 20081009
6 IS_TOOLBAR_BUTTON_VISIBLE Instance method Public Method Returns, if the a toolbar button is visible 20071022
7 IS_TOOLBAR_VISIBLE Instance method Public Method Returns, if the toolbar is visible 20071022
8 SET_EXTERNAL_COMMIT_WORK Instance method Public Method Sets, that the commit work is triggered external (by caller) 20080703
9 SET_GENERAL_DATA_MINIMIZED Instance method Public Method Sets the General Data Minimized 20110621
10 SET_GENERAL_DATA_VISIBLE Instance method Public Method Sets, if the general data is visible 20071022
11 SET_HEADER_VISIBLE Instance method Public Method Sets, if the header is visible 20071022
12 SET_PREVENT_NAVIGATION Instance method Public Method DO NOT USE! 20081009
13 SET_TOOLBAR_BTN_BACK_VISIBLE Instance method Public Method Sets that only the back button is visible 20091023
14 SET_TOOLBAR_BUTTON_VISIBLE Instance method Public Method Sets if a toolbar button is visible 20071022
15 SET_TOOLBAR_VISIBLE Instance method Public Method Sets, if the toolbar is visible 20071022
Events
Interface IF_FDT_WD_OBJM_CONFIGURATION has no event.
Types
Interface IF_FDT_WD_OBJM_CONFIGURATION has no local type.
Method Signatures

Method IS_EXTERNAL_COMMIT_WORK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_EXTERNAL_COMMIT_WORK Value transfer Type reference (TYPE) BOOLE_D True: external commit work 20081008

Method IS_EXTERNAL_COMMIT_WORK on Interface IF_FDT_WD_OBJM_CONFIGURATION has no exception.

Method IS_GENERAL_DATA_MINIMIZED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_IS_GENERAL_MINIMIZED Value transfer Type reference (TYPE) ABAP_BOOL 20110621

Method IS_GENERAL_DATA_MINIMIZED on Interface IF_FDT_WD_OBJM_CONFIGURATION has no exception.

Method IS_GENERAL_DATA_VISIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_IS_VISIBLE Value transfer Type reference (TYPE) ABAP_BOOL True: is visible 20071022

Method IS_GENERAL_DATA_VISIBLE on Interface IF_FDT_WD_OBJM_CONFIGURATION has no exception.

Method IS_HEADER_VISIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_IS_VISIBLE Value transfer Type reference (TYPE) BOOLE_D True: is visible 20071022

Method IS_HEADER_VISIBLE on Interface IF_FDT_WD_OBJM_CONFIGURATION has no exception.

Method IS_PREVENT_NAVIGATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_PREVENT_NAVIGATION Value transfer Type reference (TYPE) BOOLE_D True: Prevent navigation 20081009

Method IS_PREVENT_NAVIGATION on Interface IF_FDT_WD_OBJM_CONFIGURATION has no exception.

Method IS_TOOLBAR_BUTTON_VISIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BUTTON_NAME Call by reference Type reference (TYPE) STRING Toolbar Button 20071022
2 Returning RV_IS_VISIBLE Value transfer Type reference (TYPE) ABAP_BOOL True: is visible 20071022

Method IS_TOOLBAR_BUTTON_VISIBLE on Interface IF_FDT_WD_OBJM_CONFIGURATION has no exception.

Method IS_TOOLBAR_VISIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_IS_VISIBLE Value transfer Type reference (TYPE) ABAP_BOOL True: Is visible 20071022

Method IS_TOOLBAR_VISIBLE on Interface IF_FDT_WD_OBJM_CONFIGURATION has no exception.

Method SET_EXTERNAL_COMMIT_WORK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EXTERNAL_COMMIT_WORK Call by reference Type reference (TYPE) BOOLE_D True: external commit work 20080703

Method SET_EXTERNAL_COMMIT_WORK on Interface IF_FDT_WD_OBJM_CONFIGURATION has no exception.

Method SET_GENERAL_DATA_MINIMIZED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_IS_MINIMIZED Call by reference Type reference (TYPE) ABAP_BOOL 20110621

Method SET_GENERAL_DATA_MINIMIZED on Interface IF_FDT_WD_OBJM_CONFIGURATION has no exception.

Method SET_GENERAL_DATA_VISIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_IS_VISIBLE Call by reference Type reference (TYPE) ABAP_BOOL True: is visible 20071023

Method SET_GENERAL_DATA_VISIBLE on Interface IF_FDT_WD_OBJM_CONFIGURATION has no exception.

Method SET_HEADER_VISIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_IS_VISIBLE Call by reference Type reference (TYPE) ABAP_BOOL True: is visible 20071022

Method SET_HEADER_VISIBLE on Interface IF_FDT_WD_OBJM_CONFIGURATION has no exception.

Method SET_PREVENT_NAVIGATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PREVENT_NAVIGATION Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20081009

Method SET_PREVENT_NAVIGATION on Interface IF_FDT_WD_OBJM_CONFIGURATION has no exception.

Method SET_TOOLBAR_BTN_BACK_VISIBLE Signature

Method SET_TOOLBAR_BTN_BACK_VISIBLE on Interface IF_FDT_WD_OBJM_CONFIGURATION has no parameter.
Method SET_TOOLBAR_BTN_BACK_VISIBLE on Interface IF_FDT_WD_OBJM_CONFIGURATION has no exception.

Method SET_TOOLBAR_BUTTON_VISIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BUTTON_NAME Call by reference Type reference (TYPE) STRING Toolbar Button 20071022
2 Importing IV_IS_VISIBLE Call by reference Type reference (TYPE) BOOLE_D True: is visible 20071022

Method SET_TOOLBAR_BUTTON_VISIBLE on Interface IF_FDT_WD_OBJM_CONFIGURATION has no exception.

Method SET_TOOLBAR_VISIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_IS_VISIBLE Call by reference Type reference (TYPE) ABAP_BOOL True: is visible 20071022

Method SET_TOOLBAR_VISIBLE on Interface IF_FDT_WD_OBJM_CONFIGURATION has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 711