SAP ABAP Interface IF_FPM_CFG_SERVICE_HANDLER (FPM Config Editor Service Handler)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
     APB_FPM_CONF (Package) FPM: Configuration Editor
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FPM_CFG_SERVICE_HANDLER FPM Config Editor Service Handler 20080221
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FPM_HCT_GUIBB_SH_SHELL Shell for service handler 20090603
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FPM_SERVICE_HANDLER_RUNTIME Runtime Service Handler 20101203
Properties
Interface IF_FPM_CFG_SERVICE_HANDLER  
Short Description FPM Config Editor Service Handler    
General Data
Package APB_FPM_CONF   FPM: Configuration Editor 
Created 20080221   SAP 
Last changed 20131127   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_FPM_CFG_SERVICE_HANDLER has no interface.
Friends
Interface IF_FPM_CFG_SERVICE_HANDLER has no friend.
Attributes
Interface IF_FPM_CFG_SERVICE_HANDLER has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ADD_ELEMENT Instance method Public Method Creates and binds an element to the given node 20080221
2 ADD_ELEMENT_COPY Instance method Public Method Binds a copy of the given element to the context 20080303
3 GET_COMPARE_LIST Instance method Public Method Get list of deltas 20110919
4 GET_CURRENT_SCOPE Instance method Public Method Get current personalization scope 20080407
5 GET_ENHNAME Instance method Public Method Get current enhancement 20120221
6 GET_PRIMVALS_FOR_NODE Instance method Public Method Returns a list with primary attributes for a node 20110511
7 INVALIDATE_NODE Instance method Public Method Invalidates a node 20120606
8 IS_ATTRIBUTE_FINAL Instance method Public Method Tells you whether attribute is final 20080411
9 IS_ORIG_NODE Instance method Public Method Does the node belongs to original configuration context 20130528
10 MOVE_ELEMENT Instance method Public Method Moves an element 20080221
11 REMOVE_ELEMENT Instance method Public Method Removes an element 20080221
12 RESET_ATTRIBUTE Instance method Public Method Reset Attribute 20110919
13 RESET_ELEMENT Instance method Public Method Reset Element 20111006
14 SET_ATTRIBUTE Instance method Public Method Sets attribute of an element 20080221
15 SET_ATTRIBUTE_FINAL Instance method Public Method Sets an attribute to final 20080407
16 SET_STATIC_ATTRIBUTES Instance method Public Method Sets static attributes of an element 20080221
Events
Interface IF_FPM_CFG_SERVICE_HANDLER has no event.
Types
Interface IF_FPM_CFG_SERVICE_HANDLER has no local type.
Method Signatures

Method ADD_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INDEX Call by reference Type reference (TYPE) I 20080221
2 Importing I_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20080221
3 Importing I_SET_INITIAL_ELEMENTS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20080222
4 Importing I_STATIC_ATTRIBUTES Value transfer Type reference (TYPE) DATA 20080221
5 Returning R_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20080221

Method ADD_ELEMENT on Interface IF_FPM_CFG_SERVICE_HANDLER has no exception.

Method ADD_ELEMENT_COPY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COPY_CHILD_NODES Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20091029
2 Importing I_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Context Nodes 20080303
3 Importing I_INDEX Call by reference Type reference (TYPE) I 20080303
4 Importing I_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20080303
5 Importing I_SET_INITIAL_ELEMENTS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20080303
6 Returning R_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20080303

Method ADD_ELEMENT_COPY on Interface IF_FPM_CFG_SERVICE_HANDLER has no exception.

Method GET_COMPARE_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_COMPARE_LIST Value transfer Type reference (TYPE) WDY_CFG_COMPARE_LIST 20110919

Method GET_COMPARE_LIST on Interface IF_FPM_CFG_SERVICE_HANDLER has no exception.

Method GET_CURRENT_SCOPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_SCOPE Value transfer Type reference (TYPE) WDR_PERS_SCOPE Web Dynpro: Personalization Range 20080407

Method GET_CURRENT_SCOPE on Interface IF_FPM_CFG_SERVICE_HANDLER has no exception.

Method GET_ENHNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_ENHNAME Value transfer Type reference (TYPE) ENHNAME ID of an Enhancement 20120221

Method GET_ENHNAME on Interface IF_FPM_CFG_SERVICE_HANDLER has no exception.

Method GET_PRIMVALS_FOR_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE WebDynpro: Schnittstelle für Kontext Knoten 20110511
2 Returning R_PRIMVALS Value transfer Type reference (TYPE) PRIMARY_ATTRIBUTE_VALUES Liste von Primary-Attribut-Werten im Konfig.-Kontext 20110511

Method GET_PRIMVALS_FOR_NODE on Interface IF_FPM_CFG_SERVICE_HANDLER has no exception.

Method INVALIDATE_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20120606

Method INVALIDATE_NODE on Interface IF_FPM_CFG_SERVICE_HANDLER has no exception.

Method IS_ATTRIBUTE_FINAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ATTRIBUTE_NAME Call by reference Type reference (TYPE) STRING 20080411
2 Importing I_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20080411
3 Returning R_FINAL Value transfer Type reference (TYPE) ABAP_BOOL 20080411

Method IS_ATTRIBUTE_FINAL on Interface IF_FPM_CFG_SERVICE_HANDLER has no exception.

Method IS_ORIG_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20130528
2 Returning R_IS_ORIG_NODE Value transfer Type reference (TYPE) ABAP_BOOL 20130528

Method IS_ORIG_NODE on Interface IF_FPM_CFG_SERVICE_HANDLER has no exception.

Method MOVE_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FROM Call by reference Type reference (TYPE) I Source index 20080221
2 Importing I_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20080221
3 Importing I_TO Call by reference Type reference (TYPE) I Target index 20080221

Method MOVE_ELEMENT on Interface IF_FPM_CFG_SERVICE_HANDLER has no exception.

Method REMOVE_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20080221

Method REMOVE_ELEMENT on Interface IF_FPM_CFG_SERVICE_HANDLER has no exception.

Method RESET_ATTRIBUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ATTRIBUTE_NAME Call by reference Type reference (TYPE) STRING 20110919
2 Importing I_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20110919

Method RESET_ATTRIBUTE on Interface IF_FPM_CFG_SERVICE_HANDLER has no exception.

Method RESET_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20111006
2 Importing I_WHOLE_SUBTREE Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_FALSE Replacement for Real Boolean Type: 'X' == True '' == False 20111006

Method RESET_ELEMENT on Interface IF_FPM_CFG_SERVICE_HANDLER has no exception.

Method SET_ATTRIBUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ATTRIBUTE_NAME Call by reference Type reference (TYPE) STRING 20080221
2 Importing I_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20080221
3 Importing I_VALUE Value transfer Type reference (TYPE) DATA 20080221

Method SET_ATTRIBUTE on Interface IF_FPM_CFG_SERVICE_HANDLER has no exception.

Method SET_ATTRIBUTE_FINAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ATTRIBUTE_NAME Call by reference Type reference (TYPE) STRING 20080407
2 Importing I_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20080407
3 Importing I_FINAL Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Supplement for True Boolean Type: 'X' == True '' == False 20080411

Method SET_ATTRIBUTE_FINAL on Interface IF_FPM_CFG_SERVICE_HANDLER has no exception.

Method SET_STATIC_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20080221
2 Importing I_STATIC_ATTRIBUTES Call by reference Type reference (TYPE) DATA 20080221

Method SET_STATIC_ATTRIBUTES on Interface IF_FPM_CFG_SERVICE_HANDLER has no exception.
History
Last changed by/on SAP  20131127 
SAP Release Created in 711