SAP ABAP Class CL_WCF_FCT_RMC_ADPTR_FPM1_IMPL (FPM Test 1 / Reading from WD Persistency)
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_FPM1_IMPL  
Short Description FPM Test 1 / Reading from WD Persistency    
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 20110908   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_FPM1_IMPL has no interface implemented.
Friends
Class CL_WCF_FCT_RMC_ADPTR_FPM1_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_FIELD_NAME_LABEL Instance attribute Private Type reference (TYPE) TT_FIELD_NAME_LABEL 20100503
4 GT_FORM_CE_ATTR_SKIPPED Instance attribute Private Type reference (TYPE) STRING_TABLE Table of Strings 20100503
5 GV_FORM_CE_ATTR_SKIPPED_BUILT Instance attribute Private Type reference (TYPE) ABAP_BOOL 20100503
6 ROOT_NODE Static Attribute Public Object reference (TYPE REF TO) CL_WDR_CONTEXT_NODE_VAL Web Dynpro Value Context Node 20100503
7 SERVICE_HANDLER Static Attribute Public Object reference (TYPE REF TO) IF_WD_CFG_COMP_EDITOR Interface for the Component Configuration Editor 20100503
8 WDR_PERSISTENCE Instance attribute Private Object reference (TYPE REF TO) CL_WDR_CFG_PERSISTENCE_COMP Configuration: Persistence Class Component 20100503
Methods
# Method Level Visibility Method type Description Created on
1 CONVERT_COOR_OUTBOUND Instance method Private Method 20100503
2 CREATE_VCC_ALL_DATA_FORM_STDAL Instance method Private Method Create for Form Config Data / Sandalone 20100503
3 CREATE_WDR_PERSISTENCE Instance method Private Method Create WDR-Persistence API 20100503
4 FORM_CE_ADD_ATTR_LIST Instance method Private Method Form / Config Element: Add Attibute List as Elem. Descriptor 20100503
5 FORM_CE_ATTR_HANDLE_SPEC_PROP Instance method Private Method Hande Special Properties 20100503
6 FORM_CE_ATTR_IS_SKIPPED Instance method Private Method To skip certain Attributes, like Column / Row 20100503
7 GET_CONFIG_DATA_STANDALONE Instance method Private Method 20100503
8 GET_FEEDER_CLSNAME Instance method Private Method Get Feeder Classname 20100503
9 GET_FEEDER_CLSNAME_CONT Instance method Private Method Get Feeder Classname / Context 20100503
10 GET_PARAMETER_LIST Instance method Private Method 20100503
11 GET_PARAMETER_LIST_CONT Instance method Private Method 20100503
Events
Class CL_WCF_FCT_RMC_ADPTR_FPM1_IMPL has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 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
2 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
3 TT_FIELD_NAME_LABEL Private See coding 20100503 TT_FIELD_NAME_LABEL type TABLE OF ts_field_name_label
Method Signatures

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_FPM1_IMPL has no exception.

Method CREATE_VCC_ALL_DATA_FORM_STDAL 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_STDAL on class CL_WCF_FCT_RMC_ADPTR_FPM1_IMPL has no exception.

Method CREATE_WDR_PERSISTENCE Signature

Method CREATE_WDR_PERSISTENCE on class CL_WCF_FCT_RMC_ADPTR_FPM1_IMPL has no parameter.
Method CREATE_WDR_PERSISTENCE on class CL_WCF_FCT_RMC_ADPTR_FPM1_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_FPM1_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_FPM1_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_FPM1_IMPL has no exception.

Method GET_CONFIG_DATA_STANDALONE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) WDY_CFG_EXPL_DATA_TAB WDA Configuration: Explicit Data 20100503

Method GET_CONFIG_DATA_STANDALONE on class CL_WCF_FCT_RMC_ADPTR_FPM1_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_FPM1_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_FPM1_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_FPM1_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_FPM1_IMPL has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 702