Hierarchy

⤷

⤷

Properties
Class | CL_CI_TESTS | |
Short Description | Code Inspector: Managing Tests | |
Super Class | ||
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | S_CODE_INSPECTOR | ABAP Source Code Analysis |
Created | 20000824 | SAP |
Last change | 20140121 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_CI_TESTS has no forward declaration.
Interfaces
Class CL_CI_TESTS has no interface implemented.
Friends
Class CL_CI_TESTS has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SCI_TABNODE | Code Inspector: All Nodes in Tree | 20001103 | ||
2 | ![]() |
Static Attribute | Private | Type reference (TYPE) | SCI_CHKS | Code Inspector: Names of Test Classes | 20020606 | ||
3 | ![]() |
Constant | Public | Type reference (TYPE) | SYCHAR01 | 'E' | Errors | 20010205 | |
4 | ![]() |
Constant | Public | Type reference (TYPE) | SYCHAR01 | 'N' | Comment | 20010205 | |
5 | ![]() |
Constant | Public | Type reference (TYPE) | SYCHAR01 | 'W' | Warning | 20010205 | |
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SCI_TABTEST | 20120216 | |||
7 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_CI_INSPECTION | 20030922 | |||
8 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SCI_TABTEST | Code Inspector: Table with References to Tests | 20000824 | ||
9 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SCI_ERRCNT | 32767 | Maximum number of messages per single test and object | 20110914 | |
10 | ![]() |
Static Attribute | Private | See coding | 20020611 | ||||
11 | ![]() |
Static Attribute | Private | See coding | 20130205 | ||||
12 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | IF_CI_TEST | Test Tree | 20000824 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Insert New Test | 20010731 |
2 | ![]() |
Instance method | Private | Method | Append Result Node | 20020606 |
3 | ![]() |
Instance method | Public | Method | Check the Attributes | 20010823 |
4 | ![]() |
Static method | Private | Method | Test Whether Test Can Be Used | 20061213 |
5 | ![]() |
Static method | Private | Method | Syntax Check of Test Class | 20010906 |
6 | ![]() |
Instance method | Private | Method | Generate a Tree from Result | 20020808 |
7 | ![]() |
Instance method | Private | Method | Cloning a Tree | 20020808 |
8 | ![]() |
Instance method | Private | Method | Compression of Results of Statistics Check | 20021007 |
9 | ![]() |
Static method | Public | Method | Generate an Initial Tree | 20000825 |
10 | ![]() |
Static method | Public | Method | Generate a Tree from Variant | 20010823 |
11 | ![]() |
Instance method | Public | Method | Specify a Node Reference | 20001103 |
12 | ![]() |
Static method | Public | Method | Determine Text for Object Type | 20020611 |
13 | ![]() |
Static method | Private | Method | Search for Reference to Code | 20010815 |
14 | ![]() |
Instance method | Public | Method | Gets the relevant object types for a test | 20010313 |
15 | ![]() |
Static method | Private | Method | Generate a Tree from Result | 20020521 |
16 | ![]() |
Static method | Public | Method | Generate a Tree from Result | 20001214 |
17 | ![]() |
Static method | Private | Method | Get subclasses in test tree | 20010906 |
18 | ![]() |
Static method | Public | Method | Return List of Tests | 20010731 |
19 | ![]() |
Static method | Public | Method | Generate a Tree from Variant | 20010927 |
20 | ![]() |
Static method | Public | Method | Generate a Tree from Variant | 20000825 |
21 | ![]() |
Instance method | Public | Method | Get Variant | 20000825 |
22 | ![]() |
Instance method | Public | Method | Returns LIST Attribute | 20031006 |
23 | ![]() |
Instance method | Private | Event handling method | Message Handler | 20000915 |
24 | ![]() |
Static method | Private | Method | Propagate Selected Attribute | 20000825 |
25 | ![]() |
Static method | Private | Method | Read Test Classes | 20000825 |
26 | ![]() |
Static method | Public | Method | Remove a Test | 20010731 |
27 | ![]() |
Instance method | Public | Method | Execute Tests for an Object | 20000915 |
28 | ![]() |
Instance method | Public | Method | Execute Tests Before Start of RUN | 20010914 |
29 | ![]() |
Instance method | Public | Method | Execute Tests After End of RUN | 20001114 |
30 | ![]() |
Static method | Private | Method | Propagate Selected Attribute | 20001214 |
31 | ![]() |
Instance method | Private | Method | Sets inspection for which results tree is to be created | 20030922 |
32 | ![]() |
Instance method | Public | Method | Set Selected Attribute | 20001103 |
33 | ![]() |
Static method | Private | Method | Propagate Selected Attribute | 20010816 |
34 | ![]() |
Static method | Public | Method | Verify the Tests | 20010903 |
35 | ![]() |
Static method | Private | Method | Verify the Tests | 20010903 |
Events
# | Event | Type | Visibility | Description | Created on |
---|---|---|---|---|---|
1 | MESSAGE | Instance Event (0) |
Public (2) |
Message | 20000915 |
2 | VERIFY_MESSAGE | Static Event (1) |
Public (2) |
Verify Message | 20010903 |
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | T_TEST | Private | See coding | 20130205 | begin of T_TEST,
TEST type SYCHAR30,
REF type ref to CL_CI_TEST_ROOT,
end of T_TEST
|
Method Signatures
Method ADD_TEST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_NAME | Call by reference | Type reference (TYPE) | SYCHAR30 | Name des Tests | 20010731 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Falscher oder ungültiger Test-Klassen-Name | 20010731 | |
2 | ![]() |
fehlende Berechtigung | 20031217 | |
3 | ![]() |
Kategorie des Tests ist nicht aktiv | 20060619 | |
4 | ![]() |
Test ist schon eingefügt | 20010731 | |
5 | ![]() |
Fehler beim Einfügen in Transport-Auftrag | 20010731 |
Method APPEND_RESULT_NODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_REF_CODE | Value transfer | Object reference (TYPE REF TO) | CL_CI_RESULT_ROOT | Interface für einen Test | 20020606 | ||
2 | ![]() |
P_REF_RESULT | Call by reference | Object reference (TYPE REF TO) | CL_CI_RESULT_ROOT | Interface für einen Test | 20020606 | ||
3 | ![]() |
P_REF_TEST | Call by reference | Object reference (TYPE REF TO) | CL_CI_TEST_ROOT | Code Inspector: Root-Test-Klasse | 20020606 |
Method APPEND_RESULT_NODE on class CL_CI_TESTS has no exception.
Method CHECK_ATTRIBUTES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_REF_TEST | Call by reference | Object reference (TYPE REF TO) | IF_CI_TEST | 20030916 | |||
2 | ![]() |
P_RESULT | Call by reference | Type reference (TYPE) | FLAG | allgemeines flag | 20010823 |
Method CHECK_ATTRIBUTES on class CL_CI_TESTS has no exception.
Method CHECK_TEST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_OK | Value transfer | Type reference (TYPE) | SYCHAR01 | CHAR01-Datenelement fuer SYST | 20061213 | ||
2 | ![]() |
P_TEST_NAME | Call by reference | Type reference (TYPE) | C | 20061213 |
Method CHECK_TEST on class CL_CI_TESTS has no exception.
Method CLASS_SYNTAX_CHECK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_CLASS | Call by reference | Type reference (TYPE) | SEOCLSNAME | Objekttypname | 20010906 | ||
2 | ![]() |
P_RESULT | Value transfer | Type reference (TYPE) | FLAG | allgemeines flag | 20010906 |
Method CLASS_SYNTAX_CHECK on class CL_CI_TESTS has no exception.
Method CLONE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_TREE | Value transfer | Object reference (TYPE REF TO) | CL_CI_TESTS | Code Inspector: Verwaltung der Tests | 20020808 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Üngültige Kategorie | 20020808 | |
2 | ![]() |
Ungültiger Klassenname | 20020808 | |
3 | ![]() |
Ungültige Ergebnisse | 20020808 |
Method CLONE_NODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_REF_IN | Call by reference | Object reference (TYPE REF TO) | IF_CI_TEST | Interface für einen Test | 20020808 | ||
2 | ![]() |
P_REF_OUT | Value transfer | Object reference (TYPE REF TO) | IF_CI_TEST | Interface für einen Test | 20020808 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ungültiger Klassenname | 20020808 |
Method CONSOLIDATE_RESULTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_RESULTS | Call by reference | Type reference (TYPE) | SCIT_REST | Code Inspector: Ergebnisstruktur | 20021007 | ||
2 | ![]() |
P_RESULTS_HD | Call by reference | Type reference (TYPE) | SCIT_RESH | Code Inspector: Kopfeinträge Ergebnistabelle | 20021007 | ||
3 | ![]() |
P_SORT_BY_OBJECT | Call by reference | Type reference (TYPE) | SYCHAR01 | CHAR01-Datenelement fuer SYST | 20021007 | ||
4 | ![]() |
P_SORT_BY_PACKAGE | Call by reference | Type reference (TYPE) | SYCHAR01 | CHAR01-Datenelement fuer SYST | 20021007 | ||
5 | ![]() |
P_SORT_BY_USER | Call by reference | Type reference (TYPE) | SYCHAR01 | CHAR01-Datenelement fuer SYST | 20021007 |
Method CONSOLIDATE_RESULTS on class CL_CI_TESTS has no exception.
Method GET_INITIAL_TREE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_INCLUDE_GENERAL | Call by reference | Type reference (TYPE) | SYCHAR01 | CHAR01-Datenelement fuer SYST | 20010406 | ||
2 | ![]() |
P_RESULT | Value transfer | Object reference (TYPE REF TO) | CL_CI_TESTS | Code Inspector: Verwaltung der Tests | 20000825 | ||
3 | ![]() |
P_TRANSPORT | Call by reference | Type reference (TYPE) | SYCHAR01 | CHAR01-Datenelement fuer SYST | 20010906 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Falscher Name einer Kategorie-Klasse | 20000825 | |
2 | ![]() |
Falscher oder ungültiger Test-Klassen-Name | 20000825 |
Method GET_LIST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_INSPECTION | Call by reference | Object reference (TYPE REF TO) | CL_CI_INSPECTION | Code Inspector: Inspektion | 20130715 | ||
2 | ![]() |
P_RESULT | Value transfer | Object reference (TYPE REF TO) | CL_CI_TESTS | Code Inspector: Verwaltung der Tests | 20010823 | ||
3 | ![]() |
P_VARIANT | Call by reference | Type reference (TYPE) | SCI_TSTVAR | Code Inspector: Testvariante | 20010823 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Die Attribute passen nicht zur Test-Version | 20010824 |
Method GET_NODE_REF Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_NODE_ID | Call by reference | Type reference (TYPE) | STRING | Knoten-Id | 20001103 | ||
2 | ![]() |
P_RESULT | Value transfer | Object reference (TYPE REF TO) | IF_CI_TEST | Interface für einen Test | 20001103 |
Method GET_NODE_REF on class CL_CI_TESTS has no exception.
Method GET_OBJTYPE_TEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_OBJ_TYPE | Call by reference | Type reference (TYPE) | TROBJTYPE | Objekttyp | 20020611 | ||
2 | ![]() |
P_TEXT | Value transfer | Type reference (TYPE) | STRING | 20020611 |
Method GET_OBJTYPE_TEXT on class CL_CI_TESTS has no exception.
Method GET_REF_CODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_CODE | Call by reference | Type reference (TYPE) | SCI_ERRC | Code Inspector: Kennung für Fehlercode | 20010815 | ||
2 | ![]() |
P_REF_NODE | Call by reference | Object reference (TYPE REF TO) | IF_CI_TEST | Interface für einen Test | 20010815 | ||
3 | ![]() |
P_RESULT | Value transfer | Object reference (TYPE REF TO) | CL_CI_RESULT_ROOT | Code Inspector: Ergebnisknoten | 20010815 |
Method GET_REF_CODE on class CL_CI_TESTS has no exception.
Method GET_RELEVANT_TYPES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_TYPES | Call by reference | Type reference (TYPE) | SCIT_OBJT | Code Inspector: Selektionsoptionen für den Objekttypen | 20010313 |
Method GET_RELEVANT_TYPES on class CL_CI_TESTS has no exception.
Method GET_RESULT_SUB_TREE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_TREE | Value transfer | Object reference (TYPE REF TO) | CL_CI_TESTS | Code Inspector: Verwaltung der Tests | 20020521 | ||
2 | ![]() |
P_VARIANT | Call by reference | Type reference (TYPE) | SCI_TSTVAR | Code Inspector: Testvariante | 20020808 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Üngültige Kategorie | 20020521 | |
2 | ![]() |
Ungültiger Klassenname | 20020521 | |
3 | ![]() |
Ungültige Ergebnisse | 20020521 |
Method GET_RESULT_TREE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_INSP_REF | Call by reference | Object reference (TYPE REF TO) | CL_CI_INSPECTION | 20030919 | |||
2 | ![]() |
P_SORT_BY_NAME | Call by reference | Type reference (TYPE) | SYCHAR01 | 'X' | Sortierung nach Name | 20020611 | |
3 | ![]() |
P_SORT_BY_OBJECT | Call by reference | Type reference (TYPE) | SYCHAR01 | Sortierung nach Objekt | 20020611 | ||
4 | ![]() |
P_SORT_BY_PACKAGE | Call by reference | Type reference (TYPE) | SYCHAR01 | 'X' | Sortierung nach Paket | 20020606 | |
5 | ![]() |
P_SORT_BY_USER | Call by reference | Type reference (TYPE) | SYCHAR01 | 'X' | Sortierung nach Verantwortlichen | 20020521 | |
6 | ![]() |
P_TREE | Value transfer | Object reference (TYPE REF TO) | CL_CI_TESTS | Code Inspector: Verwaltung der Tests | 20001214 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Üngültige Kategorie | 20011207 | |
2 | ![]() |
Ungültiger Klassenname | 20011207 | |
3 | ![]() |
Ungültige Ergebnisse | 20001214 |
Method GET_SUB_CLASSES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_ACT_NAMES | Call by reference | Type reference (TYPE) | SCI_CHKS | Code Inspector: Namen von Prüfklassen | 20010906 | ||
2 | ![]() |
P_SUPER_CLASS | Call by reference | Type reference (TYPE) | SEOCLSNAME | Objekttypname | 20010906 | ||
3 | ![]() |
P_TESTS | Call by reference | Type reference (TYPE) | SCI_ACTCHKS | Code Inspector: Liste aller möglichen Tests | 20010906 |
Method GET_SUB_CLASSES on class CL_CI_TESTS has no exception.
Method GET_TESTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_ACTIVE_TESTS | Call by reference | Type reference (TYPE) | SYCHAR01 | CHAR01-Datenelement fuer SYST | 20010924 | ||
2 | ![]() |
P_TESTS | Call by reference | Type reference (TYPE) | SCI_ACTCHKS | Namen der Prüf/Kategorie-Klassen | 20010906 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ungültiger Klassenname | 20010731 | |
2 | ![]() |
Test existiert nicht | 20010731 | |
3 | ![]() |
Transportfehler | 20010731 |
Method GET_TEST_REF Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_RESULT | Value transfer | Object reference (TYPE REF TO) | CL_CI_TEST_ROOT | Code Inspector: Verwaltung der Tests | 20010927 | ||
2 | ![]() |
P_TEST | Call by reference | Type reference (TYPE) | SEOCLSNAME | Code Inspector: Testvariante | 20010927 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Die Attribute passen nicht zur Test-Version | 20010927 |
Method GET_TREE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_RESULT | Value transfer | Object reference (TYPE REF TO) | CL_CI_TESTS | Code Inspector: Verwaltung der Tests | 20000825 | ||
2 | ![]() |
P_TRANSPORT | Call by reference | Type reference (TYPE) | FLAG | allgemeines flag | 20010906 | ||
3 | ![]() |
P_VARIANT | Call by reference | Type reference (TYPE) | SCI_TSTVAR | Code Inspector: Testvariante | 20000825 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ungültige Kategorie | 20011207 | |
2 | ![]() |
Ungültiger Klassenname | 20011207 |
Method GET_VARIANT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_VARIANT | Call by reference | Type reference (TYPE) | SCI_TSTVAR | Code Inspector: Testvariante | 20000825 |
Method GET_VARIANT on class CL_CI_TESTS has no exception.
Method GIVE_LIST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_TABTEST | Value transfer | Type reference (TYPE) | SCI_TABTEST | 20031006 |
Method GIVE_LIST on class CL_CI_TESTS has no exception.
Method MESSAGE_HANDLER Signature
Method MESSAGE_HANDLER on class CL_CI_TESTS has no exception.
Method PROPAGATE_SELECTED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_SELECTED | Value transfer | Type reference (TYPE) | SYCHAR01 | Selektiert | 20000825 | ||
2 | ![]() |
P_TREE | Call by reference | Object reference (TYPE REF TO) | IF_CI_TEST | Interface für einen Test | 20000825 |
Method PROPAGATE_SELECTED on class CL_CI_TESTS has no exception.
Method READ_NAMES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_CLASS_NAMES | Call by reference | Type reference (TYPE) | SCI_CHKS | P_CLASS_NAMES | 20000825 |
Method READ_NAMES on class CL_CI_TESTS has no exception.
Method REMOVE_TEST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_NAME | Call by reference | Type reference (TYPE) | SYCHAR30 | CHAR01-Datenelement fuer SYST | 20010731 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Prüfungs-Kategorie wird noch benötigt | 20060619 | |
2 | ![]() |
Ungültiger Klassenname | 20010731 | |
3 | ![]() |
fehlende Berechtigung | 20031217 | |
4 | ![]() |
Test existiert nicht | 20010731 | |
5 | ![]() |
Transportfehler | 20010731 |
Method RUN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_CAUGHT_EXCEPTIONS | Call by reference | Object reference (TYPE REF TO) | CX_SATC_CI_CHECK_ERRORS | 20130708 | |||
2 | ![]() |
P_OBJECT_NAME | Call by reference | Type reference (TYPE) | SOBJ_NAME | CI: Name eines einzelnen Objektes | 20000915 | ||
3 | ![]() |
P_OBJECT_PARAMS | Call by reference | Type reference (TYPE) | SCIT_OBJ_PAR | Code Inspector: Tabellentyp für Objekte | 20120727 | ||
4 | ![]() |
P_OBJECT_TYPE | Call by reference | Type reference (TYPE) | SCI_TYPID | Code Inspector: Objekttyp | 20000915 | ||
5 | ![]() |
P_PROGRAM_NAME | Call by reference | Type reference (TYPE) | PROGRAMM | ABAP-Programmname | 20010124 |
Method RUN on class CL_CI_TESTS has no exception.
Method RUN_BEGIN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_CAUGHT_EXCEPTIONS | Call by reference | Object reference (TYPE REF TO) | CX_SATC_CI_CHECK_ERRORS | 20130708 | |||
2 | ![]() |
P_COLLECT_ERRORS | Call by reference | Type reference (TYPE) | FLAG | 20130708 | |||
3 | ![]() |
P_INSP_ID | Call by reference | Type reference (TYPE) | SCI_ID | 20130619 | |||
4 | ![]() |
P_INSP_USER | Call by reference | Type reference (TYPE) | SCI_USER | 20130619 | |||
5 | ![]() |
P_INSP_VERS | Call by reference | Type reference (TYPE) | SCI_VERS | 20130619 | |||
6 | ![]() |
P_NO_AUNIT | Call by reference | Type reference (TYPE) | SCI_NOAUNIT | '' | 20060419 | ||
7 | ![]() |
P_NO_SUPPRESS | Call by reference | Type reference (TYPE) | SCI_NOSUP | Keine Unterdrückung von Meldungen | 20010914 | ||
8 | ![]() |
P_OC_IGNORE | Call by reference | Type reference (TYPE) | SCI_OC_IGNORE | SCI: Ignoriere Objektklassifizierung | 20060608 |
Method RUN_BEGIN on class CL_CI_TESTS has no exception.
Method RUN_END Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_CAUGHT_EXCEPTIONS | Call by reference | Object reference (TYPE REF TO) | CX_SATC_CI_CHECK_ERRORS | 20130708 |
Method RUN_END on class CL_CI_TESTS has no exception.
Method SET_COUNTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_ERR_CNT | Call by reference | Type reference (TYPE) | I | Anzahl Fehler | 20001214 | ||
2 | ![]() |
P_NOTE_CNT | Call by reference | Type reference (TYPE) | I | Anzahl Anmerkungen | 20010205 | ||
3 | ![]() |
P_SORT_BY_NAME | Call by reference | Type reference (TYPE) | SYCHAR01 | CHAR01-Datenelement fuer SYST | 20020611 | ||
4 | ![]() |
P_TREE | Call by reference | Object reference (TYPE REF TO) | IF_CI_TEST | Interface für einen Test | 20001214 | ||
5 | ![]() |
P_VARIANT | Call by reference | Type reference (TYPE) | SCI_TSTVAR | Code Inspector: Testvariante | 20010208 | ||
6 | ![]() |
P_WARN_CNT | Call by reference | Type reference (TYPE) | I | Anzahl Warnungen | 20001214 |
Method SET_COUNTS on class CL_CI_TESTS has no exception.
Method SET_INSPECTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_INSPECTION | Call by reference | Object reference (TYPE REF TO) | CL_CI_INSPECTION | 20030922 |
Method SET_INSPECTION on class CL_CI_TESTS has no exception.
Method SET_SELECTED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_FORCE | Call by reference | Type reference (TYPE) | SYCHAR01 | ' ' | CHAR01-Datenelement fuer SYST | 20001103 | |
2 | ![]() |
P_REF_NODE | Call by reference | Object reference (TYPE REF TO) | IF_CI_TEST | Interface für einen Test | 20001103 | ||
3 | ![]() |
P_SELECT | Call by reference | Type reference (TYPE) | SYCHAR01 | CHAR01-Datenelement fuer SYST | 20001103 |
Method SET_SELECTED on class CL_CI_TESTS has no exception.
Method SORT_TREE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_TREE | Call by reference | Object reference (TYPE REF TO) | IF_CI_TEST | Interface für einen Test | 20010816 |
Method SORT_TREE on class CL_CI_TESTS has no exception.
Method VERIFY Signature
Method VERIFY on class CL_CI_TESTS has no parameter.
Method VERIFY on class CL_CI_TESTS has no exception.
Method VERIFY_TEST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_TEST | Call by reference | Type reference (TYPE) | SEOCLSNAME | Objekttypname | 20010903 |
Method VERIFY_TEST on class CL_CI_TESTS has no exception.
Event Signatures
Event MESSAGE Signature
# | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | P_CHECKSUM_1 | Exporting | Value transfer | Type reference (TYPE) | INT4 | Checksumme 1 | 20030415 | ||
2 | P_CODE | Exporting | Value transfer | Type reference (TYPE) | CSEQUENCE | Fehler-Code | 20000915 | ||
3 | P_COLUMN | Exporting | Value transfer | Type reference (TYPE) | TOKEN_COL | Spalte | 20000915 | ||
4 | P_DETAIL | Exporting | Value transfer | Type reference (TYPE) | XSTRING | Detail-Informationen | 20121031 | ||
5 | P_ERRCNT | Exporting | Value transfer | Type reference (TYPE) | SCI_ERRCNT | Code Inspector: fortlaufender Zähler für Fehler | 20001211 | ||
6 | P_INCLSPEC | Exporting | Value transfer | Type reference (TYPE) | SCI_INCLSPEC | SCI: Meldung ist include-spezifisch | 20050608 | ||
7 | P_KIND | Exporting | Value transfer | Type reference (TYPE) | SYCHAR01 | Art der Meldung | 20000915 | ||
8 | P_LINE | Exporting | Value transfer | Type reference (TYPE) | TOKEN_ROW | Zeilennummer | 20000915 | ||
9 | P_OBJ_NAME | Exporting | Value transfer | Type reference (TYPE) | SOBJ_NAME | Objektname im Objektkatalog | 20010830 | ||
10 | P_OBJ_TYPE | Exporting | Value transfer | Type reference (TYPE) | SYCHAR04 | Code Inspector: Root-Test-Klasse | 20010830 | ||
11 | P_PARAM_1 | Exporting | Value transfer | Type reference (TYPE) | CSEQUENCE | Parameter 1 | 20000915 | ||
12 | P_PARAM_2 | Exporting | Value transfer | Type reference (TYPE) | CSEQUENCE | Parameter 2 | 20000915 | ||
13 | P_PARAM_3 | Exporting | Value transfer | Type reference (TYPE) | CSEQUENCE | Parameter 3 | 20000915 | ||
14 | P_PARAM_4 | Exporting | Value transfer | Type reference (TYPE) | CSEQUENCE | Parameter 4 | 20000915 | ||
15 | P_SUB_OBJ_NAME | Exporting | Value transfer | Type reference (TYPE) | SOBJ_NAME | Objektname im Objektkatalog | 20010830 | ||
16 | P_SUB_OBJ_TYPE | Exporting | Value transfer | Type reference (TYPE) | SYCHAR04 | Programm/Transaktion in SQL-Trace-Auswertung. | 20010830 | ||
17 | P_SUPPRESS | Exporting | Value transfer | Type reference (TYPE) | SYCHAR01 | 20030703 | |||
18 | P_TEST | Exporting | Value transfer | Type reference (TYPE) | SEOCLSNAME | Objekttypname | 20010830 |
Event VERIFY_MESSAGE Signature
# | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | P_MESSAGE | Exporting | Value transfer | Type reference (TYPE) | CLIKE | Meldung | 20010903 | ||
2 | P_RESPONSIBLE | Exporting | Value transfer | Type reference (TYPE) | SYUNAME | Verantwortlicher | 20030701 | ||
3 | P_TEST | Exporting | Value transfer | Type reference (TYPE) | SEOCLSNAME | Objekttypname | 20010903 |
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 610 |