SAP ABAP Class CL_WCF_FCT_RMC_ADPTR_FPM2_IMPL (FPM Test 2: Reading/Writing from/to Context)
Hierarchy
WEBCUIF (Software Component) SAP Web UI Framework
   CA-WUI-CON (Application Component) UI Configuration & Design Layer
     WCF_DYN_CONFIG_FCT_IMPL (Package) Flex Configuration Tool
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WCF_FCT_RMC_ADAPTER FCT Remote Methode Call Adapter 20100503
Properties
Class CL_WCF_FCT_RMC_ADPTR_FPM2_IMPL  
Short Description FPM Test 2: Reading/Writing from/to Context    
Super Class CL_WCF_FCT_RMC_ADAPTER FCT Remote Methode Call Adapter 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package WCF_DYN_CONFIG_FCT_IMPL   Flex Configuration Tool 
Created 20100503   SAP 
Last change 20130531   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)
2 ZPH_TEST_FPM_WRITER_UTIL Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_WCF_FCT_RMC_ADPTR_FPM2_IMPL has no interface implemented.
Friends
Class CL_WCF_FCT_RMC_ADPTR_FPM2_IMPL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CONFIG_CORE Instance attribute Private Object reference (TYPE REF TO) CL_BSP_DLC_CONFIG_CORE 20100503
2 CONFIG_NODE Static Attribute Public Object reference (TYPE REF TO) CL_WDR_CONTEXT_NODE_VAL Web Dynpro Value Context Node 20100503
3 GT_CONFIG_TO_SAVE Instance attribute Private Type reference (TYPE) TT_BSP_DLCT_ADV_CONF_ITM Advanced Config Items 20100503
4 GT_FIELD_NAME_LABEL Instance attribute Private Type reference (TYPE) TT_FIELD_NAME_LABEL 20100503
5 GT_FORM_CE_ATTR_SKIPPED Instance attribute Private Type reference (TYPE) STRING_TABLE Table of Strings 20100503
6 GV_FORM_CE_ATTR_SKIPPED_BUILT Instance attribute Private Type reference (TYPE) ABAP_BOOL 20100503
7 ROOT_NODE Static Attribute Public Object reference (TYPE REF TO) CL_WDR_CONTEXT_NODE_VAL Web Dynpro Value Context Node 20100503
8 SERVICE_HANDLER Static Attribute Public Object reference (TYPE REF TO) IF_WD_CFG_COMP_EDITOR Interface for the Component Configuration Editor 20100503
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_CONTEXT_STDALONE Instance method Private Method Build Context Standalone 20100503
2 CONVERT_COOR_INBOUND Instance method Private Method 20100503
3 CONVERT_COOR_OUTBOUND Instance method Private Method 20100503
4 CREATE_VCC_ALL_DATA_FORM_CONT Instance method Private Method Create for Form Config Data / Context 20100503
5 FIND_TEXT_ELEM_BY_ID Instance method Private Method Find Textelement by ID 20100503
6 FIND_VIEW_ATRB_BY_ID Instance method Private Method 20100503
7 FORM_CE_ADD_ATTR_LIST Instance method Private Method Form / Config Element: Add Attibute List as Elem. Descriptor 20100503
8 FORM_CE_ATTR_HANDLE_SPEC_PROP Instance method Private Method Hande Special Properties 20100503
9 FORM_CE_ATTR_IS_SKIPPED Instance method Private Method To skip certain Attributes, like Column / Row 20100503
10 GET_ATTR_VAL Instance method Private Method 20100503
11 GET_FEEDER_CLSNAME Instance method Private Method Get Feeder Classname 20100503
12 GET_FEEDER_CLSNAME_CONT Instance method Private Method Get Feeder Classname / Context 20100503
13 GET_PARAMETER_LIST Instance method Private Method 20100503
14 GET_PARAMETER_LIST_CONT Instance method Private Method 20100503
15 IS_TEXT_CHANGED Instance method Private Method 20100503
16 SET_VCC_CONFIG_DATA_FORM_CONT Instance method Private Method Set Config Data / Form, Context 20100503
Events
Class CL_WCF_FCT_RMC_ADPTR_FPM2_IMPL has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_BSP_DLCS_ADV_CONF_ITM Public See coding 20100503 BEGIN OF ts_bsp_dlcs_adv_conf_itm. INCLUDE TYPE bsp_dlcs_adv_conf_itm. TYPES: attr_list TYPE wdy_cfg_expl_attributes. TYPES: END OF ts_bsp_dlcs_adv_conf_itm
2 TS_CE_COOR Private See coding 20100503 BEGIN OF ts_ce_coor, row_from TYPE int4, row_to TYPE int4, col_from(1) TYPE c, col_to(1) TYPE c, END OF ts_ce_coor
3 TS_FIELD_NAME_LABEL Private See coding 20100503 BEGIN OF ts_field_name_label, field_name TYPE string, field_label TYPE string, origin TYPE string, END OF ts_field_name_label
4 TT_BSP_DLCT_ADV_CONF_ITM Public See coding 20100503 tt_bsp_dlct_adv_conf_itm TYPE TABLE OF ts_bsp_dlcs_adv_conf_itm
5 TT_FIELD_NAME_LABEL Private See coding 20100503 tt_field_name_label TYPE TABLE OF ts_field_name_label
Method Signatures

