SAP ABAP Class CL_EVENT_TEST_BRF (Auxiliary Class for Test Framework)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-BRF (Application Component) Business Rule Framework
     SBRF (Package) Business Rule Framework
Properties
Class CL_EVENT_TEST_BRF  
Short Description Auxiliary Class for Test Framework    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SBRF   Business Rule Framework 
Created 20070816   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
Class CL_EVENT_TEST_BRF has no interface implemented.
Friends
Class CL_EVENT_TEST_BRF has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_TESTVALUES Static Attribute Private Type reference (TYPE) TY_T_TESTVALUES 20070816
Methods
# Method Level Visibility Method type Description Created on
1 FREE Static method Public Method 20070816
2 GET_TESTMODE Static method Public Method Expression Pool in Test Mode? 20070816
3 GET_TESTVALUES Static method Public Method Get Test Values 20070816
4 SET_TESTVALUES Static method Public Method Set Test Values 20070816
Events
Class CL_EVENT_TEST_BRF has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_TESTVALUES Public See coding 20070816 BEGIN OF ty_s_testvalues, expression TYPE brf_expression, value TYPE brf_result_value, END OF ty_s_testvalues
2 TY_T_TESTVALUES Public See coding 20070816 ty_t_testvalues TYPE SORTED TABLE OF ty_s_testvalues WITH UNIQUE KEY expression
Method Signatures

Method FREE Signature

Method FREE on class CL_EVENT_TEST_BRF has no parameter.
Method FREE on class CL_EVENT_TEST_BRF has no exception.

Method GET_TESTMODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_TESTMODE Value transfer Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20070816

Method GET_TESTMODE on class CL_EVENT_TEST_BRF has no exception.

Method GET_TESTVALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_TESTVALUES Value transfer Type reference (TYPE) TY_T_TESTVALUES 20070816

Method GET_TESTVALUES on class CL_EVENT_TEST_BRF has no exception.

Method SET_TESTVALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_TESTVALUES Call by reference Type reference (TYPE) TY_T_TESTVALUES 20070816

Method SET_TESTVALUES on class CL_EVENT_TEST_BRF has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in