SAP ABAP Class CL_WDR_TEST_CHART_ASSIST (Assistance-Klasse für WDR_TEST_CHART)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-ABA (Application Component) Web Dynpro ABAP
     SWDP_TEST (Package) Web Dynpro: Tests
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WD_COMPONENT_ASSISTANCE Basis for a Web Dynpro assistance class 20130123
Properties
Class CL_WDR_TEST_CHART_ASSIST  
Short Description Assistance-Klasse für WDR_TEST_CHART    
Super Class CL_WD_COMPONENT_ASSISTANCE Basis for a Web Dynpro assistance class 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_TEST   Web Dynpro: Tests 
Created 20130123   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
Class CL_WDR_TEST_CHART_ASSIST has no interface implemented.
Friends
Class CL_WDR_TEST_CHART_ASSIST has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 M_INSTANCE Static Attribute Private Object reference (TYPE REF TO) CL_WDR_TEST_CHART_ASSIST 20130228
2 M_ST22_CATEGORIES Instance attribute Private Type reference (TYPE) ST22_CATEGORIES 20130226
Methods
# Method Level Visibility Method type Description Created on
1 DATE_TO_EXTERNAL Instance method Private Method 20130124
2 FILL_DATA_BY_DATA_STRUCTURES Instance method Public Method 20130322
3 FORMAT_JSON Instance method Public Method 20130307
4 GET_DATASTRING Instance method Public Method 20130314
5 GET_SAMPLE_CONFIG Instance method Public Method 20130204
6 GET_ST22_CHART_CONFIG Instance method Public Method 20130123
7 GET_ST22_CHART_CONFIG_STATIC Static method Public Method 20130228
8 GET_ST22_ERRORS_PER_DAY Instance method Private Method 20130226
9 GET_ST22_ERRORS_PER_DAYS Instance method Private Method 20130125
10 GET_ST22_OPTIONSSTRING Instance method Private Method 20130218
11 GET_TEXT Instance method Public Method 20130123
Events
Class CL_WDR_TEST_CHART_ASSIST has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 T_ANALYSIS_AXIS Public See coding 20130226 begin of t_analysis_axis, dimensions type standard table of t_chart_dimension with default key, end of t_analysis_axis
2 T_CATEGORIES Private See coding 20130125 t_categories type standard table of t_category with default key
3 T_CATEGORY Private See coding 20130125 begin of t_category, name type string, number type i, end of t_category
4 T_CATEGORY_DATA Private See coding 20130125 begin of t_category_data, name type string, data type string_table, end of t_category_data
5 T_CATEGORY_DATA_TAB Private See coding 20130125 t_category_data_tab type sorted table of t_category_data with unique key name
6 T_CHART_CONFIG Public See coding 20130123 begin of t_chart_config, type type string, optionsstring type string, datastring type string, datafeedingstring type string, selectionstring type string, end of t_chart_config
7 T_CHART_DATA Public See coding 20130314 begin of t_chart_data, analysis_axis type standard table of t_analysis_axis with default key, measure_values_groups type standard table of t_measure_value_group with default key, end of t_chart_data
8 T_CHART_DATA_STRUCTURE Public See coding 20130322 begin of t_chart_data_structure, id type string, name type string, type type string, min type i, max type i, index type i, end of t_chart_data_structure
9 T_CHART_DATA_STRUCTURES Public See coding 20130322 t_chart_data_structures type standard table of t_chart_data_structure with default key
10 T_CHART_DIMENSION Public See coding 20130314 begin of t_chart_dimension, name type string, values type string_table, end of t_chart_dimension
11 T_CHART_MEASURE Public See coding 20130314 begin of t_chart_measure, name type string, values type standard table of string_table with default key, end of t_chart_measure
12 T_ERRORS_PER_DAY Private See coding 20130125 begin of t_errors_per_day, categories type t_categories, end of t_errors_per_day
13 T_ERRORS_PER_DAYS Private See coding 20130125 t_errors_per_days type standard table of t_errors_per_day
14 T_MEASURE_VALUE_GROUP Public See coding 20130226 begin of t_measure_value_group, measures type standard table of t_chart_measure with default key, end of t_measure_value_group
Method Signatures

