SAP ABAP Class CL_HC_UTIL_TEST (Test Utilities)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷ BC-HLP-ABA (Application Component) Help Infrastructure for ABAP
⤷ SWDP_HELP_CENTER (Package) Help Center ABAP Web Dynpro
⤷ BC-HLP-ABA (Application Component) Help Infrastructure for ABAP
⤷ SWDP_HELP_CENTER (Package) Help Center ABAP Web Dynpro
Properties
Class | CL_HC_UTIL_TEST | |
Short Description | Test Utilities | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SWDP_HELP_CENTER | Help Center ABAP Web Dynpro |
Created | 20090915 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_HC_UTIL_TEST has no forward declaration.
Interfaces
Class CL_HC_UTIL_TEST has no interface implemented.
Friends
Class CL_HC_UTIL_TEST has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | APPL | Instance attribute | Private | Type reference (TYPE) | SAPHC_APPL | Application | 20090930 | ||
2 | APPL_PREFIX | Constant | Private | Type reference (TYPE) | STRING | '_SAPHC_TESTAPPLICATION_0050569309DA1DEEA8BA2432E23084A4_' | 20090923 | ||
3 | FAQS_PER_APPL | Instance attribute | Private | Type reference (TYPE) | I | 5 | 20090923 | ||
4 | LANGU | Constant | Private | Type reference (TYPE) | SYLANGU | 'E' | Language Key of Current Text Environment | 20090923 | |
5 | LINKS_PER_APPL | Instance attribute | Private | Type reference (TYPE) | I | 10 | 20090923 | ||
6 | NOTES_PER_USER | Instance attribute | Private | Type reference (TYPE) | I | 5 | 20090923 | ||
7 | TOTAL_APPL | Instance attribute | Private | Type reference (TYPE) | I | 100 | 20090923 | ||
8 | TOTAL_USER | Instance attribute | Private | Type reference (TYPE) | I | 500 | 20090923 | ||
9 | USER_PREFIX | Constant | Private | Type reference (TYPE) | STRING | '_SAPHC_' | 20090930 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | DELETE_GENERATED_FAQS | Instance method | Private | Method | Clear | 20090923 |
2 | DELETE_GENERATED_LINKS | Instance method | Private | Method | Clear | 20090923 |
3 | DELETE_GENERATED_NOTES | Instance method | Private | Method | Clear | 20090923 |
4 | DELETE_GENERATED_TESTDATA | Instance method | Public | Method | Clear | 20090923 |
5 | GENERATE_FAQS | Instance method | Private | Method | Generate Test Data | 20090923 |
6 | GENERATE_LINKS | Instance method | Private | Method | Generate Test Data | 20090923 |
7 | GENERATE_NOTES | Instance method | Private | Method | Generate Test Data | 20090923 |
8 | GENERATE_TESTDATA | Instance method | Public | Method | Generate Test Data | 20090923 |
9 | GET_APPL | Instance method | Private | Method | 20090923 | |
10 | GET_USER | Instance method | Private | Method | 20090923 | |
11 | INIT | Instance method | Public | Method | Set Parameters: how much of what? | 20090930 |
Events
Class CL_HC_UTIL_TEST has no event.
Types
Class CL_HC_UTIL_TEST has no local type.
Method Signatures
Method DELETE_GENERATED_FAQS Signature
Method DELETE_GENERATED_FAQS on class CL_HC_UTIL_TEST has no parameter.
Method DELETE_GENERATED_FAQS on class CL_HC_UTIL_TEST has no exception.
Method DELETE_GENERATED_LINKS Signature
Method DELETE_GENERATED_LINKS on class CL_HC_UTIL_TEST has no parameter.
Method DELETE_GENERATED_LINKS on class CL_HC_UTIL_TEST has no exception.
Method DELETE_GENERATED_NOTES Signature
Method DELETE_GENERATED_NOTES on class CL_HC_UTIL_TEST has no parameter.
Method DELETE_GENERATED_NOTES on class CL_HC_UTIL_TEST has no exception.
Method DELETE_GENERATED_TESTDATA Signature
Method DELETE_GENERATED_TESTDATA on class CL_HC_UTIL_TEST has no parameter.
Method DELETE_GENERATED_TESTDATA on class CL_HC_UTIL_TEST has no exception.
Method GENERATE_FAQS Signature
Method GENERATE_FAQS on class CL_HC_UTIL_TEST has no parameter.
Method GENERATE_FAQS on class CL_HC_UTIL_TEST has no exception.
Method GENERATE_LINKS Signature
Method GENERATE_LINKS on class CL_HC_UTIL_TEST has no parameter.
Method GENERATE_LINKS on class CL_HC_UTIL_TEST has no exception.
Method GENERATE_NOTES Signature
Method GENERATE_NOTES on class CL_HC_UTIL_TEST has no parameter.
Method GENERATE_NOTES on class CL_HC_UTIL_TEST has no exception.
Method GENERATE_TESTDATA Signature
Method GENERATE_TESTDATA on class CL_HC_UTIL_TEST has no parameter.
Method GENERATE_TESTDATA on class CL_HC_UTIL_TEST has no exception.
Method GET_APPL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | I_INDEX_APPL | Call by reference | Type reference (TYPE) | I | Index | 20090923 | ||
2 | Returning | R_APPL | Value transfer | Type reference (TYPE) | SAPHC_APPL | Anwendung | 20090923 |
Method GET_APPL on class CL_HC_UTIL_TEST has no exception.
Method GET_USER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | I_INDEX_USER | Call by reference | Type reference (TYPE) | I | Index | 20090923 | ||
2 | Returning | R_UNAME | Value transfer | Type reference (TYPE) | SYUNAME | Benutzername | 20090923 |
Method GET_USER on class CL_HC_UTIL_TEST has no exception.
Method INIT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IS_APPL | Call by reference | Type reference (TYPE) | SAPHC_APPL | Anwendung | 20090930 | ||
2 | Importing | IV_FAQS_PER_APPL | Call by reference | Type reference (TYPE) | I | 5 | FAQs pro Anwendung | 20090930 | |
3 | Importing | IV_LINKS_PER_APPL | Call by reference | Type reference (TYPE) | I | 10 | Verweise pro Anwendung | 20090930 | |
4 | Importing | IV_NOTES_PER_USER | Call by reference | Type reference (TYPE) | I | 5 | Notizen pro Benutzer | 20090930 | |
5 | Importing | IV_TOTAL_APPL | Call by reference | Type reference (TYPE) | I | 100 | Anzahl der Anwendungen | 20090930 | |
6 | Importing | IV_TOTAL_USER | Call by reference | Type reference (TYPE) | I | 500 | Anzahl der Benutzer | 20090930 |
Method INIT on class CL_HC_UTIL_TEST has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in |