SAP ABAP Class CL_CI_RESULT_ROOT (Code Inspector: Results Node)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-TOO-ATF (Application Component) ABAP Test Frameworks ( ATC, CheckMan, Code Inspector)
⤷
S_CODE_INSPECTOR (Package) ABAP Source Code Analysis
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_CI_TEST | Interface for a Test | 20011025 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_CI_RESULT_BSP_APPLICATIONS | Results for BSP Applications | 20070227 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_CI_RESULT_DDIC | Code Inspector: Results from Dictionary | 20011025 |
| 3 | Inheritance (c INHERITING FROM c_ref) | CL_CI_RESULT_DELEGATE | 20050216 | |
| 4 | Inheritance (c INHERITING FROM c_ref) | CL_CI_RESULT_METRIC_WDYN | SCI: result nodes for ABAP WebDynpro Metric | 20081126 |
| 5 | Inheritance (c INHERITING FROM c_ref) | CL_CI_RESULT_MIME | CI: Navigation to MIME Object | 20070301 |
| 6 | Inheritance (c INHERITING FROM c_ref) | CL_CI_RESULT_PROGRAM | Code Inspector: Results from Dictionary | 20011025 |
| 7 | Inheritance (c INHERITING FROM c_ref) | CL_CI_RESULT_PROXY | Ergebnisse für BSP-Anwendungen | 20070614 |
Properties
| Class | CL_CI_RESULT_ROOT | |
| Short Description | Code Inspector: Results Node | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | S_CODE_INSPECTOR | ABAP Source Code Analysis |
| Created | 20011025 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_CI_RESULT_ROOT has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_CI_TEST | Interface for a Test | 20011025 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_CI_EXCEPTION | 20030801 | Code Inspector: Define SCI Exceptions | |
| 2 | CL_CI_RESULT_ACCESS | 20120213 | Access details of check results | |
| 3 | CL_CI_TESTS | 20011025 | Code Inspector: Managing Tests | |
| 4 | CL_CI_TEST_ROOT | 20011025 | Code Inspector: Root Test Class | |
| 5 | CL_SATC_AC_NAVIGATOR_CI | 20121114 | Navigator: Code Inspector | |
| 6 | CL_SATC_CI_DOCU_MAPPER | 20120803 | Convert SAP Script to Eclipse docu |
Attributes
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | Constructor | 20011025 | |
| 2 | Instance method | Protected | Method | Get Long Text of a Code | 20011025 | |
| 3 | Instance method | Protected | Method | Get Node Description | 20011025 | |
| 4 | Instance method | Private | Method | Get language of document | 20120807 | |
| 5 | Instance method | Protected | Method | Get documentation for message; required for "AiE" | 20120803 | |
| 6 | Static method | Protected | Method | Get the Main Program Name | 20011025 | |
| 7 | Instance method | Protected | Method | Get Instance of Test | 20011025 | |
| 8 | Instance method | Protected | Method | Get Message Text | 20011025 | |
| 9 | Instance method | Protected | Method | Get Long Text of a Code | 20011025 | |
| 10 | Instance method | Public | Method | Enter Information | 20011025 | |
| 11 | Instance method | Public | Method | Enter Information | 20011025 | |
| 12 | Instance method | Private | Method | Set instance of check; required for "ATC" | 20120213 |
Events
Class CL_CI_RESULT_ROOT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_CODE_LONG_TEXT | Private | See coding | 20011025 | begin of T_CODE_LONG_TEXT,
TEST like RESULT-TEST,
CODE like RESULT-CODE,
MESSAGE type SCI_INCLUDE,
end of T_CODE_LONG_TEXT
|
||
| 2 | T_DOCU_KEY | Private | See coding | 20121116 | begin of T_DOCU_KEY,
ID type DOKU_ID,
OBJECT type DOKU_OBJ,
TYPE type DOCU_TYPE,
end of T_DOCU_KEY
|
||
| 3 | T_FUNCTION | Private | See coding | 20130604 | begin of T_FUNCTION,
PNAME type TFDIR-PNAME,
INCLUDE type TFDIR-INCLUDE,
FUNC_NAME type TFDIR-FUNCNAME,
end of T_FUNCTION
|
||
| 4 | T_TEST | Private | See coding | 20011025 | begin of T_TEST,
TEST type SYCHAR30,
REF type ref to CL_CI_TEST_ROOT,
end of T_TEST
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_HAS_DOCUMENTATION | Call by reference | Type reference (TYPE) | FLAG | allgemeines flag | 20061108 | |||
| 2 | P_KIND | Call by reference | Type reference (TYPE) | SYCHAR01 | CHAR01-Datenelement fuer SYST | 20011025 |
Method CONSTRUCTOR on class CL_CI_RESULT_ROOT has no exception.
Method GET_CODE_LONG_TEXT Signature
Method GET_CODE_LONG_TEXT on class CL_CI_RESULT_ROOT has no parameter.
Method GET_CODE_LONG_TEXT on class CL_CI_RESULT_ROOT has no exception.
Method GET_DESCRIPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_RESULT | Value transfer | Type reference (TYPE) | STRING | Ergebnis | 20011025 |
Method GET_DESCRIPTION on class CL_CI_RESULT_ROOT has no exception.
Method GET_DOCUMENT_LANGUAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_DOCU_KEY | Call by reference | Type reference (TYPE) | T_DOCU_KEY | 20120807 | ||||
| 2 | P_RESULT | Value transfer | Type reference (TYPE) | SYLANGU | 20121116 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20120807 |
Method GET_DOCU_FOR_TEST_CODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_DOCUMENT_HEADER | Call by reference | Type reference (TYPE) | THEAD | 20120803 | ||||
| 2 | P_DOCUMENT_LINES | Call by reference | Type reference (TYPE) | TLINETAB | 20120803 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20120803 |
Method GET_PROGRAM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_OBJNAME | Call by reference | Type reference (TYPE) | SOBJ_NAME | Objektname im Objektkatalog | 20011025 | |||
| 2 | P_OBJTYPE | Call by reference | Type reference (TYPE) | SCI_TYPID | Code Inspector: Objekttyp | 20011025 | |||
| 3 | P_PROGRAM | Value transfer | Type reference (TYPE) | PROGRAM | Programm/Transaktion in SQL-Trace-Auswertung. | 20011025 |
Method GET_PROGRAM on class CL_CI_RESULT_ROOT has no exception.
Method GET_REF_TEST 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: Root-Test-Klasse | 20011025 | |||
| 2 | P_TEST | Call by reference | Type reference (TYPE) | SYCHAR30 | CHAR30 fuer SYST | 20011025 |
Method GET_REF_TEST on class CL_CI_RESULT_ROOT has no exception.
Method GET_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_RESULT | Value transfer | Type reference (TYPE) | SCI_MTEXT | Code Inspector: Text einer Meldung | 20011025 |
Method GET_TEXT on class CL_CI_RESULT_ROOT has no exception.
Method SET_CODE_LONG_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_MESSAGE | Call by reference | Type reference (TYPE) | SCI_INCLUDE | Code Inspector: Include | 20011025 |
Method SET_CODE_LONG_TEXT on class CL_CI_RESULT_ROOT has no exception.
Method SET_INFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_INFO | Call by reference | Type reference (TYPE) | SCIR_REST | Code Inspector: bei einer Inspektion ermittelte Fehler | 20011025 | |||
| 2 | P_RESULT | Value transfer | Type reference (TYPE) | SYCHAR01 | CHAR01-Datenelement fuer SYST | 20020930 |
Method SET_INFO on class CL_CI_RESULT_ROOT has no exception.
Method SET_INFO_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: bei einer Inspektion ermittelte Fehler | 20011025 | |||
| 2 | P_TEST | Call by reference | Type reference (TYPE) | SEOCLSNAME | Objekttypname | 20011025 |
Method SET_INFO_CODE on class CL_CI_RESULT_ROOT has no exception.
Method SET_TEST_CLASS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_CHECK_CLASS | Call by reference | Object reference (TYPE REF TO) | CL_CI_TEST_ROOT | 20120213 | ||||
| 2 | P_INFO | Call by reference | Type reference (TYPE) | SCIR_REST | 20120213 |
Method SET_TEST_CLASS on class CL_CI_RESULT_ROOT has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 620 |