SAP ABAP Class CL_TREX_TEST_SEQUENT_GENERATE2 (CL_TREX_TEST_SEQUENT_GENERATE2)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-TRX-API (Application Component) TREX ABAP + JAVA API
     STREXTESTTOOL (Package) TREX Test Tool.
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_TREX_TEST_DATA_GENERATOR2 20060906
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_TREX_TEST_DATA_GENERATABLE2 20060906
Properties
Class CL_TREX_TEST_SEQUENT_GENERATE2  
Short Description    
Super Class CL_TREX_TEST_DATA_GENERATOR2  
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package STREXTESTTOOL   TREX Test Tool. 
Created 20060906   SAP 
Last change 20110908   SAP 
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
# Interface Abstract Final Description Created on
1 IF_TREX_TEST_DATA_GENERATABLE2 20060906
Friends
Class CL_TREX_TEST_SEQUENT_GENERATE2 has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 INIT_SEQUENTIAL_CHARACTERS Instance attribute Private Type reference (TYPE) NUM10 10 digit number 20060906
2 INIT_SEQUENTIAL_DATE Instance attribute Private Type reference (TYPE) DATS Field of type DATS 20060906
3 INIT_SEQUENTIAL_FLOAT Instance attribute Private Type reference (TYPE) F 20060906
4 INIT_SEQUENTIAL_INT Instance attribute Private Type reference (TYPE) I 20060906
5 INIT_SEQUENTIAL_PACKED_DEC1 Instance attribute Private Type reference (TYPE) I 20060906
6 INIT_SEQUENTIAL_PACKED_DEC2 Instance attribute Private Type reference (TYPE) I 20060906
7 INIT_SEQUENTIAL_PACKED_DEC3 Instance attribute Private Type reference (TYPE) I 20060906
8 INIT_SEQUENTIAL_STRING Instance attribute Private Type reference (TYPE) NUM10 10 digit number 20060906
9 INIT_SEQUENTIAL_TIME Instance attribute Private Type reference (TYPE) TIMS Field of type TIMS 20060906
10 SEQUENTIAL_CHARACTERS Instance attribute Private Type reference (TYPE) NUM10 10 digit number 20060906
11 SEQUENTIAL_DATE Instance attribute Private Type reference (TYPE) DATS Field of type DATS 20060906
12 SEQUENTIAL_FLOAT Instance attribute Private Type reference (TYPE) F 20060906
13 SEQUENTIAL_INT Instance attribute Private Type reference (TYPE) I 20060906
14 SEQUENTIAL_PACKED_DEC1 Instance attribute Private Type reference (TYPE) I 20060906
15 SEQUENTIAL_PACKED_DEC2 Instance attribute Private Type reference (TYPE) I 20060906
16 SEQUENTIAL_PACKED_DEC3 Instance attribute Private Type reference (TYPE) I 20060906
17 SEQUENTIAL_STRING Instance attribute Private Type reference (TYPE) NUM10 10 digit number 20060906
18 SEQUENTIAL_TIME Instance attribute Private Type reference (TYPE) TIMS Field of type TIMS 20060906
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20060906
2 GENERATE_ROWS Instance method Public Method 20060906
3 GEN_ROWS_FOR_NON_STRUCT_TAB Instance method Private Method 20060906
4 GEN_ROWS_FOR_STRUCT_TAB Instance method Private Method 20060906
5 GET_CHARACTERS Instance method Public Method 20060906
6 GET_DATA Instance method Public Method 20060906
7 GET_DATE Instance method Public Method 20060906
8 GET_FLOAT Instance method Public Method 20060906
9 GET_INT Instance method Public Method 20060906
10 GET_PACKED_DEC1 Instance method Public Method 20060906
11 GET_PACKED_DEC2 Instance method Public Method 20060906
12 GET_PACKED_DEC3 Instance method Public Method 20060906
13 GET_STRING Instance method Public Method 20060906
14 GET_TIME Instance method Public Method 20060906
15 ORGANIZE_KEY_VALUES Instance method Private Method 20060906
16 RESET_DATA Instance method Public Method 20060906
Events
Class CL_TREX_TEST_SEQUENT_GENERATE2 has no event.
Types
Class CL_TREX_TEST_SEQUENT_GENERATE2 has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INITIAL_CHAR_VAL Call by reference Type reference (TYPE) NUM10 0 10 digit number 20060906
2 Importing INITIAL_DATE_VAL Call by reference Type reference (TYPE) DATS SY-DATUM Field of type DATS 20060906
3 Importing INITIAL_DEC1_VAL Call by reference Type reference (TYPE) I 0 20060906
4 Importing INITIAL_DEC2_VAL Call by reference Type reference (TYPE) I 0 20060906
5 Importing INITIAL_DEC3_VAL Call by reference Type reference (TYPE) I 0 20060906
6 Importing INITIAL_FLOAT_VAL Call by reference Type reference (TYPE) F 0 20060906
7 Importing INITIAL_INT_VAL Call by reference Type reference (TYPE) I 0 20060906
8 Importing INITIAL_STRING_VAL Call by reference Type reference (TYPE) NUM10 0 10 digit number 20060906
9 Importing INITIAL_TIME_VAL Call by reference Type reference (TYPE) TIMS SY-UZEIT Field of type TIMS 20060906

