SAP ABAP Class CL_FPM_HCT_ADAPTATION_ASSIST (Assistance Class for FPM_HCT_ADAPTATION)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
     APB_FPM_HCT (Package) Harmonized Configuration Tool
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_FPM_HCT_UI_ASSIST Assistance class for FPM configuration editor 20100817
Properties
Class CL_FPM_HCT_ADAPTATION_ASSIST  
Short Description Assistance Class for FPM_HCT_ADAPTATION    
Super Class CL_FPM_HCT_UI_ASSIST Assistance class for FPM configuration editor 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package APB_FPM_HCT   Harmonized Configuration Tool 
Created 20100816   SAP 
Last change 20131127   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
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
Class CL_FPM_HCT_ADAPTATION_ASSIST has no interface implemented.
Friends
Class CL_FPM_HCT_ADAPTATION_ASSIST has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CS_ACTION Constant Public See coding 20110216
2 CS_ADAPT_TERM Constant Public See coding 20130115
3 CS_ATTR Constant Public See coding 20130115
4 CS_NODE Constant Public See coding 20130115
5 CS_TYPE Constant Public See coding 20130115
6 CS_UI_ELEM_ID Constant Public See coding 20130115
7 CS_VIEW Constant Public See coding 20130106
8 GO_DIALOG Instance attribute Public Object reference (TYPE REF TO) IF_WD_VIEW_CONTROLLER Web Dynpro: View Controller 20100817
9 MO_CONFIG_FACTORY Instance attribute Public Object reference (TYPE REF TO) CL_WD_CONFIG_FACTORY Factory Class for Configuration API 20101102
10 MR_COMP_USAGES Instance attribute Private Object reference (TYPE REF TO) IF_WD_COMPONENT_USAGE_GROUP Web Dynpro: Component Usage 20130211
11 MT_ADAPT_DIM Instance attribute Public Type reference (TYPE) FPM_T_ADAPT_DIM Adaptation Dimensions 20100816
12 MT_ADAPT_LINK Instance attribute Public Type reference (TYPE) FPM_T_ADAPT_LINK Adaptation Links 20100816
13 MT_ADAPT_LINK_TR Static Attribute Public Type reference (TYPE) FPM_T_ADAPT_LINK Table Type FPM_ADAPT_LINK 20130131
14 MT_ADAPT_RULE Instance attribute Public Type reference (TYPE) FPM_T_ADAPT_RULE Adaptation Rule 20100816
15 MT_ADAPT_RULE_TR Static Attribute Public Type reference (TYPE) FPM_T_ADAPT_RULE Table Type FPM_ADAPT_RULE 20130131
16 MT_ADAPT_SET Instance attribute Public Type reference (TYPE) FPM_T_ADAPT_SET Table Type FPM_ADAPT_SET 20121214
17 MT_ADAPT_SET_TR Static Attribute Public Type reference (TYPE) FPM_T_ADAPT_SET Table Type FPM_ADAPT_SET 20130131
18 MT_NEW_ADAPT_LINK Instance attribute Public Type reference (TYPE) FPM_T_ADAPT_LINK Table Type FPM_ADAPT_LINK 20101109
19 MT_NEW_ADAPT_RULE Instance attribute Public Type reference (TYPE) FPM_T_ADAPT_RULE Table Type FPM_ADAPT_RULE 20101109
20 MT_NEW_ADAPT_SET Instance attribute Public Type reference (TYPE) FPM_T_ADAPT_SET Table Type FPM_ADAPT_SET 20121214
21 MV_ADAPT_DIM_COUNT Instance attribute Public Type reference (TYPE) INT4 Natural number 20100825
22 MV_ADAPT_DIM_FILLED Instance attribute Public Type reference (TYPE) INT4 Natural number 20100825
23 MV_ADAPT_LINK Instance attribute Public Type reference (TYPE) FPM_ADAPTATION_LINK Adaptation Link 20110722
24 MV_ADJUST_FIRST_VISIBLE_ROW Instance attribute Public Type reference (TYPE) WDY_BOOLEAN Replacement for Real Boolean Type: 'X' == True '' == False 20110405
25 MV_BASE_CONFIG_KEY Instance attribute Public Type reference (TYPE) WDY_CONFIG_KEY Key Components of Configuration Tables 20101109
26 MV_CHANGE_DIM_VALUES Instance attribute Public Type reference (TYPE) WDY_BOOLEAN Replacement for Real Boolean Type: 'X' == True '' == False 20130106
27 MV_CREATE_INHERITANCE Instance attribute Public Type reference (TYPE) WDY_BOOLEAN Supplement for True Boolean Type: 'X' == True '' == False 20101108
28 MV_DELETE_INHERITANCE Instance attribute Public Type reference (TYPE) WDY_BOOLEAN Replacement for Real Boolean Type: 'X' == True '' == False 20110722
29 MV_IS_FLOORPLAN Instance attribute Public Type reference (TYPE) WDY_BOOLEAN Supplement for True Boolean Type: 'X' == True '' == False 20100908
30 MV_MAX_DIMENSIONS Constant Public Type reference (TYPE) INT4 99 Natural number 20100818
31 MV_NAMESPACE Instance attribute Public Type reference (TYPE) FPM_ADAPT_NAMESPACE Namespace for adaptations 20110127
32 MV_NEW_CONFIG_KEY Instance attribute Public Type reference (TYPE) WDY_CONFIG_KEY Key Components of Configuration Tables 20101109
33 MV_ORIG_CONFIG_ID Instance attribute Public Type reference (TYPE) WDY_CONFIG_ID Configuration Identification 20100906
34 MV_SCHEMA_ID Instance attribute Public Type reference (TYPE) FPM_ADAPTATION_SCHEMA Adaptation Schema 20100816
35 MV_SOURCE_CONFIG_KEY Instance attribute Public Type reference (TYPE) WDY_CONFIG_KEY Key Components of Configuration Tables 20110126
36 MV_TARGET_CONFIG_KEY Instance attribute Public Type reference (TYPE) WDY_CONFIG_KEY Key Components of Configuration Tables 20110722
37 MV_TRGT_CONFIG_ID Instance attribute Public Type reference (TYPE) WDY_CONFIG_ID Configuration Identification 20100906
Methods
# Method Level Visibility Method type Description Created on
1 ADD_ADAPTATION Instance method Public Method Add new Adaptation records to Database 20101027
2 ADJUST_CHILD_ADAPTATIONS Instance method Private Method Adjust affected child adaptations to the new SETID 20130131
3 ADJUST_RELATED_ADAPTATIONS Instance method Private Method Instead of concrete value take given SETID for all related a 20130131
4 BUILD_UP_SUBTREE Instance method Private Method builds up the adaptations tree 20110217
5 CHANGE_DIM_VALUES Instance method Public Method Changes dimension values 20130106
6 CHECK_ADAPTATION_RULE Instance method Public Method Check whether adapation rule already exists 20100826
7 CHECK_ADAPT_CHILDREN_EXIST Instance method Public Method Check if children exist for selected adaptation 20110126
8 CHECK_COMPONENT Instance method Public Method Check if component is a floorplan or a GUIBB 20100908
9 CHECK_DIMENSION_VALUES Instance method Public Method Check whether dimension values are filled 20110512
10 CHECK_LEAD_SELECTION Instance method Public Method Check selection in adapation table 20100825
11 CHECK_NAMESPACE Instance method Public Method Check whether namespace is mandatory and filled 20130815
12 CLEANUP_SET_VALUES Instance method Public Method Cleans up the value contains in a set (remove duplicates, .. 20121220
13 CREATE_ADAPTATION_DATA Instance method Public Method Create new Adaptation entities 20121204
14 CREATE_CONTEXT_FOR_ADAPT_TABLE Instance method Public Method Create context for Adaptation Table in FLUID 20121214
15 CREATE_CONTEXT_FOR_POPUP Instance method Public Method Create context for Popup to enter dimension values 20121214
16 CREATE_TRANSPORT_ENTRIES Static method Public Method Generates entries for transporting added/delet table records 20110722
17 CREATE_UI_FOR_ADAPT_TABLE Instance method Public Method Create table containing adaptations 20121218
18 CREATE_UI_FOR_POPUP Instance method Public Method Create popup for entering dimension values of the new adapt 20121218
19 GET_ADAPT_DATA_FROM_CONTEXT Instance method Public Method Get adaptation data from the popup context 20121214
20 GET_ADAPT_DIM Instance method Private Method Get Adaptation Dimensions from database 20100816
21 GET_ADAPT_LINK Instance method Private Method Get Adaptation Links from database 20100816
22 GET_ADAPT_LINK_CHILDREN Instance method Public Method Get adaptation link children 20110126
23 GET_ADAPT_RULE Instance method Private Method Get Adaptation Rule from database 20100816
24 GET_ADAPT_SET Instance method Private Method Get Adaptation Sets from database 20121214
25 GET_BASE_CONFIG_KEY Instance method Public Method Returns the root configuration 20111220
26 GET_DDIC_TEXT Instance method Public Method Delivers text from ddic for a data element 20130121
27 GET_NEW_CONFIG_ID Instance method Private Method Get new target config ID 20121204
28 GET_NEW_LINK_ID Instance method Private Method Get new link ID 20121204
29 GET_NEW_SET_ID Instance method Private Method Get new set ID 20121213
30 GET_OBJECT_NAMESPACE Instance method Public Method Provides namespace of the base configuration 20110127
31 GET_SCHEMA_ID Instance method Public Method Get Schema ID 20100816
32 IS_ADAPT_SETID_INCONSISTENT Instance method Private Method Delivers true if setid within one dimension are inconsistent 20130131
33 IS_CHANGEABLE_BY_CUSTOMER Instance method Private Method Determines whether customer can change dimension values 20130129
34 IS_CHANGE_ENABLED Instance method Public Method Enabling of Change Button in Adaptation Table 20121221
35 PREPARE_NAVIGATION Instance method Public Method Prepare Navigation to Select Option Components 20130211
36 REFRESH_DELTA_PANEL Instance method Public Method Influence on Delta Panel (CL_FPM_HCT_DELTA_ASSIST) 20111115
37 REMOVE_ADAPTATION Instance method Public Method Delete Adaptation (Lead Selection) 20100830
38 SET_CONTEXT_FOR_ADAPT_TABLE Instance method Public Method Set context of FLUID adaptation table 20121214
39 SET_CONTEXT_FOR_POPUP Instance method Public Method Set context within popup for adding an adaptation 20121214
Events
Class CL_FPM_HCT_ADAPTATION_ASSIST has no event.
Types
Class CL_FPM_HCT_ADAPTATION_ASSIST has no local type.
Method Signatures

Method ADD_ADAPTATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20101027
2 Importing IT_ADAPT_LINK Call by reference Type reference (TYPE) FPM_T_ADAPT_LINK Table Type FPM_ADAPT_LINK 20101027
3 Importing IT_ADAPT_RULE Call by reference Type reference (TYPE) FPM_T_ADAPT_RULE Table Type FPM_ADAPT_RULE 20101027
4 Importing IT_ADAPT_SET Call by reference Type reference (TYPE) FPM_T_ADAPT_SET Table Type FPM_ADAPT_SET 20121214
5 Importing IV_NEW_CONFIG_KEY Call by reference Type reference (TYPE) WDY_CONFIG_KEY Key Components of Configuration Tables 20101027
6 Importing IV_SOURCE_CONFIG_KEY Call by reference Type reference (TYPE) WDY_CONFIG_KEY 20110126
7 Importing IV_TRKORR Call by reference Type reference (TYPE) TRKORR Request/Task 20110216

Method ADD_ADAPTATION on class CL_FPM_HCT_ADAPTATION_ASSIST has no exception.

Method ADJUST_CHILD_ADAPTATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_ADAPT_RULE Call by reference Type reference (TYPE) FPM_T_ADAPT_RULE Table Type FPM_ADAPT_RULE 20130131
2 Changing CT_ADAPT_RULE_TR Call by reference Type reference (TYPE) FPM_T_ADAPT_RULE Table Type FPM_ADAPT_RULE 20130131
3 Importing IV_DIMENSION Call by reference Type reference (TYPE) FPM_ADAPTATION_DIMENSION Adaptation Dimension 20130131
4 Importing IV_LINK Call by reference Type reference (TYPE) FPM_ADAPTATION_LINK Adaptation Link 20130131
5 Importing IV_SETID Call by reference Type reference (TYPE) FPM_ADAPTATION_SET Adaptation Value Set 20130131
6 Importing IV_VALUE Call by reference Type reference (TYPE) STRING 20130131

Method ADJUST_CHILD_ADAPTATIONS on class CL_FPM_HCT_ADAPTATION_ASSIST has no exception.

Method ADJUST_RELATED_ADAPTATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_ADAPT_RULE Call by reference Type reference (TYPE) FPM_T_ADAPT_RULE Table Type FPM_ADAPT_RULE 20130131
2 Changing CT_ADAPT_RULE_TR Call by reference Type reference (TYPE) FPM_T_ADAPT_RULE Table Type FPM_ADAPT_RULE 20130131
3 Importing IV_DIMENSION Call by reference Type reference (TYPE) FPM_ADAPTATION_DIMENSION Adaptation Dimension 20130131
4 Importing IV_LINK Call by reference Type reference (TYPE) FPM_ADAPTATION_LINK Adaptation Link 20130131
5 Importing IV_SETID Call by reference Type reference (TYPE) FPM_ADAPTATION_SET Adaptation Value Set 20130131
6 Importing IV_VALUE Call by reference Type reference (TYPE) STRING 20130131

Method ADJUST_RELATED_ADAPTATIONS on class CL_FPM_HCT_ADAPTATION_ASSIST has no exception.

Method BUILD_UP_SUBTREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTEXT_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20110217
2 Importing IO_PARENT_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20110217

Method BUILD_UP_SUBTREE on class CL_FPM_HCT_ADAPTATION_ASSIST has no exception.

Method CHANGE_DIM_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20130106
2 Importing IV_TRKORR Call by reference Type reference (TYPE) TRKORR Request/Task 20130106

Method CHANGE_DIM_VALUES on class CL_FPM_HCT_ADAPTATION_ASSIST has no exception.

Method CHECK_ADAPTATION_RULE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20100826
2 Returning RV_RETURN_CODE Value transfer Type reference (TYPE) WDY_BOOLEAN Supplement for True Boolean Type: 'X' == True '' == False 20100826

Method CHECK_ADAPTATION_RULE on class CL_FPM_HCT_ADAPTATION_ASSIST has no exception.

Method CHECK_ADAPT_CHILDREN_EXIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONFIG_KEY Call by reference Type reference (TYPE) WDY_CONFIG_KEY Key Components of Configuration Tables 20110126
2 Returning RV_RETURN_CODE Value transfer Type reference (TYPE) WDY_BOOLEAN Supplement for True Boolean Type: 'X' == True '' == False 20110126

Method CHECK_ADAPT_CHILDREN_EXIST on class CL_FPM_HCT_ADAPTATION_ASSIST has no exception.

Method CHECK_COMPONENT Signature

Method CHECK_COMPONENT on class CL_FPM_HCT_ADAPTATION_ASSIST has no parameter.
Method CHECK_COMPONENT on class CL_FPM_HCT_ADAPTATION_ASSIST has no exception.

Method CHECK_DIMENSION_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20110512
2 Returning RV_RETURN_CODE Value transfer Type reference (TYPE) WDY_BOOLEAN Supplement for True Boolean Type: 'X' == True '' == False 20110512

Method CHECK_DIMENSION_VALUES on class CL_FPM_HCT_ADAPTATION_ASSIST has no exception.

Method CHECK_LEAD_SELECTION Signature

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

Method CHECK_LEAD_SELECTION on class CL_FPM_HCT_ADAPTATION_ASSIST has no exception.

Method CHECK_NAMESPACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20130815
2 Returning RV_RETURN_CODE Value transfer Type reference (TYPE) WDY_BOOLEAN Supplement for True Boolean Type: 'X' == True '' == False 20130815

Method CHECK_NAMESPACE on class CL_FPM_HCT_ADAPTATION_ASSIST has no exception.

Method CLEANUP_SET_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTEXT_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro Context 20121221

Method CLEANUP_SET_VALUES on class CL_FPM_HCT_ADAPTATION_ASSIST has no exception.

Method CREATE_ADAPTATION_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ADAPT_LINK Call by reference Type reference (TYPE) FPM_T_ADAPT_LINK Table Type FPM_ADAPT_LINK 20121204
2 Exporting ET_ADAPT_RULE Call by reference Type reference (TYPE) FPM_T_ADAPT_RULE Table Type FPM_ADAPT_RULE 20121204
3 Exporting ET_ADAPT_SET Call by reference Type reference (TYPE) FPM_T_ADAPT_SET Table Type FPM_ADAPT_SET 20121214
4 Exporting EV_NEW_CONFIG_KEY Call by reference Type reference (TYPE) WDY_CONFIG_KEY New Config Key of Adaptation 20121204
5 Exporting EV_SOURCE_CONFIG_KEY Call by reference Type reference (TYPE) WDY_CONFIG_KEY Config Key of Source Configuration where Adaptation inherits 20121214
6 Importing IO_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20121204

Method CREATE_ADAPTATION_DATA on class CL_FPM_HCT_ADAPTATION_ASSIST has no exception.

Method CREATE_CONTEXT_FOR_ADAPT_TABLE Signature

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

Method CREATE_CONTEXT_FOR_ADAPT_TABLE on class CL_FPM_HCT_ADAPTATION_ASSIST has no exception.

Method CREATE_CONTEXT_FOR_POPUP Signature

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

Method CREATE_CONTEXT_FOR_POPUP on class CL_FPM_HCT_ADAPTATION_ASSIST has no exception.

Method CREATE_TRANSPORT_ENTRIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_SUCCESSFUL Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20110722
2 Importing IT_ADAPT_LINK Call by reference Type reference (TYPE) FPM_T_ADAPT_LINK Table Type FPM_ADAPT_LINK 20110722
3 Importing IT_ADAPT_RULE Call by reference Type reference (TYPE) FPM_T_ADAPT_RULE Table Type FPM_ADAPT_RULE 20110722
4 Importing IT_ADAPT_SET Call by reference Type reference (TYPE) FPM_T_ADAPT_SET Table Type FPM_ADAPT_SET 20121214
5 Importing IV_TRKORR Call by reference Type reference (TYPE) TRKORR Request/Task 20110722

Method CREATE_TRANSPORT_ENTRIES on class CL_FPM_HCT_ADAPTATION_ASSIST has no exception.

Method CREATE_UI_FOR_ADAPT_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro Context 20121218
2 Importing IO_VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW Web Dynpro: API of a View 20121218

Method CREATE_UI_FOR_ADAPT_TABLE on class CL_FPM_HCT_ADAPTATION_ASSIST has no exception.

Method CREATE_UI_FOR_POPUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20121218
2 Importing IO_VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW Web Dynpro: API of a View 20121218
3 Importing IV_FIRST_TIME Call by reference Type reference (TYPE) ABAP_BOOL 20121220

Method CREATE_UI_FOR_POPUP on class CL_FPM_HCT_ADAPTATION_ASSIST has no exception.

Method GET_ADAPT_DATA_FROM_CONTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ADAPT_RULE Call by reference Type reference (TYPE) FPM_T_ADAPT_RULE Table Type FPM_ADAPT_RULE 20121214
2 Exporting ET_ADAPT_SET Call by reference Type reference (TYPE) FPM_T_ADAPT_SET Table Type FPM_ADAPT_SET 20121219
3 Exporting EV_IS_EQUAL Call by reference Type reference (TYPE) ABAP_BOOL 20121214
4 Exporting EV_IS_HIDDEN Call by reference Type reference (TYPE) ABAP_BOOL Is a hidden adaptation 20121214
5 Exporting EV_SOURCE_CONFIG_KEY Call by reference Type reference (TYPE) WDY_CONFIG_KEY Key Components of Configuration Tables 20121214
6 Importing IO_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20121214

Method GET_ADAPT_DATA_FROM_CONTEXT on class CL_FPM_HCT_ADAPTATION_ASSIST has no exception.

Method GET_ADAPT_DIM Signature

Method GET_ADAPT_DIM on class CL_FPM_HCT_ADAPTATION_ASSIST has no parameter.
Method GET_ADAPT_DIM on class CL_FPM_HCT_ADAPTATION_ASSIST has no exception.

Method GET_ADAPT_LINK Signature

Method GET_ADAPT_LINK on class CL_FPM_HCT_ADAPTATION_ASSIST has no parameter.
Method GET_ADAPT_LINK on class CL_FPM_HCT_ADAPTATION_ASSIST has no exception.

Method GET_ADAPT_LINK_CHILDREN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ADAPT_LINK Call by reference Type reference (TYPE) FPM_ADAPT_LINK Adaptation Links 20110126

Method GET_ADAPT_LINK_CHILDREN on class CL_FPM_HCT_ADAPTATION_ASSIST has no exception.

Method GET_ADAPT_RULE Signature

Method GET_ADAPT_RULE on class CL_FPM_HCT_ADAPTATION_ASSIST has no parameter.
Method GET_ADAPT_RULE on class CL_FPM_HCT_ADAPTATION_ASSIST has no exception.

Method GET_ADAPT_SET Signature

Method GET_ADAPT_SET on class CL_FPM_HCT_ADAPTATION_ASSIST has no parameter.
Method GET_ADAPT_SET on class CL_FPM_HCT_ADAPTATION_ASSIST has no exception.

Method GET_BASE_CONFIG_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_CONFIG_KEY Value transfer Type reference (TYPE) WDY_CONFIG_KEY Key Components of Configuration Tables 20111220

Method GET_BASE_CONFIG_KEY on class CL_FPM_HCT_ADAPTATION_ASSIST has no exception.

Method GET_DDIC_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TYPE Call by reference Type reference (TYPE) ROLLNAME Data element (semantic domain) 20130121
2 Returning RV_TEXT Value transfer Type reference (TYPE) STRING 20130121

Method GET_DDIC_TEXT on class CL_FPM_HCT_ADAPTATION_ASSIST has no exception.

Method GET_NEW_CONFIG_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_RULES Call by reference Type reference (TYPE) FPM_T_ADAPT_RULE Table Type FPM_ADAPT_RULE 20121204
2 Importing IV_IS_HIDDEN Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20121204
3 Returning RV_ID Value transfer Type reference (TYPE) GUID_32 GUID in 'CHAR' Format in Uppercase 20121204

Method GET_NEW_CONFIG_ID on class CL_FPM_HCT_ADAPTATION_ASSIST has no exception.

Method GET_NEW_LINK_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_RULES Call by reference Type reference (TYPE) FPM_T_ADAPT_RULE Table Type FPM_ADAPT_RULE 20121204
2 Returning RV_ID Value transfer Type reference (TYPE) GUID_32 GUID in 'CHAR' Format in Uppercase 20121204

Method GET_NEW_LINK_ID on class CL_FPM_HCT_ADAPTATION_ASSIST has no exception.

Method GET_NEW_SET_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_ID Value transfer Type reference (TYPE) GUID_32 GUID in 'CHAR' Format in Uppercase 20121213

Method GET_NEW_SET_ID on class CL_FPM_HCT_ADAPTATION_ASSIST has no exception.

Method GET_OBJECT_NAMESPACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OBJECT Call by reference Type reference (TYPE) TADIR-OBJECT Object Type 20110127
2 Importing IV_OBJ_NAME Call by reference Type reference (TYPE) TADIR-OBJ_NAME Object Name in Object Directory 20110127
3 Importing IV_PGMID Call by reference Type reference (TYPE) TADIR-PGMID Program ID in Requests and Tasks 20110127
4 Returning RV_NAMESPACE Value transfer Type reference (TYPE) TRNSPACE-NAMESPACE Namespace 20110127

Method GET_OBJECT_NAMESPACE on class CL_FPM_HCT_ADAPTATION_ASSIST has no exception.

Method GET_SCHEMA_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CONFIG_KEY Call by reference Type reference (TYPE) WDY_CONFIG_KEY Key Components of Configuration Tables 20100816

Method GET_SCHEMA_ID on class CL_FPM_HCT_ADAPTATION_ASSIST has no exception.

Method IS_ADAPT_SETID_INCONSISTENT Signature

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

Method IS_ADAPT_SETID_INCONSISTENT on class CL_FPM_HCT_ADAPTATION_ASSIST has no exception.

Method IS_CHANGEABLE_BY_CUSTOMER Signature

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

Method IS_CHANGEABLE_BY_CUSTOMER on class CL_FPM_HCT_ADAPTATION_ASSIST has no exception.

Method IS_CHANGE_ENABLED Signature

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

Method IS_CHANGE_ENABLED on class CL_FPM_HCT_ADAPTATION_ASSIST has no exception.

Method PREPARE_NAVIGATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20130211
2 Importing IO_VIEW_CONTROLLER_API Call by reference Object reference (TYPE REF TO) IF_WD_VIEW_CONTROLLER Web Dynpro: View Controller 20130211

Method PREPARE_NAVIGATION on class CL_FPM_HCT_ADAPTATION_ASSIST has no exception.

Method REFRESH_DELTA_PANEL Signature

Method REFRESH_DELTA_PANEL on class CL_FPM_HCT_ADAPTATION_ASSIST has no parameter.
Method REFRESH_DELTA_PANEL on class CL_FPM_HCT_ADAPTATION_ASSIST has no exception.

Method REMOVE_ADAPTATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20100830
2 Importing IS_SOURCE_CONFIG_KEY Call by reference Type reference (TYPE) WDY_CONFIG_KEY Key Components of Configuration Tables 20110722
3 Importing IS_TARGET_CONFIG_KEY Call by reference Type reference (TYPE) WDY_CONFIG_KEY Key Components of Configuration Tables 20110722
4 Importing IV_LINK Call by reference Type reference (TYPE) FPM_ADAPTATION_LINK Adaptation Link 20100830
5 Importing IV_TRKORR Call by reference Type reference (TYPE) TRKORR Request/Task 20110722

Method REMOVE_ADAPTATION on class CL_FPM_HCT_ADAPTATION_ASSIST has no exception.

Method SET_CONTEXT_FOR_ADAPT_TABLE Signature

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

Method SET_CONTEXT_FOR_ADAPT_TABLE on class CL_FPM_HCT_ADAPTATION_ASSIST has no exception.

Method SET_CONTEXT_FOR_POPUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20121214
2 Importing IV_LINK Call by reference Type reference (TYPE) FPM_ADAPTATION_LINK Adaptation Link 20121214

Method SET_CONTEXT_FOR_POPUP on class CL_FPM_HCT_ADAPTATION_ASSIST has no exception.
History
Last changed by/on SAP  20131127 
SAP Release Created in 703