SAP ABAP Class CL_FPM_JSON_ARRAY (JSON Array (backed by an internal one column table))
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 - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_FPM_JSON_VALUE JSON Value 20130124
Properties
Class CL_FPM_JSON_ARRAY  
Short Description JSON Array (backed by an internal one column table)    
Super Class CL_FPM_JSON_VALUE JSON Value 
Instantiability of a Class 0  Private 
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_ARRAY has no forward declaration.
Interfaces
Class CL_FPM_JSON_ARRAY has no interface implemented.
Friends
Class CL_FPM_JSON_ARRAY has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_DATA Instance attribute Private Type reference (TYPE) YT_DATA 20130124
Methods
# Method Level Visibility Method type Description Created on
1 ADD_VALUE Instance method Public Method 20130124
2 CREATE_ARRAY Static method Public Method 20130124
3 CREATE_FROM_TABLE_COLUMN Static method Public Method 20130124
Events
Class CL_FPM_JSON_ARRAY has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 YT_DATA Private See coding 20130124 YT_DATA type standard table of ref to cl_fpm_json_value
Method Signatures

Method ADD_VALUE Signature

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

Method ADD_VALUE on class CL_FPM_JSON_ARRAY has no exception.

Method CREATE_ARRAY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_DATA Call by reference Type reference (TYPE) DATA 20130124
2 Returning RO_VALUE Value transfer Object reference (TYPE REF TO) CL_FPM_JSON_ARRAY JSON Array (backed by an internal one column table) 20130124

Method CREATE_ARRAY on class CL_FPM_JSON_ARRAY has no exception.

Method CREATE_FROM_TABLE_COLUMN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_DATA Call by reference Object reference (TYPE REF TO) DATA 20130124
2 Importing IT_TEXT Call by reference Type reference (TYPE) WDR_CONTEXT_ATTR_VALUE_LIST All Fixed Values of an Attribute with Texts 20130207
3 Importing IV_COLUMN Call by reference Type reference (TYPE) NAME_KOMP Component name 20130124
4 Returning RO_ARRAY Value transfer Object reference (TYPE REF TO) CL_FPM_JSON_ARRAY JSON Array (backed by an internal one column table) 20130124

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