SAP ABAP Class CL_WDR_P6S_UI_METADATA (Metadata for P6S)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-ABA (Application Component) Web Dynpro ABAP
     SWDP_PERSONAS (Package) Web Dynpro ABAP Objects for Personas
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WD_P6S_UI_METADATA Metadata for Personas 20140717
Properties
Class CL_WDR_P6S_UI_METADATA  
Short Description Metadata for P6S    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_PERSONAS   Web Dynpro ABAP Objects for Personas 
Created 20131023   SAP 
Last change 20141120    
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
# Interface Abstract Final Description Created on
1 IF_WD_P6S_UI_METADATA Metadata for Personas 20140717
Friends
Class CL_WDR_P6S_UI_METADATA has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 M_API Instance attribute Private Object reference (TYPE REF TO) CL_WD_P6S_UI_METADATA Personas Metadata (public) 20140716
2 M_INSTANCE_REDEFINITIONS Static Attribute Public Type reference (TYPE) T_INSTANCE_REDEFINITIONS Overdefinition of Elements 20140513
3 M_METADATA_CACHE Instance attribute Private Type reference (TYPE) T_METADATA Cache for Metadata 20140113
4 M_NEW_DEFINITION_NAMES Instance attribute Private Type reference (TYPE) WDY_MD_UI_ELEMENT_DEF_NAME_T Web Dynpro: Web Dynpro UI Element Definition 20140717
5 M_P6S_PROPS_INPLACE_EDITABLE Static Attribute Private Type reference (TYPE) T_P6S_PROPS_INPLACE_EDITABLE P6S properties that are editable "inplace" in Editor 20140117
6 M_SINGLETON_P6S_UI_METADATA Static Attribute Private Object reference (TYPE REF TO) CL_WDR_P6S_UI_METADATA Metadata for P6S 20140514
7 M_WDRV_ADP_GETMPS Static Attribute Private Type reference (TYPE) T_WDRV_ADP_GETMPS 20131212
8 M_WD_P6S_VALUE_MAPPINGS Static Attribute Private Type reference (TYPE) T_P6S_VALUES 20140724
Methods
# Method Level Visibility Method type Description Created on
1 ADD_ELEMENT_DEFINITION Instance method Public Method Adds a Metadata Definition 20140513
2 ADD_INSTANCE_DEFINITION Instance method Public Method Adds a Metadata Definition for an element 20140513
3 ADD_TYPE_DEFINITION Instance method Private Method Returns the possible values of a property 20131024
4 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20131023
5 CLONE_ELEMENT_DEFINITION Instance method Public Method Returns a copy of an element definition 20140513
6 ELEMENT_DEF_POST_PROCESSING Instance method Private Method Later Changes to Metadata 20140617
7 FILL_INPLACE_EDITABLE_PROPS Static method Private Method Fills list of inplace editable P6S properties 20140617
8 FILL_WD_P6S_VALUE_MAPPINGS Static method Private Method Fills list of inplace editable P6S properties 20140724
9 GET_ADAPTER_BY_UI_ELEMENT Instance method Private Method Returns the adapter of a UI element 20140318
10 GET_AGGREGATIONS Instance method Private Method Returns the aggregations with UR mapping 20140318
11 GET_API Instance method Public Method 20140716
12 GET_DSI Instance method Private Method Returns the drag source info tags of a UI element 20131210
13 GET_DTI Instance method Private Method Returns the drop target info tags of a UI element 20131210
14 GET_INSTANCE Static method Public Method Returns Singleton Instance 20140514
15 GET_ORIGINAL_DEFINITION_NAME Instance method Public Method Returns original name of an element definition 20140701
16 GET_P13N_PROPERTY_BY_P6S Instance method Public Method Returns the P13N name/value of a P6S property/value 20140220
17 GET_P6S_UI_METADATA Instance method Private Method Returns metadata in internal format T_METADATA 20131212
18 GET_P6S_UI_METADATA_JSON Instance method Public Method Returns the P6S UI element properties as XML 20131210
19 GET_PROPERTIES Instance method Private Method Returns the property and collects types 20131024
20 GET_UI_ELEMENT_DEF_NAMES Instance method Private Method Returns table of UI element names 20140612
21 GET_UR_AGGREGATION_MAPPING Instance method Private Method Returns the mapping Web Dynpro aggregation of UR iterator 20140318
22 GET_UR_AGGREGATION_MAPPING_REC Instance method Private Method Returns the UR property of a Web Dynpro property 20140318
23 GET_UR_INTERFACE_BY_ADAPTER Instance method Private Method Returns the UR interface of a UI element 20140318
24 GET_UR_PROPERTY_MAPPING Instance method Private Method Returns the UR property of a Web Dynpro property 20131210
25 GET_UR_PROPERTY_MAPPING_REC Instance method Private Method Returns the UR property of a Web Dynpro property 20131210
26 IS_PROPERTY_INPLACE_EDITABLE Instance method Private Method Specifies whether personas property inplace is editable 20131212
27 METADATA_TO_JSON Instance method Private Method 20140723
Events
Class CL_WDR_P6S_UI_METADATA has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 T_AGGREGATION_DEFINITION Public See coding 20140318 begin of t_aggregation_definition, aggregation type wdy_md_ui_element_aggregation, ur_aggregation type string, end of t_aggregation_definition
2 T_AGGREGATION_DEFINITIONS Public See coding 20140318 t_aggregation_definitions type sorted table of t_aggregation_definition with unique key aggregation
3 T_ELEMENT_DEFINITION Public See coding 20131024 begin of t_element_definition, definition_name type wdy_md_ui_element_def_name, original_definition type wdy_md_ui_element_def_name, control_name type string, dsi_tags type string, dti_tags type string, extension type string, extension_path type string, is_container type abap_bool, is_create_target type abap_bool, properties type t_property_definitions, aggregations type t_aggregation_definitions, end of t_element_definition
4 T_ELEMENT_DEFINITIONS Public See coding 20131024 t_element_definitions type sorted table of t_element_definition with unique key definition_name
5 T_INSTANCE_REDEFINITION Public See coding 20140513 begin of t_instance_redefinition, id type string, definition_name type wdy_md_ui_element_def_name, ext_info type string, end of t_instance_redefinition
6 T_INSTANCE_REDEFINITIONS Public See coding 20140513 t_instance_redefinitions type hashed table of t_instance_redefinition with unique key id
7 T_METADATA Private See coding 20131024 begin of t_metadata, element_definitions type t_element_definitions, type_definitions type t_type_definitions, end of t_metadata
8 T_P6S_PROPS_INPLACE_EDITABLE Private See coding 20140117 t_p6s_props_inplace_editable type sorted table of t_p6s_prop_inplace_editable with unique key definition_name p6s_property_name
9 T_P6S_PROP_INPLACE_EDITABLE Private See coding 20140117 begin of t_p6s_prop_inplace_editable, definition_name type wdy_md_ui_element_def_name, p6s_property_name type wdy_md_p6s_property_name, end of t_p6s_prop_inplace_editable
10 T_P6S_VALUE Private See coding 20140220 begin of t_p6s_value, p6s_property type string, type type string, wdvalue type string, p6svalue type string, end of t_p6s_value
11 T_P6S_VALUES Private See coding 20140220 t_p6s_values type sorted table of t_p6s_value with unique key p6s_property type wdvalue
12 T_PROPERTY_DEFINITION Public See coding 20131024 begin of t_property_definition, property type wdy_md_ui_element_prop_name, text type string, type type string, mode type string, allowed_values type string, default_value type string, ur_property type string, p6s_property type string, p6s_inplace type abap_bool, end of t_property_definition
13 T_PROPERTY_DEFINITIONS Public See coding 20131024 t_property_definitions type sorted table of t_property_definition with unique key property
14 T_TYPE_DEFINITION Private See coding 20131024 begin of t_type_definition, type type string, values type t_type_values, end of t_type_definition
15 T_TYPE_DEFINITIONS Private See coding 20131024 t_type_definitions type hashed table of t_type_definition with unique key type
16 T_TYPE_VALUE Public See coding 20131024 begin of t_type_value, wdvalue type string, displaytext type string, urvalue type string, p6svalue type string, end of t_type_value
17 T_TYPE_VALUES Private See coding 20131024 t_type_values type sorted table of t_type_value with unique key wdvalue
18 T_WDRV_ADP_GETMP Private See coding 20131212 begin of t_wdrv_adp_getmp, library_name type wdy_md_ui_element_library, adapter_name type wdr_adapter_name, velem_prop_name type wdy_md_ui_element_prop_name, property_name type seocmpname, end of t_wdrv_adp_getmp
19 T_WDRV_ADP_GETMPS Private See coding 20131212 t_wdrv_adp_getmps type sorted table of t_wdrv_adp_getmp with non-unique key library_name adapter_name velem_prop_name
Method Signatures

