SAP ABAP Class CL_FPM_DEMO_CHART_DATA (Data Generator)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
⤷
APB_FPM_DEMO (Package) Floorplan Manager (Examples and Demo applications)

⤷

⤷

Properties
Class | CL_FPM_DEMO_CHART_DATA | |
Short Description | Data Generator | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | APB_FPM_DEMO | Floorplan Manager (Examples and Demo applications) |
Created | 20120920 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_FPM_DEMO_CHART_DATA has no forward declaration.
Interfaces
Class CL_FPM_DEMO_CHART_DATA has no interface implemented.
Friends
Class CL_FPM_DEMO_CHART_DATA has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TT_DATA | 20120926 | |||
2 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | CL_FPM_DEMO_CHART_DATA | Data Generator | 20120926 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | 20120926 | |
2 | ![]() |
Static method | Private | Method | 20120926 |
Events
Class CL_FPM_DEMO_CHART_DATA has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TT_DATA | Public | See coding | 20120926 | tt_data TYPE STANDARD TABLE OF ty_data
|
||
2 | TT_INT | Private | See coding | 20120926 | tt_int TYPE STANDARD TABLE OF ty_int
|
||
3 | TY_DATA | Public | See coding | 20120926 | BEGIN OF ty_data,
day TYPE i,
month TYPE i,
year TYPE i,
hour TYPE i,
minute TYPE i,
second TYPE i,
lat TYPE i,
lon TYPE i,
magnitude TYPE i,
END OF ty_data
|
||
4 | TY_INT | Private | Type reference (TYPE) | I | 20120926 |
|
Method Signatures
Method GET_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_DATA | Call by reference | Type reference (TYPE) | TT_DATA | 20120926 | |||
2 | ![]() |
IV_N | Call by reference | Type reference (TYPE) | I | 200 | 20120926 |
Method GET_DATA on class CL_FPM_DEMO_CHART_DATA has no exception.
Method GET_RANDOM_INT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
HIGH | Call by reference | Type reference (TYPE) | I | 20120926 | |||
2 | ![]() |
LOW | Call by reference | Type reference (TYPE) | I | 20120926 | |||
3 | ![]() |
NUM_VALUES | Call by reference | Type reference (TYPE) | I | 20120926 | |||
4 | ![]() |
RANDOM_NUMBERS | Value transfer | Type reference (TYPE) | TT_INT | 20120926 |
Method GET_RANDOM_INT on class CL_FPM_DEMO_CHART_DATA has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 740 |