Method BUILD_CONTEXT_STDALONE Signature

Method BUILD_CONTEXT_STDALONE on class CL_WCF_FCT_RMC_ADPTR_FPM2_IMPL has no parameter.
Method BUILD_CONTEXT_STDALONE on class CL_WCF_FCT_RMC_ADPTR_FPM2_IMPL has no exception.

Method CONVERT_COOR_INBOUND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_CE_CORR Call by reference Type reference (TYPE) TS_CE_COOR Config-Element Coordinates 20100503
2 Importing IV_CE_TYPE Call by reference Type reference (TYPE) STRING 20100503
3 Importing IV_INDEX Call by reference Type reference (TYPE) STRING 20100503

Method CONVERT_COOR_INBOUND on class CL_WCF_FCT_RMC_ADPTR_FPM2_IMPL has no exception.

Method CONVERT_COOR_OUTBOUND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_CE_CORR Call by reference Type reference (TYPE) TS_CE_COOR Config-Element Coordinates 20100503
2 Importing IV_CE_TYPE Call by reference Type reference (TYPE) STRING 20100503
3 Importing IV_INDEX Call by reference Type reference (TYPE) STRING 20100503

Method CONVERT_COOR_OUTBOUND on class CL_WCF_FCT_RMC_ADPTR_FPM2_IMPL has no exception.

Method CREATE_VCC_ALL_DATA_FORM_CONT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_WCF_FCT_VCC_CONTAINER Int-Format VCC: Config Element / Form 20100503

Method CREATE_VCC_ALL_DATA_FORM_CONT on class CL_WCF_FCT_RMC_ADPTR_FPM2_IMPL has no exception.

Method FIND_TEXT_ELEM_BY_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_TEXT_CONTAINER Call by reference Object reference (TYPE REF TO) CL_WCF_FCT_VCC_TEXT_CONTAINER Text Container 20100503
2 Importing IV_ID Call by reference Type reference (TYPE) STRING id 20100503
3 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_WCF_FCT_VCC_TEXT_ELEMENT Text Element 20100503

Method FIND_TEXT_ELEM_BY_ID on class CL_WCF_FCT_RMC_ADPTR_FPM2_IMPL has no exception.

Method FIND_VIEW_ATRB_BY_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_ATRBS Call by reference Object reference (TYPE REF TO) CL_WCF_FCT_VCC_CTG_VIEW_ATRBS Catalog Container 20100503
2 Importing IV_ID Call by reference Type reference (TYPE) STRING id 20100503
3 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_WCF_FCT_VCC_CTG_VIEW_ATTRIB Catalog Element / View Attribute 20100503

Method FIND_VIEW_ATRB_BY_ID on class CL_WCF_FCT_RMC_ADPTR_FPM2_IMPL has no exception.