Method ADD_ELEMENT_DEFINITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ELEMENT_DEFINITION Call by reference Type reference (TYPE) T_ELEMENT_DEFINITION 20140513

Method ADD_ELEMENT_DEFINITION on class CL_WDR_P6S_UI_METADATA has no exception.

Method ADD_INSTANCE_DEFINITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DEFINITION_NAME Call by reference Type reference (TYPE) WDY_MD_UI_ELEMENT_DEF_NAME Web Dynpro : Web Dynpro UI-Element Definition 20140513
2 Importing EXT_INFO Call by reference Type reference (TYPE) STRING 20140703
3 Importing VIEW_ELEMENT Call by reference Object reference (TYPE REF TO) CL_WD_VIEW_ELEMENT View Element 20140514

Method ADD_INSTANCE_DEFINITION on class CL_WDR_P6S_UI_METADATA has no exception.

Method ADD_TYPE_DEFINITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P6S_PROPERTY Call by reference Type reference (TYPE) STRING 20140220
2 Importing TYPE Call by reference Type reference (TYPE) STRING Name einer Enumeration 20131024
3 Changing TYPE_DEFINITIONS Call by reference Type reference (TYPE) T_TYPE_DEFINITIONS 20131024

Method ADD_TYPE_DEFINITION on class CL_WDR_P6S_UI_METADATA has no exception.

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_WDR_P6S_UI_METADATA has no parameter.
Method CLASS_CONSTRUCTOR on class CL_WDR_P6S_UI_METADATA has no exception.

