SAP ABAP Class CL_TPDA_ADT_TEST_DO_NOT_TOUCH2 (DO NOT TOUCH OTHERWISE YOU BREAK THE TESTS)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
     STPDA_ADT_TEST (Package) Test helpers for debugger tests
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_TPDA_ADT_TEST_DO_NOT_TOUCH DO NOT TOUCH OTHERWISE YOU BREAK THE TESTS 20090930
Properties
Class CL_TPDA_ADT_TEST_DO_NOT_TOUCH2  
Short Description DO NOT TOUCH OTHERWISE YOU BREAK THE TESTS    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package STPDA_ADT_TEST   Test helpers for debugger tests 
Created 20090930   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_TPDA_ADT_TEST_DO_NOT_TOUCH2 has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_TPDA_ADT_TEST_DO_NOT_TOUCH DO NOT TOUCH OTHERWISE YOU BREAK THE TESTS 20090930
Friends
Class CL_TPDA_ADT_TEST_DO_NOT_TOUCH2 has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CONS Constant Public Type reference (TYPE) STRING 'CONSTANT' 20090930
2 HUGO Static Attribute Private Type reference (TYPE) I 20090930
3 M_LENGTH Instance attribute Private Type reference (TYPE) I 20090930
4 M_STRING Instance attribute Public Type reference (TYPE) STRING 20090930
Methods
# Method Level Visibility Method type Description Created on
1 ADD Instance method Public Method 20090930
2 COMPARE Instance method Public Method 20090930
3 COMPARE_NO_CASE Instance method Public Method 20090930
4 CONSTRUCTOR Instance method Public Constructor 20090930
5 DELETE Instance method Public Method 20090930
6 EMPTY Instance method Public Method 20090930
7 FIND Instance method Public Method 20090930
8 GET_AT Instance method Public Method 20090930
9 GET_LENGTH Instance method Public Method 20090930
10 INSERT Instance method Public Method 20090930
11 IS_EMPTY Instance method Public Method 20090930
12 LEFT Instance method Public Method 20090930
13 MAKE_LOWER Instance method Public Method 20090930
14 MAKE_REVERSE Instance method Public Method 20090930
15 MAKE_UPPER Instance method Public Method 20090930
16 MID Instance method Public Method 20090930
17 REMOVE Instance method Public Method 20090930
18 REVERSE_FIND Instance method Public Method 20090930
19 RIGHT Instance method Public Method 20090930
20 SET_AT Instance method Public Method 20090930
21 TRIM_LEFT Instance method Public Method 20090930
22 TRIM_RIGHT Instance method Public Method 20090930
Events
Class CL_TPDA_ADT_TEST_DO_NOT_TOUCH2 has no event.
Types
Class CL_TPDA_ADT_TEST_DO_NOT_TOUCH2 has no local type.
Method Signatures

Method ADD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LEFT Call by reference Type reference (TYPE) C 20090930
2 Importing STRING1 Call by reference Type reference (TYPE) C 20090930
3 Importing STRING2 Call by reference Type reference (TYPE) STRING 20090930
4 Importing STRING3 Call by reference Object reference (TYPE REF TO) CL_TPDA_ADT_TEST_DO_NOT_TOUCH 20090930
# Exception Resumable Description Created on
1 WRONG_PARAMETER 20090930

Method COMPARE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) CHAR01 20090930
2 Importing STRING2 Call by reference Object reference (TYPE REF TO) CL_TPDA_ADT_TEST_DO_NOT_TOUCH 20090930

Method COMPARE on class CL_TPDA_ADT_TEST_DO_NOT_TOUCH2 has no exception.

Method COMPARE_NO_CASE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) CHAR01 20090930
2 Importing STRING2 Call by reference Object reference (TYPE REF TO) CL_TPDA_ADT_TEST_DO_NOT_TOUCH 20090930

Method COMPARE_NO_CASE on class CL_TPDA_ADT_TEST_DO_NOT_TOUCH2 has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATA Call by reference Type reference (TYPE) STRING 20090930

Method CONSTRUCTOR on class CL_TPDA_ADT_TEST_DO_NOT_TOUCH2 has no exception.

Method DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COUNT Call by reference Type reference (TYPE) I 20090930
2 Importing POSITION Call by reference Type reference (TYPE) I 20090930
# Exception Resumable Description Created on
1 OUT_OF_RANGE 20090930

Method EMPTY Signature

Method EMPTY on class CL_TPDA_ADT_TEST_DO_NOT_TOUCH2 has no parameter.
Method EMPTY on class CL_TPDA_ADT_TEST_DO_NOT_TOUCH2 has no exception.

Method FIND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHARACTER Call by reference Type reference (TYPE) C 20090930
2 Returning POSITION Value transfer Type reference (TYPE) I 20090930