Method DATE_TO_EXTERNAL Signature

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

Method DATE_TO_EXTERNAL on class CL_WDR_TEST_CHART_ASSIST has no exception.

Method FILL_DATA_BY_DATA_STRUCTURES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning DATA Value transfer Type reference (TYPE) T_CHART_DATA 20130322
2 Importing DATA_STRUCTURES Call by reference Type reference (TYPE) T_CHART_DATA_STRUCTURES 20130322

Method FILL_DATA_BY_DATA_STRUCTURES on class CL_WDR_TEST_CHART_ASSIST has no exception.

Method FORMAT_JSON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IN Call by reference Type reference (TYPE) CSEQUENCE 20130307
2 Returning OUT Value transfer Type reference (TYPE) STRING 20130307

Method FORMAT_JSON on class CL_WDR_TEST_CHART_ASSIST has no exception.

Method GET_DATASTRING Signature

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

Method GET_DATASTRING on class CL_WDR_TEST_CHART_ASSIST has no exception.

Method GET_SAMPLE_CONFIG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CHART_CONFIG Value transfer Type reference (TYPE) T_CHART_CONFIG 20130204
2 Importing INCLUDE_FEEDING Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20130411
3 Importing INCLUDE_SELECTION Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20131220

Method GET_SAMPLE_CONFIG on class CL_WDR_TEST_CHART_ASSIST has no exception.

Method GET_ST22_CHART_CONFIG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CHART_CONFIG Value transfer Type reference (TYPE) T_CHART_CONFIG 20130123
2 Importing DAYS Call by reference Type reference (TYPE) I 10 20130124
3 Importing DETAIL_LEVEL Call by reference Type reference (TYPE) I 1 1, 2, 3: 1 weniger Details, 3 mehr Details 20130125
4 Importing START_DATE Value transfer Attribute reference (LIKE) SY-DATUM ABAP-Systemfeld: Aktuelles Datum des Applikationsservers 20130218

Method GET_ST22_CHART_CONFIG on class CL_WDR_TEST_CHART_ASSIST has no exception.

Method GET_ST22_CHART_CONFIG_STATIC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CHART_CONFIG Value transfer Type reference (TYPE) T_CHART_CONFIG 20130228
2 Importing DAYS Call by reference Type reference (TYPE) I 10 20130228
3 Importing DETAIL_LEVEL Call by reference Type reference (TYPE) I 1 20130228
4 Importing START_DATE Value transfer Attribute reference (LIKE) SY-DATUM ABAP-Systemfeld: Aktuelles Datum des Applikationsservers 20130228

Method GET_ST22_CHART_CONFIG_STATIC on class CL_WDR_TEST_CHART_ASSIST has no exception.

Method GET_ST22_ERRORS_PER_DAY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning DATASTRING Value transfer Type reference (TYPE) STRING 20130226
2 Importing DATE Call by reference Type reference (TYPE) SY-DATUM 20130226

Method GET_ST22_ERRORS_PER_DAY on class CL_WDR_TEST_CHART_ASSIST has no exception.

Method GET_ST22_ERRORS_PER_DAYS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning DATASTRING Value transfer Type reference (TYPE) STRING 20130218
2 Importing DAYS Call by reference Type reference (TYPE) I 10 20130125
3 Importing DETAIL_LEVEL Call by reference Type reference (TYPE) I 1 1, 2, 3: 1 less details, 3 more details 20130125
4 Importing START_DATE Call by reference Type reference (TYPE) SY-DATUM 20130218

Method GET_ST22_ERRORS_PER_DAYS on class CL_WDR_TEST_CHART_ASSIST has no exception.

Method GET_ST22_OPTIONSSTRING Signature

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

Method GET_ST22_OPTIONSSTRING on class CL_WDR_TEST_CHART_ASSIST has no exception.

Method GET_TEXT Signature

Method GET_TEXT on class CL_WDR_TEST_CHART_ASSIST has no parameter.
Method GET_TEXT on class CL_WDR_TEST_CHART_ASSIST has no exception.
History
Last changed by/on SAP  20141120 
SAP Release Created in 740