SAP ABAP Class CL_SLIN_SEC_SHOW_UTIL (Utilities for RSLIN_SEC_SHOW)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ABA-LA-EPC (Application Component) Extended Program Check (SLIN)
⤷
SLIN_INTERNAL_ANALYSIS_TOOLS (Package) Not Translation-Relevant Internal Analysis Tools

⤷

⤷

Properties
Class | CL_SLIN_SEC_SHOW_UTIL | |
Short Description | Utilities for RSLIN_SEC_SHOW | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SLIN_INTERNAL_ANALYSIS_TOOLS | Not Translation-Relevant Internal Analysis Tools |
Created | 20130910 | SAP |
Last change | 20140121 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
2 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_SLIN_SEC_SHOW_UTIL has no interface implemented.
Friends
Class CL_SLIN_SEC_SHOW_UTIL has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Public | Type reference (TYPE) | I | 20130910 | |||
2 | ![]() |
Static Attribute | Public | See coding | 20130910 | ||||
3 | ![]() |
Static Attribute | Private | Type reference (TYPE) | I | 20130910 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Get/check program name and authorization | 20130910 |
2 | ![]() |
Static method | Public | Method | 20130910 | |
3 | ![]() |
Static method | Private | Method | 20130910 |
Events
Class CL_SLIN_SEC_SHOW_UTIL has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | INLINE_T | Private | See coding | 20130910 | BEGIN OF inline_t,
direction TYPE flag,
END OF inline_t
|
||
2 | NODES_T | Private | See coding | 20130910 | nodes_t TYPE STANDARD TABLE OF node_t
|
||
3 | NODE_T | Private | See coding | 20130910 | BEGIN OF node_t,
id TYPE i,
kind TYPE flag,
symbol_read TYPE cl_slin_flow_ir=>symbol_idx_t,
symbol_write TYPE cl_slin_flow_ir=>symbol_idx_t,
stmnt_idx TYPE sstmnt_idx,
instr_index TYPE cl_slin_flow_ir=>instruction_idx_t,
inline TYPE inline_t,
by_aliasing TYPE abap_bool,
has_aliasing TYPE abap_bool,
END OF node_t
|
Method Signatures
Method GET_PROG_NAME_AUTH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PROG_NAME | Call by reference | Type reference (TYPE) | PROGNAME | 20130910 |
Method GET_PROG_NAME_AUTH on class CL_SLIN_SEC_SHOW_UTIL has no exception.
Method SHOW Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NODES | Call by reference | Type reference (TYPE) | ANY | 20130910 | |||
2 | ![]() |
STMNTS | Call by reference | Type reference (TYPE) | CL_SLIN_SCAN=>STMNTSEQ | 20130910 | |||
3 | ![]() |
SYMBOLS | Call by reference | Attribute reference (LIKE) | CL_SLIN_FLOW_IR=>SYMBOLS | 20130910 | |||
4 | ![]() |
TOKENS | Call by reference | Type reference (TYPE) | CL_SLIN_SCAN=>TOKENSEQ | 20130910 |
Method SHOW on class CL_SLIN_SEC_SHOW_UTIL has no exception.
Method SHOW_NODES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NODES | Call by reference | Type reference (TYPE) | NODES_T | 20130910 | |||
2 | ![]() |
STMNTS | Call by reference | Type reference (TYPE) | CL_SLIN_SCAN=>STMNTSEQ | 20130910 | |||
3 | ![]() |
SYMBOLS | Call by reference | Attribute reference (LIKE) | CL_SLIN_FLOW_IR=>SYMBOLS | 20130910 | |||
4 | ![]() |
TOKENS | Call by reference | Type reference (TYPE) | CL_SLIN_SCAN=>TOKENSEQ | 20130910 |
Method SHOW_NODES on class CL_SLIN_SEC_SHOW_UTIL has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 740 |