Method FIND on class CL_TPDA_ADT_TEST_DO_NOT_TOUCH2 has no exception.

Method GET_AT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CHARACTER Value transfer Type reference (TYPE) CHAR01 20090930
2 Importing POSITION Call by reference Type reference (TYPE) I 20090930
# Exception Resumable Description Created on
1 OUT_OF_RANGE 20090930

Method GET_LENGTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning LENGTH Value transfer Type reference (TYPE) I 20090930

Method GET_LENGTH on class CL_TPDA_ADT_TEST_DO_NOT_TOUCH2 has no exception.

Method INSERT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing POSITION Value transfer Type reference (TYPE) I 20090930
2 Importing SUBSTR1 Call by reference Type reference (TYPE) C 20090930
3 Importing SUBSTR2 Call by reference Type reference (TYPE) STRING 20090930
4 Importing SUBSTR3 Call by reference Object reference (TYPE REF TO) CL_TPDA_ADT_TEST_DO_NOT_TOUCH 20090930
# Exception Resumable Description Created on
1 OUT_OF_RANGE 20090930
2 WRONG_PARAMETERS 20090930

Method IS_EMPTY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EMPTY Value transfer Type reference (TYPE) CHAR01 20090930

Method IS_EMPTY on class CL_TPDA_ADT_TEST_DO_NOT_TOUCH2 has no exception.

Method LEFT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COUNT Call by reference Type reference (TYPE) I 20090930
2 Returning SUBSTRING Value transfer Object reference (TYPE REF TO) CL_TPDA_ADT_TEST_DO_NOT_TOUCH 20090930
# Exception Resumable Description Created on
1 OUT_OF_RANGE 20090930

Method MAKE_LOWER Signature

Method MAKE_LOWER on class CL_TPDA_ADT_TEST_DO_NOT_TOUCH2 has no parameter.
Method MAKE_LOWER on class CL_TPDA_ADT_TEST_DO_NOT_TOUCH2 has no exception.

Method MAKE_REVERSE Signature

Method MAKE_REVERSE on class CL_TPDA_ADT_TEST_DO_NOT_TOUCH2 has no parameter.
Method MAKE_REVERSE on class CL_TPDA_ADT_TEST_DO_NOT_TOUCH2 has no exception.

Method MAKE_UPPER Signature

Method MAKE_UPPER on class CL_TPDA_ADT_TEST_DO_NOT_TOUCH2 has no parameter.
Method MAKE_UPPER on class CL_TPDA_ADT_TEST_DO_NOT_TOUCH2 has no exception.

Method MID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COUNT Call by reference Type reference (TYPE) I 20090930
2 Importing FIRST Call by reference Type reference (TYPE) I 20090930
3 Returning SUBSTRING Value transfer Object reference (TYPE REF TO) CL_TPDA_ADT_TEST_DO_NOT_TOUCH 20090930
# Exception Resumable Description Created on
1 OUT_OF_RANGE 20090930

Method REMOVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SUBSTR1 Call by reference Type reference (TYPE) C 20090930
2 Importing SUBSTR2 Call by reference Type reference (TYPE) STRING 20090930
3 Importing SUBSTR3 Call by reference Object reference (TYPE REF TO) CL_TPDA_ADT_TEST_DO_NOT_TOUCH 20090930
# Exception Resumable Description Created on
1 NO_SUBSTR 20090930

Method REVERSE_FIND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHARACTER Call by reference Type reference (TYPE) C 20090930
2 Returning POSITION Value transfer Type reference (TYPE) I 20090930

Method REVERSE_FIND on class CL_TPDA_ADT_TEST_DO_NOT_TOUCH2 has no exception.

Method RIGHT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COUNT Call by reference Type reference (TYPE) I 20090930
2 Returning SUBSTRING Value transfer Object reference (TYPE REF TO) CL_TPDA_ADT_TEST_DO_NOT_TOUCH 20090930
# Exception Resumable Description Created on
1 OUT_OF_RANGE 20090930

Method SET_AT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHARACTER Call by reference Type reference (TYPE) C 20090930
2 Importing POSITION Call by reference Type reference (TYPE) I 20090930
# Exception Resumable Description Created on
1 OUT_OF_RANGE 20090930

Method TRIM_LEFT Signature

Method TRIM_LEFT on class CL_TPDA_ADT_TEST_DO_NOT_TOUCH2 has no parameter.
Method TRIM_LEFT on class CL_TPDA_ADT_TEST_DO_NOT_TOUCH2 has no exception.

Method TRIM_RIGHT Signature

Method TRIM_RIGHT on class CL_TPDA_ADT_TEST_DO_NOT_TOUCH2 has no parameter.
Method TRIM_RIGHT on class CL_TPDA_ADT_TEST_DO_NOT_TOUCH2 has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 800