SAP ABAP Class CL_RSAN_VI_STAT1_RT_CORE (Basic Analysis Field)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-EI-APD (Application Component) Analysis Process Designer
⤷
RSAN_VI (Package) APD - Tool - Viewer Nodes - !! Language EN !!

⤷

⤷

Properties
Class | CL_RSAN_VI_STAT1_RT_CORE | |
Short Description | Basic Analysis Field | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | RSAN_VI | APD - Tool - Viewer Nodes - !! Language EN !! |
Created | 20031017 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_RSAN_VI_STAT1_RT_CORE has no forward declaration.
Interfaces
Class CL_RSAN_VI_STAT1_RT_CORE has no interface implemented.
Friends
Class CL_RSAN_VI_STAT1_RT_CORE has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | N | 1 | Value 'continuous' for content type | 20031017 | |
2 | ![]() |
Constant | Public | Type reference (TYPE) | N | 0 | Value 'discrete' for content type | 20031022 | |
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | Name of generated program with types | 20031017 | ||
4 | ![]() |
Instance attribute | Public | See coding | Reference to Parameter of Analysis | 20031017 | |||
5 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | DATA | Table of input data | 20031017 | ||
6 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | TYPE_T_RESULT | 20031017 | |||
7 | ![]() |
Instance attribute | Private | See coding | Aggregation | 20031017 | |||
8 | ![]() |
Instance attribute | Public | Type reference (TYPE) | TYPE_S_PARAMETER | Parameter | 20031017 | ||
9 | ![]() |
Instance attribute | Private | See coding | Table of aggregations | 20031017 | |||
10 | ![]() |
Instance attribute | Public | Type reference (TYPE) | W3HTMLTABTYPE | Result as html | 20031017 | ||
11 | ![]() |
Instance attribute | Public | Type reference (TYPE) | TYPE_T_RESULT | Result | 20031017 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | Conclusion | 20031017 |
2 | ![]() |
Instance method | Public | Constructor | Constructor | 20031017 |
3 | ![]() |
Instance method | Private | Method | Before aggregation | 20031017 |
4 | ![]() |
Instance method | Private | Method | Dynamical creation of data types | 20031017 |
5 | ![]() |
Instance method | Public | Method | End of analysis | 20031017 |
6 | ![]() |
Instance method | Private | Method | Format a single number and give it back as character field | 20031017 |
7 | ![]() |
Instance method | Private | Method | Get result | 20031017 |
8 | ![]() |
Instance method | Private | Method | Round minimum and maximum | 20031017 |
9 | ![]() |
Instance method | Public | Method | Repeated steps of analysis | 20031017 |
10 | ![]() |
Instance method | Private | Method | Get test output | 20031017 |
Events
Class CL_RSAN_VI_STAT1_RT_CORE has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TYPE_CATEGORY | Public | Type reference (TYPE) | CHAR100 | 20031017 |
|
|
2 | TYPE_FIGURE_CHAR | Public | Type reference (TYPE) | CHAR20 | 20031017 |
|
|
3 | TYPE_S_CHART_DATA | Public | See coding | 20031017 | BEGIN OF type_s_chart_data ,
category TYPE type_category ,
figure TYPE type_figure_char ,
END OF type_s_chart_data
|
||
4 | TYPE_S_DISTRIBUTION | Public | See coding | 20031017 | BEGIN OF type_s_distribution ,
rank TYPE i ,
border TYPE f ,
counter TYPE i ,
counter_per_cent TYPE f ,
END OF type_s_distribution
|
||
5 | TYPE_S_FIELD_PARAMETER | Public | See coding | 20031017 | BEGIN OF type_s_field_parameter ,
name TYPE string ,
display_name TYPE string ,
technical_name TYPE string ,
field_number TYPE i , "Component number
data_type TYPE string ,
content_type TYPE n length 1 ,
content_type_used TYPE n length 1 ,
END OF type_s_field_parameter
|
||
6 | TYPE_S_FIGURES | Public | See coding | 20031017 | BEGIN OF type_s_figures ,
number_distinct_values TYPE i ,
number_records TYPE i ,
sum_x1 TYPE f ,
sum_x2 TYPE f ,
sum_x3 TYPE f ,
mean TYPE f ,
standard_deviation TYPE f ,
variation_coefficient TYPE f ,
relative_skewness TYPE f ,
min(20) TYPE c ,
max(20) TYPE c ,
min_interval_border TYPE f ,
max_interval_border TYPE f ,
median TYPE f ,
quartile_1(20) TYPE c ,
quartile_2(20) TYPE c ,
quartile_3(20) TYPE c ,
outlier_upper_border TYPE f ,
outlier_lower_border TYPE f ,
outlier_number TYPE i ,
outlier_upper_number TYPE i ,
outlier_lower_number TYPE i ,
outlier_number_per_cent TYPE f ,
outlier_upper_number_pc TYPE f ,
outlier_lower_number_pc TYPE f ,
number_other_records TYPE i ,
number_other_records_pc TYPE f ,
END OF type_s_figures
|
||
7 | TYPE_S_FIGURES_OUT | Public | See coding | 20031017 | BEGIN OF type_s_figures_out ,
rank TYPE i ,
type TYPE type_category ,
name TYPE type_category ,
figure TYPE type_figure_char ,
END OF type_s_figures_out
|
||
8 | TYPE_S_GENERAL_PARAMETER | Public | See coding | 20031017 | BEGIN OF type_s_general_parameter ,
number_most_frequent_values TYPE i ,
number_intervals TYPE i ,
END OF type_s_general_parameter
|
||
9 | TYPE_S_HISTOGRAM_OUT | Public | See coding | 20031017 | BEGIN OF type_s_histogram_out ,
rank TYPE i ,
category TYPE type_category ,
counter TYPE type_figure_char ,
counter_per_cent TYPE type_figure_char ,
END OF type_s_histogram_out
|
||
10 | TYPE_S_PARAMETER | Public | See coding | 20031017 | BEGIN OF type_s_parameter ,
s_general TYPE type_s_general_parameter ,
t_field TYPE type_t_field_parameter ,
END OF type_s_parameter
|
||
11 | TYPE_S_RESULT | Public | See coding | 20031017 | BEGIN OF type_s_result ,
name TYPE type_s_field_parameter-name ,
s_field_parameter TYPE type_s_field_parameter ,
t_figures TYPE STANDARD TABLE OF
type_s_figures_out WITH DEFAULT KEY ,
t_histogram TYPE STANDARD TABLE OF
type_s_histogram_out WITH DEFAULT KEY ,
t_distribution TYPE STANDARD TABLE OF
type_s_histogram_out WITH DEFAULT KEY ,
END OF type_s_result
|
||
12 | TYPE_T_CHART_DATA | Public | See coding | 20031017 | type_t_chart_data TYPE STANDARD TABLE
OF type_s_chart_data WITH DEFAULT KEY
|
||
13 | TYPE_T_DISTRIBUTION | Public | See coding | 20031017 | type_t_distribution TYPE STANDARD TABLE
OF type_s_distribution
|
||
14 | TYPE_T_FIELD_PARAMETER | Public | See coding | 20031017 | type_t_field_parameter TYPE STANDARD TABLE
OF type_s_field_parameter
WITH DEFAULT KEY
|
||
15 | TYPE_T_RESULT | Public | See coding | 20031017 | type_t_result TYPE STANDARD TABLE
OF type_s_result WITH DEFAULT KEY
|
Method Signatures
Method CONCLUSION Signature
Method CONCLUSION on class CL_RSAN_VI_STAT1_RT_CORE has no parameter.
Method CONCLUSION on class CL_RSAN_VI_STAT1_RT_CORE has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_PARAMETER | Call by reference | Type reference (TYPE) | TYPE_S_PARAMETER | 20031017 |
Method CONSTRUCTOR on class CL_RSAN_VI_STAT1_RT_CORE has no exception.
Method CREATE_DATA Signature
Method CREATE_DATA on class CL_RSAN_VI_STAT1_RT_CORE has no parameter.
Method CREATE_DATA on class CL_RSAN_VI_STAT1_RT_CORE has no exception.
Method CREATE_DATA_TYPES Signature
Method CREATE_DATA_TYPES on class CL_RSAN_VI_STAT1_RT_CORE has no parameter.
Method CREATE_DATA_TYPES on class CL_RSAN_VI_STAT1_RT_CORE has no exception.
Method END Signature
Method END on class CL_RSAN_VI_STAT1_RT_CORE has no parameter.
Method END on class CL_RSAN_VI_STAT1_RT_CORE has no exception.
Method FORMAT_NUMBER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NUMBER_IN | Value transfer | Type reference (TYPE) | F | 20031017 | |||
2 | ![]() |
NUMBER_OUT_CHAR | Value transfer | Type reference (TYPE) | CHAR20 | 20031017 |
Method FORMAT_NUMBER on class CL_RSAN_VI_STAT1_RT_CORE has no exception.
Method GET_RESULT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ERS_RESULT | Value transfer | Object reference (TYPE REF TO) | DATA | Referenz zum Ergebnis | 20031017 |
Method GET_RESULT on class CL_RSAN_VI_STAT1_RT_CORE has no exception.
Method ROUND_MIN_MAX Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
MAX_IN | Value transfer | Type reference (TYPE) | F | Maximale Eingabe | 20031017 | ||
2 | ![]() |
MAX_OUT | Value transfer | Type reference (TYPE) | F | Gerundete maximale Ausgabe | 20031017 | ||
3 | ![]() |
MIN_IN | Value transfer | Type reference (TYPE) | F | Minimale Eingabe | 20031017 | ||
4 | ![]() |
MIN_OUT | Value transfer | Type reference (TYPE) | F | Gerundete minimale Ausgabe | 20031017 |
Method ROUND_MIN_MAX on class CL_RSAN_VI_STAT1_RT_CORE has no exception.
Method STEPS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IRT_INPUT_DATA | Value transfer | Object reference (TYPE REF TO) | DATA | Referenz zu Eingabedaten | 20031017 |
Method STEPS on class CL_RSAN_VI_STAT1_RT_CORE has no exception.
Method TEST_OUTPUT Signature
Method TEST_OUTPUT on class CL_RSAN_VI_STAT1_RT_CORE has no parameter.
Method TEST_OUTPUT on class CL_RSAN_VI_STAT1_RT_CORE has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 350 |