Method CONSTRUCTOR on class CL_TREX_TEST_SEQUENT_GENERATE2 has no exception.

Method GENERATE_ROWS Signature

Method GENERATE_ROWS on class CL_TREX_TEST_SEQUENT_GENERATE2 has no parameter.
Method GENERATE_ROWS on class CL_TREX_TEST_SEQUENT_GENERATE2 has no exception.

Method GEN_ROWS_FOR_NON_STRUCT_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing REQUIRED_ROWS Call by reference Type reference (TYPE) I 0 0 = No record is generated. 20060906
2 Changing TABLE Call by reference Type reference (TYPE) STANDARD TABLE 20060906
# Exception Resumable Description Created on
1 CX_TREX_PROXY Proxy-Ausnahme 20060906

Method GEN_ROWS_FOR_STRUCT_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing KEYS Call by reference Type reference (TYPE) ABAP_KEYDESCR_TAB 20060906
2 Importing REQUIRED_ROWS Call by reference Type reference (TYPE) I 0 0 = No record is generated. 20060906
3 Changing TABLE Call by reference Type reference (TYPE) STANDARD TABLE 20060906
# Exception Resumable Description Created on
1 CX_TREX_PROXY Proxy-Ausnahme 20060906

Method GET_CHARACTERS Signature

Method GET_CHARACTERS on class CL_TREX_TEST_SEQUENT_GENERATE2 has no parameter.
Method GET_CHARACTERS on class CL_TREX_TEST_SEQUENT_GENERATE2 has no exception.

Method GET_DATA Signature

Method GET_DATA on class CL_TREX_TEST_SEQUENT_GENERATE2 has no parameter.
Method GET_DATA on class CL_TREX_TEST_SEQUENT_GENERATE2 has no exception.

Method GET_DATE Signature

Method GET_DATE on class CL_TREX_TEST_SEQUENT_GENERATE2 has no parameter.
Method GET_DATE on class CL_TREX_TEST_SEQUENT_GENERATE2 has no exception.

Method GET_FLOAT Signature

Method GET_FLOAT on class CL_TREX_TEST_SEQUENT_GENERATE2 has no parameter.
Method GET_FLOAT on class CL_TREX_TEST_SEQUENT_GENERATE2 has no exception.

Method GET_INT Signature

Method GET_INT on class CL_TREX_TEST_SEQUENT_GENERATE2 has no parameter.
Method GET_INT on class CL_TREX_TEST_SEQUENT_GENERATE2 has no exception.

Method GET_PACKED_DEC1 Signature

Method GET_PACKED_DEC1 on class CL_TREX_TEST_SEQUENT_GENERATE2 has no parameter.
Method GET_PACKED_DEC1 on class CL_TREX_TEST_SEQUENT_GENERATE2 has no exception.

Method GET_PACKED_DEC2 Signature

Method GET_PACKED_DEC2 on class CL_TREX_TEST_SEQUENT_GENERATE2 has no parameter.
Method GET_PACKED_DEC2 on class CL_TREX_TEST_SEQUENT_GENERATE2 has no exception.

Method GET_PACKED_DEC3 Signature

Method GET_PACKED_DEC3 on class CL_TREX_TEST_SEQUENT_GENERATE2 has no parameter.
Method GET_PACKED_DEC3 on class CL_TREX_TEST_SEQUENT_GENERATE2 has no exception.

Method GET_STRING Signature

Method GET_STRING on class CL_TREX_TEST_SEQUENT_GENERATE2 has no parameter.
Method GET_STRING on class CL_TREX_TEST_SEQUENT_GENERATE2 has no exception.

Method GET_TIME Signature

Method GET_TIME on class CL_TREX_TEST_SEQUENT_GENERATE2 has no parameter.
Method GET_TIME on class CL_TREX_TEST_SEQUENT_GENERATE2 has no exception.

Method ORGANIZE_KEY_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DECIMALS Call by reference Type reference (TYPE) I 20060906
2 Importing KEY_FIELD Call by reference Type reference (TYPE) ABAP_KEYDESCR Field Name 20060906
3 Importing LENGTH Call by reference Type reference (TYPE) I 20060906
4 Changing TABLE Call by reference Type reference (TYPE) STANDARD TABLE 20060906
5 Importing TYPE_KIND Call by reference Type reference (TYPE) ABAP_TYPEKIND 20060906
# Exception Resumable Description Created on
1 CX_TREX_PROXY Proxy-Ausnahme 20060906

Method RESET_DATA Signature

Method RESET_DATA on class CL_TREX_TEST_SEQUENT_GENERATE2 has no parameter.
Method RESET_DATA on class CL_TREX_TEST_SEQUENT_GENERATE2 has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 710