SAP ABAP Class CL_BGRFC_SHM_ROOT_DEST (Shared Objects: Area Root Class)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-MID-RFC-BG (Application Component) Background RFC (bgRFC)
⤷
SQRFC2 (Package) ABAP Development for bgRFC
⤷
⤷
Properties
| Class | CL_BGRFC_SHM_ROOT_DEST | |
| Short Description | Shared Objects: Area Root Class | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | BGRFC | |
| Program status | ||
| Category | 0 | |
| Package | SQRFC2 | ABAP Development for bgRFC |
| Created | 20060329 | SAP |
| Last change | 20130531 | 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_BGRFC_SHM_ROOT_DEST has no interface implemented.
Friends
Class CL_BGRFC_SHM_ROOT_DEST has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | DEST_CALL_TASK_CNT_TAB_TYPE | 20060329 |
Methods
Class CL_BGRFC_SHM_ROOT_DEST has no method.
Events
Class CL_BGRFC_SHM_ROOT_DEST has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | DEST_CALL_TASK_CNT_TAB_TYPE | Public | See coding | 20060329 | dest_call_task_cnt_tab_type TYPE HASHED TABLE OF dest_call_task_cnt_type
WITH UNIQUE KEY dest_name
|
||
| 2 | DEST_CALL_TASK_CNT_TYPE | Public | See coding | 20060329 | BEGIN OF dest_call_task_cnt_type,
dest_name TYPE bgrfc_dest_name_outbound,
task_cnt TYPE i,
calls_total TYPE i,
calls_failed TYPE i,
call_size_total type i,
unit_execution_time type f,
exec_counter type i,
max_exec_time type i,
runnable_time type f,
max_runnable_time type i,
END OF dest_call_task_cnt_type
|
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 710 |