SAP ABAP Class CL_WB_TEST_HELPER_ENHANCEMENTS (Helper Klasse für ABAP Unit Tests)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-TOO (Application Component) Workbench Tools: Editors, Painters, Modelers
     SEU_TEST (Package) Testobjekte für ABAP Unit
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WB_ABSTRACT_TEST_HELPER abstract base class for unit test helper classes 20071212
Properties
Class CL_WB_TEST_HELPER_ENHANCEMENTS  
Short Description Helper Klasse für ABAP Unit Tests    
Super Class CL_WB_ABSTRACT_TEST_HELPER abstract base class for unit test helper classes 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 5   
Package SEU_TEST   Testobjekte für ABAP Unit 
Created 20071212   SAP 
Last change 20130531   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_WB_TEST_HELPER_ENHANCEMENTS has no interface implemented.
Friends
Class CL_WB_TEST_HELPER_ENHANCEMENTS has no friend class.
Attributes
Class CL_WB_TEST_HELPER_ENHANCEMENTS has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_ENH_CLIF Instance method Public Method Klassen- sowie Schnittstellenerweiterung anlegen 20080125
2 CREATE_ENH_FUGR Instance method Public Method Funktionsgruppenerweiterung anlegen 20080128
3 CREATE_ENH_HOOK_IMPL Instance method Public Method 20071212
4 CREATE_ENH_SPOT_BADI_DEF Instance method Public Method 20071212
5 CREATE_ENH_SPOT_COMPOSITE Instance method Public Method 20071212
6 CREATE_ENH_SPOT_HOOK_DEF Instance method Public Method 20071212
7 CREATE_INSTANCE Static method Public Method Factory-Methode 20071212
8 DELETE_ENH_COMPOSITE Instance method Public Method 20071212
9 DELETE_ENH_OBJ Instance method Public Method 20071212
10 DELETE_ENH_SPOT Instance method Public Method 20071212
11 DELETE_ENH_SPOT_COMPOSITE Instance method Public Method 20071212
12 DOES_ENHOBJ_EXIST Instance method Private Method 20071212
13 UNLOCK Instance method Private Method 20071219
Events
Class CL_WB_TEST_HELPER_ENHANCEMENTS has no event.
Types
Class CL_WB_TEST_HELPER_ENHANCEMENTS has no local type.
Method Signatures

Method CREATE_ENH_CLIF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_ENH Value transfer Object reference (TYPE REF TO) IF_ENH_TOOL SAP Enhancement Tool Root Interface 20080125
2 Importing I_DO_SAVE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20080125
3 Importing I_OBJ_TYPE Call by reference Type reference (TYPE) CHAR1 'C' Einstelliges Kennzeichen 20080128
4 Importing I_ORIGINAL_CLIFNAME Call by reference Type reference (TYPE) SEOCLSNAME Objekttypname 20080125
# Exception Resumable Description Created on
1 CX_WB_TEST_HELPER_ERROR exception class for cl_wb_test_helper 20080125

Method CREATE_ENH_FUGR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_ENH Value transfer Object reference (TYPE REF TO) IF_ENH_TOOL SAP Enhancement Tool Root Interface 20080128
2 Importing I_DO_SAVE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20080128
3 Importing I_ORIGINAL_FUGR Call by reference Type reference (TYPE) RS38L_AREA Funktionsgruppe, der der Funktionsbaustein angehört 20080128
# Exception Resumable Description Created on
1 CX_WB_TEST_HELPER_ERROR exception class for cl_wb_test_helper 20080128

Method CREATE_ENH_HOOK_IMPL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_ENH Value transfer Object reference (TYPE REF TO) IF_ENH_TOOL 20071212
2 Importing I_DO_SAVE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20071212
3 Importing I_ORIGINAL_OBJ_NAME Call by reference Type reference (TYPE) TROBJ_NAME 20071212
4 Importing I_ORIGINAL_OBJ_TYPE Call by reference Type reference (TYPE) TROBJTYPE 20071212
5 Importing I_ORIGINAL_PGMID Call by reference Type reference (TYPE) PGMID 20071212
6 Importing I_ORIGINAL_PROGRAM Call by reference Type reference (TYPE) PROGNAME 20071212
# Exception Resumable Description Created on
1 CX_WB_TEST_HELPER_ERROR 20071212

