SAP ABAP Class CL_SLIN_CALL_GRAPH (Procedure Call Graph)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ABA-LA-EPC (Application Component) Extended Program Check (SLIN)
⤷
SLIN_INTERN (Package) Internal Use for SLIN (changes made without discussion)
⤷
⤷
Properties
| Class | CL_SLIN_CALL_GRAPH | |
| Short Description | Procedure Call Graph | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SLIN_INTERN | Internal Use for SLIN (changes made without discussion) |
| Created | 20120430 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_SLIN_CALL_GRAPH has no forward declaration.
Interfaces
Class CL_SLIN_CALL_GRAPH has no interface implemented.
Friends
Class CL_SLIN_CALL_GRAPH has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | See coding | 20120430 | |||||
| 2 | Instance attribute | Private | See coding | 20120430 | |||||
| 3 | Instance attribute | Private | See coding | 20120430 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20120430 | ||
| 2 | Instance method | Public | Method | 20120430 | ||
| 3 | Static method | Public | Method | 20120430 | ||
| 4 | Instance method | Public | Method | 20120430 | ||
| 5 | Instance method | Public | Method | 20120430 | ||
| 6 | Instance method | Public | Method | 20120430 |
Events
Class CL_SLIN_CALL_GRAPH has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | LINK | Private | See coding | 20120430 | BEGIN OF link,
from TYPE if_slin_proc_sig=>call_argument,
tos TYPE if_slin_proc_sig=>call_argument_seq,
END OF link
|
||
| 2 | VISITITEM | Private | See coding | 20120430 | BEGIN OF visititem,
body TYPE if_slin_proc_sig=>proc_body,
argid TYPE string,
END OF visititem
|
Method Signatures
Method CALL_ARG_TO_CALL_ARGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FROM | Call by reference | Type reference (TYPE) | IF_SLIN_PROC_SIG=>CALL_ARGUMENT | 20120430 | ||||
| 2 | RET | Value transfer | Type reference (TYPE) | IF_SLIN_PROC_SIG=>CALL_ARGUMENT_SEQ | 20120430 |
Method CALL_ARG_TO_CALL_ARGS on class CL_SLIN_CALL_GRAPH has no exception.
Method CLEAR_VISIT_SET Signature
Method CLEAR_VISIT_SET on class CL_SLIN_CALL_GRAPH has no parameter.
Method CLEAR_VISIT_SET on class CL_SLIN_CALL_GRAPH has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RET | Value transfer | Object reference (TYPE REF TO) | CL_SLIN_CALL_GRAPH | 20120430 |
Method GET_INSTANCE on class CL_SLIN_CALL_GRAPH has no exception.
Method IS_PROC_VISITED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PROC | Call by reference | Object reference (TYPE REF TO) | CL_SLIN_PROC | 20120430 | ||||
| 2 | RET | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20120430 |
Method IS_PROC_VISITED on class CL_SLIN_CALL_GRAPH has no exception.
Method IS_VISITED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CALLARG | Call by reference | Type reference (TYPE) | IF_SLIN_PROC_SIG=>CALL_ARGUMENT | 20120430 | ||||
| 2 | RET | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20120430 |
Method IS_VISITED on class CL_SLIN_CALL_GRAPH has no exception.
Method STMNT_RG_TO_CALLS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PROG | Call by reference | Object reference (TYPE REF TO) | CL_SLIN_PROG | 20120729 | ||||
| 2 | RANGE | Call by reference | Type reference (TYPE) | RANGE | 20120430 | ||||
| 3 | RET | Value transfer | Type reference (TYPE) | CL_SLIN_CALL_SET_MNG=>CALL_POS_SEQ | 20120430 |
Method STMNT_RG_TO_CALLS on class CL_SLIN_CALL_GRAPH has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 740 |