Method FORM_CE_ADD_ATTR_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_CE_FORM Call by reference Object reference (TYPE REF TO) CL_WCF_FCT_VCC_CE_FORM Int-Format VCC: Config Element / Form 20100503
2 Importing IS_EXPL_DATA Call by reference Type reference (TYPE) WDY_CFG_EXPL_DATA WDA Configuration: Explicit Data 20100503

Method FORM_CE_ADD_ATTR_LIST on class CL_WCF_FCT_RMC_ADPTR_FPM2_IMPL has no exception.

Method FORM_CE_ATTR_HANDLE_SPEC_PROP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_ADD_ATTR Call by reference Object reference (TYPE REF TO) CL_WCF_FCT_VCC_ADD_ATTR Int-Format VCC: Config Element / Form 20100503
2 Importing IV_XML Call by reference Type reference (TYPE) STRING 20100503
3 Returning RESULT Value transfer Type reference (TYPE) WCF_FCTT_ADD_ATTR Table of additional attributes 20100503

Method FORM_CE_ATTR_HANDLE_SPEC_PROP on class CL_WCF_FCT_RMC_ADPTR_FPM2_IMPL has no exception.

Method FORM_CE_ATTR_IS_SKIPPED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ATTR_NAME Call by reference Type reference (TYPE) STRING 20100503
2 Returning RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20100503

Method FORM_CE_ATTR_IS_SKIPPED on class CL_WCF_FCT_RMC_ADPTR_FPM2_IMPL has no exception.

Method GET_ATTR_VAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ATTR_LIST Call by reference Type reference (TYPE) WDY_CFG_EXPL_ATTRIBUTES WDA Configuration: Explicit Attributes 20100503
2 Importing IV_NAME Call by reference Type reference (TYPE) STRING 20100503
3 Returning RESULT Value transfer Type reference (TYPE) STRING 20100503

Method GET_ATTR_VAL on class CL_WCF_FCT_RMC_ADPTR_FPM2_IMPL has no exception.

Method GET_FEEDER_CLSNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_EXPL Call by reference Type reference (TYPE) WDY_CFG_EXPL_DATA_TAB WDA Configuration: Explicit Data 20100503
2 Returning RESULT Value transfer Type reference (TYPE) SEOCLSNAME Object Type Name 20100503

Method GET_FEEDER_CLSNAME on class CL_WCF_FCT_RMC_ADPTR_FPM2_IMPL has no exception.

Method GET_FEEDER_CLSNAME_CONT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) SEOCLSNAME Object Type Name 20100503

Method GET_FEEDER_CLSNAME_CONT on class CL_WCF_FCT_RMC_ADPTR_FPM2_IMPL has no exception.

Method GET_PARAMETER_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_EXPL Call by reference Type reference (TYPE) WDY_CFG_EXPL_DATA_TAB WDA Configuration: Explicit Data 20100503
2 Returning RESULT Value transfer Type reference (TYPE) TIHTTPNVP Parameter List / Name Value Pair 20100503

Method GET_PARAMETER_LIST on class CL_WCF_FCT_RMC_ADPTR_FPM2_IMPL has no exception.

Method GET_PARAMETER_LIST_CONT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) TIHTTPNVP Parameter List / Name Value Pair 20100503

Method GET_PARAMETER_LIST_CONT on class CL_WCF_FCT_RMC_ADPTR_FPM2_IMPL has no exception.

Method IS_TEXT_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_MSD_LIST Call by reference Type reference (TYPE) WCF_FCTT_MSD_LIST MSDList 20100503
2 Importing IV_ID Call by reference Type reference (TYPE) STRING 20100503
3 Returning RESULT Value transfer Type reference (TYPE) STRING 20100503

Method IS_TEXT_CHANGED on class CL_WCF_FCT_RMC_ADPTR_FPM2_IMPL has no exception.

Method SET_VCC_CONFIG_DATA_FORM_CONT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_VCC_CONTAINER Call by reference Object reference (TYPE REF TO) CL_WCF_FCT_VCC_CONTAINER Int-Format VCC: Config Element / Form 20100503
# Exception Resumable Description Created on
1 FAILED 20100503
History
Last changed by/on SAP  20130531 
SAP Release Created in 702