SAP ABAP Class CL_TPDA_ADT_TEST_DO_NOT_TOUCH (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 Inheritance (c INHERITING FROM c_ref)  CL_TPDA_ADT_TEST_SUPER 20120120
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_TPDA_ADT_TEST_DO_NOT_TOUCH DO NOT TOUCH OTHERWISE YOU BREAK THE TESTS 20090904
Properties
Class CL_TPDA_ADT_TEST_DO_NOT_TOUCH  
Short Description DO NOT TOUCH OTHERWISE YOU BREAK THE TESTS    
Super Class CL_TPDA_ADT_TEST_SUPER  
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 20090820   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_TPDA_ADT_TEST_DO_NOT_TOUCH 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 20090904
Friends
Class CL_TPDA_ADT_TEST_DO_NOT_TOUCH 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' 20090826
2 HUGO Static Attribute Private Type reference (TYPE) I 20090826
3 M_LENGTH Instance attribute Private Type reference (TYPE) I 20090820
4 M_STRING Instance attribute Public Type reference (TYPE) STRING 20090820
Methods
# Method Level Visibility Method type Description Created on
1 ADD Instance method Public Method 20090820
2 COMPARE Instance method Public Method 20090820
3 COMPARE_NO_CASE Instance method Public Method 20090820
4 CONSTRUCTOR Instance method Public Constructor 20090820
5 DELETE Instance method Public Method 20090820
6 EMPTY Instance method Public Method 20090820
7 FIND Instance method Public Method 20090820
8 GET_AT Instance method Public Method 20090820
9 GET_LENGTH Instance method Public Method 20090820
10 INSERT Instance method Public Method 20090820
11 IS_EMPTY Instance method Public Method 20090820
12 LEFT Instance method Public Method 20090820
13 MAKE_LOWER Instance method Public Method 20090820
14 MAKE_REVERSE Instance method Public Method 20090820
15 MAKE_UPPER Instance method Public Method 20090820
16 MID Instance method Public Method 20090820
17 REMOVE Instance method Public Method 20090820
18 REVERSE_FIND Instance method Public Method 20090820
19 RIGHT Instance method Public Method 20090820
20 SET_AT Instance method Public Method 20090820
21 TRIM_LEFT Instance method Public Method 20090820
22 TRIM_RIGHT Instance method Public Method 20090820
Events
Class CL_TPDA_ADT_TEST_DO_NOT_TOUCH has no event.
Types
Class CL_TPDA_ADT_TEST_DO_NOT_TOUCH 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 20090820
2 Importing STRING1 Call by reference Type reference (TYPE) C 20090820
3 Importing STRING2 Call by reference Type reference (TYPE) STRING 20090820
4 Importing STRING3 Call by reference Object reference (TYPE REF TO) CL_TPDA_ADT_TEST_DO_NOT_TOUCH 20090820
# Exception Resumable Description Created on
1 WRONG_PARAMETER 20090820

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 20090820
2 Importing STRING2 Call by reference Object reference (TYPE REF TO) CL_TPDA_ADT_TEST_DO_NOT_TOUCH 20090820

Method COMPARE on class CL_TPDA_ADT_TEST_DO_NOT_TOUCH 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 20090820
2 Importing STRING2 Call by reference Object reference (TYPE REF TO) CL_TPDA_ADT_TEST_DO_NOT_TOUCH 20090820

Method COMPARE_NO_CASE on class CL_TPDA_ADT_TEST_DO_NOT_TOUCH 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 20090820

Method CONSTRUCTOR on class CL_TPDA_ADT_TEST_DO_NOT_TOUCH 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 20090820
2 Importing POSITION Call by reference Type reference (TYPE) I 20090820
# Exception Resumable Description Created on
1 OUT_OF_RANGE 20090820

Method EMPTY Signature

Method EMPTY on class CL_TPDA_ADT_TEST_DO_NOT_TOUCH has no parameter.
Method EMPTY on class CL_TPDA_ADT_TEST_DO_NOT_TOUCH 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 20090820
2 Returning POSITION Value transfer Type reference (TYPE) I 20090820

Method FIND on class CL_TPDA_ADT_TEST_DO_NOT_TOUCH 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 20090820
2 Importing POSITION Call by reference Type reference (TYPE) I 20090820
# Exception Resumable Description Created on
1 OUT_OF_RANGE 20090820

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 20090820

Method GET_LENGTH on class CL_TPDA_ADT_TEST_DO_NOT_TOUCH 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 20090820
2 Importing SUBSTR1 Call by reference Type reference (TYPE) C 20090820
3 Importing SUBSTR2 Call by reference Type reference (TYPE) STRING 20090820
4 Importing SUBSTR3 Call by reference Object reference (TYPE REF TO) CL_TPDA_ADT_TEST_DO_NOT_TOUCH 20090820
# Exception Resumable Description Created on
1 OUT_OF_RANGE 20090820
2 WRONG_PARAMETERS 20090820

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 20090820

Method IS_EMPTY on class CL_TPDA_ADT_TEST_DO_NOT_TOUCH 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 20090820
2 Returning SUBSTRING Value transfer Object reference (TYPE REF TO) CL_TPDA_ADT_TEST_DO_NOT_TOUCH 20090820
# Exception Resumable Description Created on
1 OUT_OF_RANGE 20090820

Method MAKE_LOWER Signature

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

Method MAKE_REVERSE Signature

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

Method MAKE_UPPER Signature

Method MAKE_UPPER on class CL_TPDA_ADT_TEST_DO_NOT_TOUCH has no parameter.
Method MAKE_UPPER on class CL_TPDA_ADT_TEST_DO_NOT_TOUCH 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 20090820
2 Importing FIRST Call by reference Type reference (TYPE) I 20090820
3 Returning SUBSTRING Value transfer Object reference (TYPE REF TO) CL_TPDA_ADT_TEST_DO_NOT_TOUCH 20090820
# Exception Resumable Description Created on
1 OUT_OF_RANGE 20090820

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 20090820
2 Importing SUBSTR2 Call by reference Type reference (TYPE) STRING 20090820
3 Importing SUBSTR3 Call by reference Object reference (TYPE REF TO) CL_TPDA_ADT_TEST_DO_NOT_TOUCH 20090820
# Exception Resumable Description Created on
1 NO_SUBSTR 20090820

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 20090820
2 Returning POSITION Value transfer Type reference (TYPE) I 20090820

Method REVERSE_FIND on class CL_TPDA_ADT_TEST_DO_NOT_TOUCH 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 20090820
2 Returning SUBSTRING Value transfer Object reference (TYPE REF TO) CL_TPDA_ADT_TEST_DO_NOT_TOUCH 20090820
# Exception Resumable Description Created on
1 OUT_OF_RANGE 20090820

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 20090820
2 Importing POSITION Call by reference Type reference (TYPE) I 20090820
# Exception Resumable Description Created on
1 OUT_OF_RANGE 20090820

Method TRIM_LEFT Signature

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

Method TRIM_RIGHT Signature

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