SAP ABAP Class CL_FPM_JSON_VALUE (JSON Value)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
     APB_FPM_GUIBB (Package) Generic UI building blocks
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_FPM_JSON_ARRAY JSON Array (backed by an internal one column table) 20130124
2 Inheritance (c INHERITING FROM c_ref)  CL_FPM_JSON_OBJECT JSON Object 20130124
Properties
Class CL_FPM_JSON_VALUE  
Short Description JSON Value    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package APB_FPM_GUIBB   Generic UI building blocks 
Created 20130124   SAP 
Last change 20131127   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_FPM_JSON_VALUE has no forward declaration.
Interfaces
Class CL_FPM_JSON_VALUE has no interface implemented.
Friends
Class CL_FPM_JSON_VALUE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MV_JSON Instance attribute Private Type reference (TYPE) STRING 20130124
Methods
# Method Level Visibility Method type Description Created on
1 CREATE Static method Public Method 20130124
2 CREATE_FROM_BOOLE Static method Public Method 20130219
3 CREATE_FROM_JSON Static method Public Method 20130213
4 IS_INITIAL Instance method Public Method 20130219
5 RENDER Instance method Public Method 20130124
6 SET_DATA Instance method Private Method 20130124
7 TRANSFORM_TO_JSON Static method Private Method generic transformation to JSON 20130124
Events
Class CL_FPM_JSON_VALUE has no event.
Types
Class CL_FPM_JSON_VALUE has no local type.
Method Signatures

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DATA Call by reference Type reference (TYPE) DATA 20130124
2 Returning RO_VALUE Value transfer Object reference (TYPE REF TO) CL_FPM_JSON_VALUE JSON Value 20130124

Method CREATE on class CL_FPM_JSON_VALUE has no exception.

Method CREATE_FROM_BOOLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_VALUE Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20130219
2 Returning RO_VALUE Value transfer Object reference (TYPE REF TO) CL_FPM_JSON_VALUE JSON Value 20130219

Method CREATE_FROM_BOOLE on class CL_FPM_JSON_VALUE has no exception.

Method CREATE_FROM_JSON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_JSON Call by reference Type reference (TYPE) STRING 20130213
2 Returning RO_VALUE Value transfer Object reference (TYPE REF TO) CL_FPM_JSON_VALUE JSON Value 20130213

Method CREATE_FROM_JSON on class CL_FPM_JSON_VALUE has no exception.

Method IS_INITIAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_IS_INITIAL Value transfer Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20130219

Method IS_INITIAL on class CL_FPM_JSON_VALUE has no exception.

Method RENDER Signature

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

Method RENDER on class CL_FPM_JSON_VALUE has no exception.

Method SET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DATA Call by reference Type reference (TYPE) DATA 20130124

Method SET_DATA on class CL_FPM_JSON_VALUE has no exception.

Method TRANSFORM_TO_JSON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DATA Call by reference Type reference (TYPE) DATA 20130124
2 Returning RV_JSON Value transfer Type reference (TYPE) STRING 20130124

Method TRANSFORM_TO_JSON on class CL_FPM_JSON_VALUE has no exception.
History
Last changed by/on SAP  20131127 
SAP Release Created in 740