Method CLONE_ELEMENT_DEFINITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DEFINITION_NAME Call by reference Type reference (TYPE) WDY_MD_UI_ELEMENT_DEF_NAME Web Dynpro : Web Dynpro UI-Element Definition 20140513
2 Returning ELEMENT_DEFINITION Value transfer Type reference (TYPE) T_ELEMENT_DEFINITION 20140513

Method CLONE_ELEMENT_DEFINITION on class CL_WDR_P6S_UI_METADATA has no exception.

Method ELEMENT_DEF_POST_PROCESSING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing ELEMENT_DEFINITION Call by reference Object reference (TYPE REF TO) T_ELEMENT_DEFINITION 20140617

Method ELEMENT_DEF_POST_PROCESSING on class CL_WDR_P6S_UI_METADATA has no exception.

Method FILL_INPLACE_EDITABLE_PROPS Signature

Method FILL_INPLACE_EDITABLE_PROPS on class CL_WDR_P6S_UI_METADATA has no parameter.
Method FILL_INPLACE_EDITABLE_PROPS on class CL_WDR_P6S_UI_METADATA has no exception.

Method FILL_WD_P6S_VALUE_MAPPINGS Signature

Method FILL_WD_P6S_VALUE_MAPPINGS on class CL_WDR_P6S_UI_METADATA has no parameter.
Method FILL_WD_P6S_VALUE_MAPPINGS on class CL_WDR_P6S_UI_METADATA has no exception.

Method GET_ADAPTER_BY_UI_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ADAPTER_NAME Value transfer Type reference (TYPE) WDR_ADAPTER_NAME Web Dynpro Runtime: Name eines Adapter 20140318
2 Importing DEFINITION_NAME Call by reference Type reference (TYPE) WDY_MD_UI_ELEMENT_DEF_NAME Web Dynpro : Web Dynpro UI-Element Definition 20140318
3 Importing LIBRARY_NAME Call by reference Type reference (TYPE) WDY_MD_UI_ELEMENT_LIBRARY Web Dynpro : Name einer UI-Element-Library 20140318

Method GET_ADAPTER_BY_UI_ELEMENT on class CL_WDR_P6S_UI_METADATA has no exception.

Method GET_AGGREGATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning AGGREGATIONS Value transfer Type reference (TYPE) T_AGGREGATION_DEFINITIONS 20140318
2 Importing VIEW_ELEMENT_DESCR Call by reference Object reference (TYPE REF TO) CL_WDR_VIEW_ELEMENT_DESCR View Element Descriptor 20140318

Method GET_AGGREGATIONS on class CL_WDR_P6S_UI_METADATA has no exception.

Method GET_API Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_API Value transfer Object reference (TYPE REF TO) CL_WD_P6S_UI_METADATA Personas-Metadaten (öffentlich) 20140716

Method GET_API on class CL_WDR_P6S_UI_METADATA has no exception.

Method GET_DSI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DEFINITION_NAME Call by reference Type reference (TYPE) WDY_MD_UI_ELEMENT_DEF_NAME Web Dynpro : Web Dynpro UI-Element Definition 20131210
2 Returning DSI_TAGS Value transfer Type reference (TYPE) STRING 20131210