Method CREATE_ENH_SPOT_BADI_DEF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_SPOT Value transfer Object reference (TYPE REF TO) IF_ENH_SPOT_TOOL 20071212
2 Importing I_DO_SAVE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20071212
# Exception Resumable Description Created on
1 CX_WB_TEST_HELPER_ERROR 20071212

Method CREATE_ENH_SPOT_COMPOSITE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DO_SAVE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20071212
2 Returning R_COMPOSITE Value transfer Object reference (TYPE REF TO) IF_ENH_SPOT_COMPOSITE 20071212
# Exception Resumable Description Created on
1 CX_WB_TEST_HELPER_ERROR 20071212

Method CREATE_ENH_SPOT_HOOK_DEF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_SPOT Value transfer Object reference (TYPE REF TO) IF_ENH_SPOT_TOOL 20071212
2 Importing I_DO_SAVE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20071212
3 Importing I_ORIGINAL_OBJ_NAME Call by reference Type reference (TYPE) TROBJ_NAME 20071212
4 Importing I_ORIGINAL_OBJ_TYPE Call by reference Type reference (TYPE) TROBJTYPE 20071212
5 Importing I_ORIGINAL_PGMID Call by reference Type reference (TYPE) PGMID 20071212
6 Importing I_ORIGINAL_PROGRAM Call by reference Type reference (TYPE) PROGNAME 20071212
# Exception Resumable Description Created on
1 CX_WB_TEST_HELPER_ERROR 20071212

Method CREATE_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning TEST_HELPER Value transfer Object reference (TYPE REF TO) CL_WB_TEST_HELPER_ENHANCEMENTS 20071212
# Exception Resumable Description Created on
1 CX_WB_TEST_HELPER_ERROR 20071212

Method DELETE_ENH_COMPOSITE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ENH_COMP Call by reference Object reference (TYPE REF TO) IF_ENH_COMPOSITE 20071212
# Exception Resumable Description Created on
1 CX_WB_TEST_HELPER_ERROR 20071212

Method DELETE_ENH_OBJ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ENH Call by reference Object reference (TYPE REF TO) IF_ENH_TOOL 20071212
# Exception Resumable Description Created on
1 CX_WB_TEST_HELPER_ERROR 20071212

Method DELETE_ENH_SPOT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SPOT Call by reference Object reference (TYPE REF TO) IF_ENH_SPOT_TOOL 20071212
# Exception Resumable Description Created on
1 CX_WB_TEST_HELPER_ERROR 20071212

Method DELETE_ENH_SPOT_COMPOSITE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SPOT_COMP Call by reference Object reference (TYPE REF TO) IF_ENH_SPOT_COMPOSITE 20071212
# Exception Resumable Description Created on
1 CX_WB_TEST_HELPER_ERROR 20071212

Method DOES_ENHOBJ_EXIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ENHOBJ_NAME Call by reference Type reference (TYPE) TADIR-OBJ_NAME 20071212
2 Importing ENHOBJ_TYPE Call by reference Type reference (TYPE) TADIR-OBJECT 20071212
3 Returning EXIST Value transfer Type reference (TYPE) ABAP_BOOL 20071212

Method DOES_ENHOBJ_EXIST on class CL_WB_TEST_HELPER_ENHANCEMENTS has no exception.

Method UNLOCK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Call by reference Type reference (TYPE) ENHNAME 20071219
2 Importing I_TYPE Call by reference Type reference (TYPE) TROBJTYPE 20071219

Method UNLOCK on class CL_WB_TEST_HELPER_ENHANCEMENTS has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 711