SAP ABAP Class IF_RIS_OCCURRENCE_FINDER (Finds usage of variables)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RIS_OCCURRENCE_FINDER_AC | RIS: Occurrence Finder w/ ABAP Compiler | 20101206 |
Properties
| Class | IF_RIS_OCCURRENCE_FINDER | |
| Short Description | Finds usage of variables | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20101125 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class IF_RIS_OCCURRENCE_FINDER has no forward declaration.
Interfaces
Class IF_RIS_OCCURRENCE_FINDER has no interface implemented.
Friends
Class IF_RIS_OCCURRENCE_FINDER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | I | 50 | 20120102 | |||
| 2 | Constant | Public | See coding | 20101206 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20101206 |
Events
Class IF_RIS_OCCURRENCE_FINDER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | OCCURRENCE | Public | See coding | 20101206 | begin of occurrence,
include type syrepid,
start_row type i,
start_col type i,
end_row type i,
end_col type i,
keeps_result type abap_bool,
method_redefinition type abap_bool,
kind like occurrence_kind-default,
token type string,
end of occurrence
|
||
| 2 | OCCURRENCES | Public | See coding | 20101206 | occurrences type sorted table of occurrence with unique key include start_row start_col
|
||
| 3 | OCCURRENCE_INFO | Public | See coding | 20101206 | begin of occurrence_info,
occurrences type occurrences,
end of occurrence_info
|
Method Signatures
Method GET_OCCURRENCE_INFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_ABAP_FULL_NAME | Call by reference | Object reference (TYPE REF TO) | IF_RIS_ABAP_FULLNAME | 20110329 | ||||
| 2 | E_INCLUDES | Call by reference | Type reference (TYPE) | IF_RIS_INCLUDE=>TAB | 20110404 | ||||
| 3 | E_OCCURRENCE_INFO | Call by reference | Type reference (TYPE) | OCCURRENCE_INFO | 20110110 | ||||
| 4 | E_REFERENCED_INCLUDES | Call by reference | Type reference (TYPE) | STRING_TABLE | 20110110 | ||||
| 5 | I_DEEP_INCLUDE_RESOLUTION | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20110329 | |||
| 6 | I_INPUT | Call by reference | Type reference (TYPE) | IF_RIS_SOURCE_POSITION=>TY_CURSOR | 20101206 | ||||
| 7 | I_USE_CACHING | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20120102 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20110110 | |||
| 2 | 20110110 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in |