Hierarchy

⤷

⤷

Properties
Class | CL_ABAP_ERROR_ANALYZE | |
Short Description | Test | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SABP_COMPILER | ABAP Compiler |
Created | 20090130 | SAP |
Last change | 20140121 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_ABAP_ERROR_ANALYZE has no interface implemented.
Friends
Class CL_ABAP_ERROR_ANALYZE has no friend class.
Attributes
Methods
Events
Class CL_ABAP_ERROR_ANALYZE has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | T_DELETED_LINE | Private | See coding | 20090130 | begin of T_DELETED_LINE,
INCLUDE type STRING,
LINE type I,
CONTENT type STRING,
end of T_DELETED_LINE
|
||
2 | T_ERROR | Public | See coding | 20090130 | begin of T_ERROR,
SUBRC type SY-SUBRC,
MSGID type TRMSG_KEY,
MESSAGE type STRING,
INCLUDE type PROGRAM,
LINE type I,
COLUMN type INT2,
WORD type SYCHAR255,
end of T_ERROR
|
||
3 | T_EXCL_INCLUDES | Public | See coding | 20090130 | T_EXCL_INCLUDES type range of PROGRAM
|
||
4 | T_EXCL_STATEMENTS | Public | See coding | 20090130 | T_EXCL_STATEMENTS type range of SYCHAR80
|
||
5 | T_LEVELS | Private | See coding | 20090130 | begin of T_LEVELS,
TYPE type I,
DATA type I,
CLASS type I,
INTERFACE type I,
end of T_LEVELS
|
||
6 | T_STATEMENT_POS | Private | See coding | 20090130 | begin of T_STATEMENT_POS,
INCLUDE type STRING,
LINE type I,
BEGIN type I,
STEP type I,
end of T_STATEMENT_POS
|
||
7 | T_SYMBOL | Private | See coding | 20090130 | begin of T_SYMBOL,
TYPE type SYCHAR04,
LEVEL type I,
NAME type STRING,
BEGIN type I,
end of T_SYMBOL
|
||
8 | T_TRCSTRUC | Public | See coding | 20090130 | begin of T_TRCSTRUC,
CC(2) type C,
SPACE1(1) type C,
EX(1) type C,
SPACE2(1) type C,
LINE(120) type C,
end of T_TRCSTRUC
|
||
9 | T_TRCTAB | Public | See coding | 20120727 | T_TRCTAB type standard table of T_TRCSTRUC
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_ABAP_ERROR_ANALYZE has no parameter.
Method CLASS_CONSTRUCTOR on class CL_ABAP_ERROR_ANALYZE has no exception.
Method COMMIT Signature
Method COMMIT on class CL_ABAP_ERROR_ANALYZE has no parameter.
Method COMMIT on class CL_ABAP_ERROR_ANALYZE has no exception.
Method DELETE_STATEMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_LINE | Call by reference | Type reference (TYPE) | I | 20090130 | |||
2 | ![]() |
P_OK | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20090130 | |||
3 | ![]() |
P_REPTAB | Call by reference | Attribute reference (LIKE) | LINE OF REPTAB | 20090130 | |||
4 | ![]() |
P_STEP | Call by reference | Type reference (TYPE) | I | 20090130 |
Method DELETE_STATEMENT on class CL_ABAP_ERROR_ANALYZE has no exception.
Method GET_INCLUDES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_INCLUDES | Call by reference | Type reference (TYPE) | SREPTAB | 20090130 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090130 |
Method GET_INCLUDE_TRCTAB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_INCLUDE | Call by reference | Type reference (TYPE) | PROGRAM | 20120727 | |||
2 | ![]() |
P_TRCTAB | Call by reference | Type reference (TYPE) | SYN_TRCTAB | 20120727 |
Method GET_INCLUDE_TRCTAB on class CL_ABAP_ERROR_ANALYZE has no exception.
Method GET_MINIMAL_INCLUDE_SET Signature
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090130 |
Method GET_REFS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_INCLUDES | Call by reference | Type reference (TYPE) | SREPTAB | 20090130 | |||
2 | ![]() |
P_REFS | Call by reference | Type reference (TYPE) | SCR_GLREFS | 20090130 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090130 |
Method GET_SOURCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_INCLUDE | Call by reference | Type reference (TYPE) | INCLUDE | 20090130 | |||
2 | ![]() |
P_SOURCE | Call by reference | Type reference (TYPE) | SREPTABLN-SOURCE | 20090130 | |||
3 | ![]() |
P_TRDIR | Call by reference | Type reference (TYPE) | SREPTABLN-TRDIR | 20090130 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090130 |
Method GET_STATEMENTS_POS Signature
Method GET_STATEMENTS_POS on class CL_ABAP_ERROR_ANALYZE has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090130 |
Method GET_TRCTAB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_TRCTAB | Call by reference | Type reference (TYPE) | SYN_TRCTAB | 20120727 |
Method GET_TRCTAB on class CL_ABAP_ERROR_ANALYZE has no exception.
Method NORM_INCLUDE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_INCLUDE | Call by reference | Type reference (TYPE) | SCR_INCLUDE | 20090130 |
Method NORM_INCLUDE on class CL_ABAP_ERROR_ANALYZE has no exception.
Method POP_PRE_HDR_STATE Signature
Method POP_PRE_HDR_STATE on class CL_ABAP_ERROR_ANALYZE has no parameter.
Method POP_PRE_HDR_STATE on class CL_ABAP_ERROR_ANALYZE has no exception.
Method PREPARE Signature
Method PREPARE on class CL_ABAP_ERROR_ANALYZE has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090130 |
Method PROGRESS_INDICATOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_COUNT | Call by reference | Type reference (TYPE) | I | 20120727 | |||
2 | ![]() |
P_PERCENTAGE | Call by reference | Type reference (TYPE) | I | 20090130 |
Method PROGRESS_INDICATOR on class CL_ABAP_ERROR_ANALYZE has no exception.
Method PUSH_PRE_HDR_STATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_PREHDR_ACTLVL | Call by reference | Type reference (TYPE) | I | 20120727 |
Method PUSH_PRE_HDR_STATE on class CL_ABAP_ERROR_ANALYZE has no exception.
Method REDUCE_INCLUDES Signature
Method REDUCE_INCLUDES on class CL_ABAP_ERROR_ANALYZE has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090130 |
Method REDUCE_REST_OF_INCLUDES Signature
Method REDUCE_REST_OF_INCLUDES on class CL_ABAP_ERROR_ANALYZE has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090130 |
Method REDUCE_STATEMENTS Signature
Method REDUCE_STATEMENTS on class CL_ABAP_ERROR_ANALYZE has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090130 |
Method REPTAB1_TO_REPTAB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_REPTAB | Call by reference | Type reference (TYPE) | SREPTAB | 20120727 | |||
2 | ![]() |
P_REPTAB1 | Call by reference | Type reference (TYPE) | SREPTAB1 | 20120727 |
Method REPTAB1_TO_REPTAB on class CL_ABAP_ERROR_ANALYZE has no exception.
Method REPTAB_TO_REPTAB1 Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_REPTAB | Call by reference | Type reference (TYPE) | SREPTAB | 20120727 | |||
2 | ![]() |
P_REPTAB1 | Call by reference | Type reference (TYPE) | SREPTAB1 | 20120727 |
Method REPTAB_TO_REPTAB1 on class CL_ABAP_ERROR_ANALYZE has no exception.
Method ROLLBACK Signature
Method ROLLBACK on class CL_ABAP_ERROR_ANALYZE has no parameter.
Method ROLLBACK on class CL_ABAP_ERROR_ANALYZE has no exception.
Method SET_STATEMENT_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) | T_STATEMENT_POS | 20090130 | |||
2 | ![]() |
P_STATEMENT | Call by reference | Type reference (TYPE) | STRING | 20090130 |
Method SET_STATEMENT_INFO on class CL_ABAP_ERROR_ANALYZE has no exception.
Method SYNTAX_CHECK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_OK | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20090130 | |||
2 | ![]() |
P_STRICT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20090130 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20120727 |
Method SYNTAX_CHECK_DO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_ERROR | Call by reference | Type reference (TYPE) | SYN_ERROR | 20120727 | |||
2 | ![]() |
P_MODE | Call by reference | Type reference (TYPE) | I | 20120727 | |||
3 | ![]() |
P_PREHDR_ACTLVL | Call by reference | Type reference (TYPE) | I | 20120727 | |||
4 | ![]() |
P_PROGRAM | Call by reference | Type reference (TYPE) | PROGRAM | 20120727 | |||
5 | ![]() |
P_REPTAB | Call by reference | Type reference (TYPE) | SREPTAB | 20120727 | |||
6 | ![]() |
P_RFC | Call by reference | Type reference (TYPE) | SYCHAR01 | RFC | 20120727 | ||
7 | ![]() |
P_TEST1 | Call by reference | Type reference (TYPE) | SYCHAR04 | 20120727 | |||
8 | ![]() |
P_TEST2 | Call by reference | Type reference (TYPE) | SYCHAR04 | 20120727 | |||
9 | ![]() |
P_TEST3 | Call by reference | Type reference (TYPE) | SYCHAR04 | 20120727 | |||
10 | ![]() |
P_TRCTAB | Call by reference | Type reference (TYPE) | SYN_TRCTAB | 20120727 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20120727 |
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 732 |