Method GET_DSI on class CL_WDR_P6S_UI_METADATA has no exception.

Method GET_DTI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DEFINITION_NAME Call by reference Type reference (TYPE) WDY_MD_UI_ELEMENT_DEF_NAME Web Dynpro : Web Dynpro UI-Element Definition 20131210
2 Returning DTI_TAGS Value transfer Type reference (TYPE) STRING 20131210

Method GET_DTI on class CL_WDR_P6S_UI_METADATA has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P6S_UI_METADATA Value transfer Object reference (TYPE REF TO) CL_WDR_P6S_UI_METADATA Metadaten für P6S 20140514

Method GET_INSTANCE on class CL_WDR_P6S_UI_METADATA has no exception.

Method GET_ORIGINAL_DEFINITION_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DEFINITION_NAME Call by reference Type reference (TYPE) WDY_MD_UI_ELEMENT_DEF_NAME Web Dynpro : Web Dynpro UI-Element Definition 20140701
2 Returning ORIGINAL_DEFINITION_NAME Value transfer Type reference (TYPE) WDY_MD_UI_ELEMENT_DEF_NAME Web Dynpro : Web Dynpro UI-Element Definition 20140701

Method GET_ORIGINAL_DEFINITION_NAME on class CL_WDR_P6S_UI_METADATA has no exception.

Method GET_P13N_PROPERTY_BY_P6S Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ELEMENT_TYPE Call by reference Type reference (TYPE) WDY_MD_UI_ELEMENT_DEF_NAME Web Dynpro : Web Dynpro UI-Element Definition 20140220
2 Exporting P13N_MODE Call by reference Type reference (TYPE) NUMC2 Zweistellige Nummer 20140220
3 Exporting P13N_PROPERTY Call by reference Type reference (TYPE) WDY_MD_UI_ELEMENT_PROP_NAME Web Dynpro : Name eines Web Dynpro Metadaten Objekts 20140220
4 Exporting P13N_VALUE Call by reference Type reference (TYPE) STRING 20140220
5 Importing P6S_PROPERTY Call by reference Type reference (TYPE) STRING 20140220
6 Importing P6S_VALUE Call by reference Type reference (TYPE) STRING 20140220

Method GET_P13N_PROPERTY_BY_P6S on class CL_WDR_P6S_UI_METADATA has no exception.

Method GET_P6S_UI_METADATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning METADATA Value transfer Type reference (TYPE) T_METADATA 20131212

Method GET_P6S_UI_METADATA on class CL_WDR_P6S_UI_METADATA has no exception.

Method GET_P6S_UI_METADATA_JSON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning JSON Value transfer Type reference (TYPE) STRING 20131210

Method GET_P6S_UI_METADATA_JSON on class CL_WDR_P6S_UI_METADATA has no exception.

Method GET_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PROPERTIES Call by reference Type reference (TYPE) T_PROPERTY_DEFINITIONS 20131024
2 Changing TYPE_DEFINITIONS Call by reference Type reference (TYPE) T_TYPE_DEFINITIONS 20131024
3 Importing VIEW_ELEMENT_DESCR Call by reference Object reference (TYPE REF TO) CL_WDR_VIEW_ELEMENT_DESCR View Element Descriptor 20131024

Method GET_PROPERTIES on class CL_WDR_P6S_UI_METADATA has no exception.

Method GET_UI_ELEMENT_DEF_NAMES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ELEMENT_DEFINITIONS Value transfer Type reference (TYPE) T_ELEMENT_DEFINITIONS 20140612

Method GET_UI_ELEMENT_DEF_NAMES on class CL_WDR_P6S_UI_METADATA has no exception.

Method GET_UR_AGGREGATION_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing AGGREGATION_NAME Call by reference Type reference (TYPE) WDY_MD_UI_ELEMENT_AGGREGATION Web Dynpro : Web Dynpro UI-Element Definition 20140318
2 Importing DEFINITION_NAME Call by reference Type reference (TYPE) WDY_MD_UI_ELEMENT_DEF_NAME Web Dynpro : Web Dynpro UI-Element Definition 20140318
3 Importing LIBRARY_NAME Call by reference Type reference (TYPE) WDY_MD_UI_ELEMENT_LIBRARY Web Dynpro : Name einer UI-Element-Library 20140318
4 Returning UR_AGGREGATION Value transfer Type reference (TYPE) STRING 20140318

Method GET_UR_AGGREGATION_MAPPING on class CL_WDR_P6S_UI_METADATA has no exception.

