SAP ABAP Class CL_SLIN_PERFORM_MNG (Manage PERFORM Entries)
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_PERFORM_MNG | |
| Short Description | Manage PERFORM Entries | |
| 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 | 20120809 | SAP |
| Last change | 20130531 | 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) |
Interfaces
Class CL_SLIN_PERFORM_MNG has no interface implemented.
Friends
Class CL_SLIN_PERFORM_MNG has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | See coding | 20120809 | |||||
| 2 | Instance attribute | Public | See coding | 20120809 | |||||
| 3 | Instance attribute | Public | See coding | 20120820 | |||||
| 4 | Instance attribute | Public | Type reference (TYPE) | CL_SLIN_UTIL=>PROG_SET_CALLS_T | 20120820 | ||||
| 5 | Constant | Public | See coding | 20120820 | |||||
| 6 | Instance attribute | Public | See coding | 20120820 | |||||
| 7 | Constant | Public | See coding | 20120809 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | 20120809 |
Events
Class CL_SLIN_PERFORM_MNG has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | ARG_T | Public | See coding | 20120809 | BEGIN OF arg_t,
idx TYPE sstmnt_idx,
arg TYPE if_slin_proc_sig=>argument,
END OF arg_t
|
||
| 2 | EXTERN_T | Public | See coding | 20120809 | BEGIN OF extern_t,
idx TYPE sstmnt_idx,
form_name TYPE string,
prog_name TYPE string,
is_dynamic TYPE abap_bool,
rg type range,
END OF extern_t
|
||
| 3 | LOCAL_T | Public | See coding | 20120820 | BEGIN OF local_t,
idx TYPE sstmnt_idx,
form_name TYPE string,
tag TYPE flag, " value of tag
rg type range,
END OF local_t
|
||
| 4 | SPECIAL_IDX_T | Public | See coding | 20120820 | BEGIN OF special_idx_t,
tag TYPE flag, "like special_prop-if_found,
idx TYPE sstmnt_idx,
prog_name TYPE string, " form name for tag special_prop-form_undef
END OF special_idx_t
|
Method Signatures
Method GET_INSTANCE 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 | 20120809 | ||||
| 2 | RET | Value transfer | Object reference (TYPE REF TO) | CL_SLIN_PERFORM_MNG | 20120809 |
Method GET_INSTANCE on class CL_SLIN_PERFORM_MNG has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 740 |