SAP ABAP Class TH_PSJ_GLOBAL_JOURNAL (Help Class for TDC-Based Journal Tests)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   FS (Application Component) Financial Services
     FS_PSJ_TEST (Package) Test Utilities for ABAP Unit Tests
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_AUNIT_ASSERT ABAP Unit: Assertions (see Longtext) 20080417
Properties
Class TH_PSJ_GLOBAL_JOURNAL  
Short Description Help Class for TDC-Based Journal Tests    
Super Class CL_AUNIT_ASSERT ABAP Unit: Assertions (see Longtext) 
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package FS_PSJ_TEST   Test Utilities for ABAP Unit Tests 
Created 20080417   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_PSJ_JOURNAL_READ Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class TH_PSJ_GLOBAL_JOURNAL has no interface implemented.
Friends
Class TH_PSJ_GLOBAL_JOURNAL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MV_FLG_USE_TDC Instance attribute Private Type reference (TYPE) XFELD 20080417
2 MV_NAME Instance attribute Private Type reference (TYPE) ETVAR_ID 20080417
3 M_TDC_RESULT_STEPS Instance attribute Private Type reference (TYPE) IF_PSJ_JOURNAL_READ=>TY_T_PROCESS_STEP_ENTRY TY_T_PROCESS_STEP_ENTRY 20080417
4 M_TDC_STEP_ENTRIES4DOUBLES Instance attribute Private Type reference (TYPE) IF_PSJ_JOURNAL_READ=>TY_T_PROCESS_STEP_ENTRY 20080417
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_LANDSCAPE_DOUBLE Instance method Public Method 20080417
2 GET_DESCRIPTION Instance method Public Method 20080417
3 GET_PROCESS_ID Instance method Public Method 20080417
4 GET_RESULT_STEPS Instance method Public Method 20080417
5 GET_STEP_ENTRIES4DOUBLES Instance method Public Method 20080417
6 INIT_FROM_TDC Instance method Private Method 20080417
7 SET_RESULT_STEPS Instance method Public Method 20080417
8 SET_STEP_ENTRIES4DOUBLES Instance method Public Method 20080417
9 S_CREATE Static method Public Method 20080417
10 S_CREATE_FROM_TDC Static method Public Method 20080417
11 S_CREATE_FROM_TDC_MULT Static method Public Method 20080417
12 VALIDATE_RESULTS Instance method Public Method 20080417
Events
Class TH_PSJ_GLOBAL_JOURNAL has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TAB Public See coding 20080417 tab TYPE STANDARD TABLE OF REF TO th_psj_global_journal WITH DEFAULT KEY
Method Signatures

Method CREATE_LANDSCAPE_DOUBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_LANDSCAPE Value transfer Object reference (TYPE REF TO) IF_PSJ_LANDSCAPE 20080417

Method CREATE_LANDSCAPE_DOUBLE on class TH_PSJ_GLOBAL_JOURNAL has no exception.

Method GET_DESCRIPTION Signature

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

Method GET_DESCRIPTION on class TH_PSJ_GLOBAL_JOURNAL has no exception.

Method GET_PROCESS_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_PROCESS_ID Value transfer Type reference (TYPE) PSJ_PROCESS_ID 20080417

Method GET_PROCESS_ID on class TH_PSJ_GLOBAL_JOURNAL has no exception.

Method GET_RESULT_STEPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_RESULT_STEPS Value transfer Type reference (TYPE) IF_PSJ_JOURNAL_READ=>TY_T_PROCESS_STEP_ENTRY TY_T_PROCESS_STEP_ENTRY 20080417

Method GET_RESULT_STEPS on class TH_PSJ_GLOBAL_JOURNAL has no exception.

Method GET_STEP_ENTRIES4DOUBLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_STEP_ENTRIES4DOUBLES Value transfer Type reference (TYPE) IF_PSJ_JOURNAL_READ=>TY_T_PROCESS_STEP_ENTRY 20080417

Method GET_STEP_ENTRIES4DOUBLES on class TH_PSJ_GLOBAL_JOURNAL has no exception.

Method INIT_FROM_TDC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_TDC Call by reference Object reference (TYPE REF TO) CL_APL_ECATT_TDC_API 20080417
2 Importing IV_NAME Call by reference Type reference (TYPE) CSEQUENCE 20080417

Method INIT_FROM_TDC on class TH_PSJ_GLOBAL_JOURNAL has no exception.

Method SET_RESULT_STEPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_RESULT_STEPS Call by reference Type reference (TYPE) IF_PSJ_JOURNAL_READ=>TY_T_PROCESS_STEP_ENTRY TY_T_PROCESS_STEP_ENTRY 20080417

Method SET_RESULT_STEPS on class TH_PSJ_GLOBAL_JOURNAL has no exception.

Method SET_STEP_ENTRIES4DOUBLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_STEP_ENTRIES4DOUBLES Call by reference Type reference (TYPE) IF_PSJ_JOURNAL_READ=>TY_T_PROCESS_STEP_ENTRY 20080417

Method SET_STEP_ENTRIES4DOUBLES on class TH_PSJ_GLOBAL_JOURNAL has no exception.

Method S_CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_TEST_HELPER Value transfer Object reference (TYPE REF TO) TH_PSJ_GLOBAL_JOURNAL 20080417

Method S_CREATE on class TH_PSJ_GLOBAL_JOURNAL has no exception.

Method S_CREATE_FROM_TDC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NAME Call by reference Type reference (TYPE) CSEQUENCE 20080417
2 Returning RO_TEST_HELPER Value transfer Object reference (TYPE REF TO) TH_PSJ_GLOBAL_JOURNAL 20080417

Method S_CREATE_FROM_TDC on class TH_PSJ_GLOBAL_JOURNAL has no exception.

Method S_CREATE_FROM_TDC_MULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_REGEX Call by reference Type reference (TYPE) CSEQUENCE 20080417
2 Returning RT_TEST_HELPERS Value transfer Type reference (TYPE) TH_PSJ_GLOBAL_JOURNAL=>TAB 20080417

Method S_CREATE_FROM_TDC_MULT on class TH_PSJ_GLOBAL_JOURNAL has no exception.

Method VALIDATE_RESULTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACT_RESULTS Call by reference Type reference (TYPE) IF_PSJ_JOURNAL_READ=>TY_T_PROCESS_STEP_ENTRY TY_T_PROCESS_STEP_ENTRY 20080417

Method VALIDATE_RESULTS on class TH_PSJ_GLOBAL_JOURNAL has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 300