Method GET_UR_AGGREGATION_MAPPING_REC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ADAPTER_NAME Call by reference Type reference (TYPE) WDR_ADAPTER_NAME Web Dynpro : Web Dynpro UI-Element Definition 20140318
2 Importing AGGREGATION_NAME Call by reference Type reference (TYPE) WDY_MD_UI_ELEMENT_AGGREGATION Web Dynpro : Name eines Web Dynpro Metadaten Objekts 20140318
3 Importing LIBRARY_NAME Call by reference Type reference (TYPE) WDY_MD_UI_ELEMENT_LIBRARY Web Dynpro : Name einer UI-Element-Library 20140318
4 Returning UR_AGGREGATION Value transfer Type reference (TYPE) STRING 20140318
5 Importing UR_INTERFACE Value transfer Type reference (TYPE) SEOCLSNAME Objekttypname 20140318

Method GET_UR_AGGREGATION_MAPPING_REC on class CL_WDR_P6S_UI_METADATA has no exception.

Method GET_UR_INTERFACE_BY_ADAPTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ADAPTER_NAME Call by reference Type reference (TYPE) WDR_ADAPTER_NAME Web Dynpro : Web Dynpro UI-Element Definition 20140318
2 Importing LIBRARY_NAME Call by reference Type reference (TYPE) WDY_MD_UI_ELEMENT_LIBRARY Web Dynpro : Name einer UI-Element-Library 20140318
3 Returning UR_INTERFACE Value transfer Type reference (TYPE) SEOCLSNAME Objekttypname 20140318

Method GET_UR_INTERFACE_BY_ADAPTER on class CL_WDR_P6S_UI_METADATA has no exception.

Method GET_UR_PROPERTY_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DEFINITION_NAME Call by reference Type reference (TYPE) WDY_MD_UI_ELEMENT_DEF_NAME Web Dynpro : Web Dynpro UI-Element Definition 20131210
2 Importing LIBRARY_NAME Call by reference Type reference (TYPE) WDY_MD_UI_ELEMENT_LIBRARY Web Dynpro : Name einer UI-Element-Library 20131210
3 Importing PROPERTY_NAME Call by reference Type reference (TYPE) WDY_MD_UI_ELEMENT_PROP_NAME Web Dynpro : Name eines Web Dynpro Metadaten Objekts 20131210
4 Returning UR_PROPERTY Value transfer Type reference (TYPE) STRING 20131210

Method GET_UR_PROPERTY_MAPPING on class CL_WDR_P6S_UI_METADATA has no exception.

Method GET_UR_PROPERTY_MAPPING_REC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ADAPTER_NAME Call by reference Type reference (TYPE) WDR_ADAPTER_NAME Web Dynpro : Web Dynpro UI-Element Definition 20131210
2 Importing LIBRARY_NAME Call by reference Type reference (TYPE) WDY_MD_UI_ELEMENT_LIBRARY Web Dynpro : Name einer UI-Element-Library 20131210
3 Importing PROPERTY_NAME Call by reference Type reference (TYPE) WDY_MD_UI_ELEMENT_PROP_NAME Web Dynpro : Name eines Web Dynpro Metadaten Objekts 20131210
4 Importing UR_INTERFACE Value transfer Type reference (TYPE) SEOCLSNAME Objekttypname 20131210
5 Returning UR_PROPERTY Value transfer Type reference (TYPE) STRING 20131210

Method GET_UR_PROPERTY_MAPPING_REC on class CL_WDR_P6S_UI_METADATA has no exception.

Method IS_PROPERTY_INPLACE_EDITABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DEFINITION_NAME Call by reference Type reference (TYPE) WDY_MD_UI_ELEMENT_DEF_NAME Web Dynpro : Web Dynpro UI-Element Definition 20131212
2 Returning IS_INPLACE_EDITABLE Value transfer Type reference (TYPE) ABAP_BOOL 20131212
3 Importing P6S_PROPERTY_NAME Call by reference Type reference (TYPE) WDY_MD_P6S_PROPERTY_NAME Name der Eigenschaft in P6S 20131212

Method IS_PROPERTY_INPLACE_EDITABLE on class CL_WDR_P6S_UI_METADATA has no exception.

Method METADATA_TO_JSON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning JSON Value transfer Type reference (TYPE) STRING 20140723

Method METADATA_TO_JSON on class CL_WDR_P6S_UI_METADATA has no exception.
History
Last changed by/on SAP  20141120 
SAP Release Created in 740