SAP ABAP Class /SDF/CL_CCMS_ASR_HELPER (Helper class for stat records)
Hierarchy
☛
ST-PI (Software Component) SAP Solution Tools Plug-In
⤷
SV-SMG-SDD (Application Component) Service Data Download
⤷
/SDF/STPI_7X (Package) 7.x developments in ST-PI
⤷
⤷
Properties
| Class | /SDF/CL_CCMS_ASR_HELPER | |
| Short Description | Helper class for stat records | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /SDF/STPI_7X | 7.x developments in ST-PI |
| Created | 20111123 | 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) |
Interfaces
Class /SDF/CL_CCMS_ASR_HELPER has no interface implemented.
Friends
Class /SDF/CL_CCMS_ASR_HELPER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | DATA | 20111124 | ||||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | DATA | 20111124 | ||||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | DATA | 20111124 | ||||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | DATA | 20111124 | ||||
| 5 | Instance attribute | Protected | Type reference (TYPE) | COMPLEXSTRUCDESCRTAB | 20111123 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Add Server records and aggregate | 20120322 | |
| 2 | Instance method | Public | Constructor | CONSTRUCTOR | 20111123 | |
| 3 | Static method | Public | Method | 20111123 | ||
| 4 | Instance method | Public | Method | unpack a table of XSTRINGs and persist refs internally | 20111124 | |
| 5 | Instance method | Public | Method | 20111124 | ||
| 6 | Instance method | Public | Method | 20111124 | ||
| 7 | Static method | Protected | Method | 20111123 | ||
| 8 | Instance method | Public | Method | unpack a table of XSTRINGs | 20111123 |
Events
Class /SDF/CL_CCMS_ASR_HELPER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | COMPLEXSTRUCDESCRTAB | Public | See coding | 20111123 | complexstrucdescrtab TYPE STANDARD TABLE OF complexstrucdescrtype
WITH NON-UNIQUE DEFAULT KEY
|
||
| 2 | COMPLEXSTRUCDESCRTYPE | Public | See coding | 20111123 | BEGIN OF complexstrucdescrtype,
name1(40) TYPE c,
idx1 TYPE int4,
name2(40) TYPE c,
idx2 TYPE int4,
type_kind(1) TYPE c,
length TYPE int4,
decimals TYPE int4,
kind(1) TYPE c,
is_key(1) TYPE c,
subttyp(4) TYPE c,
ttyp(1) TYPE c,
ilevel TYPE int4,
tabsize TYPE int4,
tabsize_total TYPE int4,
END OF complexstrucdescrtype
|
||
| 3 | PACKSTRUC | Public | See coding | 20111123 | BEGIN OF packstruc,
info(40) TYPE c,
datapack TYPE xstring,
END OF packstruc
|
||
| 4 | PACKTAB | Public | See coding | 20111123 | packtab TYPE STANDARD TABLE OF packstruc WITH NON-UNIQUE DEFAULT KEY
|
||
| 5 | TS_RFC | Public | See coding | 20111124 | BEGIN OF ts_rfc,
func_name(64) TYPE c,
dest(32) TYPE c,
userid(12) TYPE c,
partner(40) type c,
counter(13) TYPE p DECIMALS 0,
exe_time(13) TYPE p DECIMALS 0,
call_time(13) TYPE p DECIMALS 0,
END OF ts_rfc
|
||
| 6 | TS_RFC_INSTANCE | Public | See coding | 20111124 | BEGIN OF ts_rfc_instance,
instance TYPE syhost,
t_client TYPE tt_rfc,
t_server TYPE tt_rfc,
END OF ts_rfc_instance
|
||
| 7 | TT_RFC | Public | See coding | 20111124 | tt_rfc TYPE SORTED TABLE OF ts_rfc WITH UNIQUE KEY func_name dest userid partner
|
||
| 8 | TT_RFC_INST | Public | See coding | 20111124 | tt_rfc_inst TYPE SORTED TABLE OF ts_rfc_instance WITH UNIQUE KEY instance
|
Method Signatures
Method ADD_RECORDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_RFC | Call by reference | Type reference (TYPE) | TT_RFC | Existing records | 20120322 | |||
| 2 | IT_RFC | Call by reference | Type reference (TYPE) | TT_RFC | new records | 20120322 |
Method ADD_RECORDS on class /SDF/CL_CCMS_ASR_HELPER has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | STRUCDESCR | Call by reference | Type reference (TYPE) | COMPLEXSTRUCDESCRTAB | 20111124 |
Method CONSTRUCTOR on class /SDF/CL_CCMS_ASR_HELPER has no exception.
Method CREATE_FROM_STRUCT_DESCR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | STRUCDESCR | Call by reference | Type reference (TYPE) | COMPLEXSTRUCDESCRTAB | 20111123 | ||||
| 2 | STRUC_REF | Call by reference | Object reference (TYPE REF TO) | DATA | 20111123 | ||||
| 3 | TABLE_REF | Call by reference | Object reference (TYPE REF TO) | DATA | 20111123 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20111123 |
Method EXTRACT_DATAPACKS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | XDATATAB | Call by reference | Type reference (TYPE) | PACKTAB | 20111124 |
Method EXTRACT_DATAPACKS on class /SDF/CL_CCMS_ASR_HELPER has no exception.
Method GET_RFC_CLIENT_RECORDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_ENTRIES | Call by reference | Type reference (TYPE) | TT_RFC_INST | 20111124 |
Method GET_RFC_CLIENT_RECORDS on class /SDF/CL_CCMS_ASR_HELPER has no exception.
Method GET_RFC_SERVER_RECORDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_ENTRIES | Call by reference | Type reference (TYPE) | TT_RFC_INST | 20111124 |
Method GET_RFC_SERVER_RECORDS on class /SDF/CL_CCMS_ASR_HELPER has no exception.
Method GET_SUBSTRUC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CLEVEL | Call by reference | Type reference (TYPE) | INT4 | Natural number | 20111123 | |||
| 2 | CNAME | Call by reference | Type reference (TYPE) | CHAR40 | Character field of length 40 | 20111123 | |||
| 3 | COMP_TAB | Call by reference | Type reference (TYPE) | CL_ABAP_STRUCTDESCR=>COMPONENT_TABLE | 20111123 | ||||
| 4 | CTYP | Call by reference | Type reference (TYPE) | CHAR1 | Single-Character Flag | 20111123 | |||
| 5 | CX | Call by reference | Type reference (TYPE) | INT4 | Natural number | 20111123 | |||
| 6 | STRUCDESCR | Call by reference | Type reference (TYPE) | COMPLEXSTRUCDESCRTAB | 20111123 |
Method GET_SUBSTRUC on class /SDF/CL_CCMS_ASR_HELPER has no exception.
Method UNWRAP_DATAPACKS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | STRUC_REF | Call by reference | Object reference (TYPE REF TO) | DATA | 20111123 | ||||
| 2 | TABLE_REF | Call by reference | Object reference (TYPE REF TO) | DATA | 20111123 | ||||
| 3 | TMPTAB_REF | Call by reference | Object reference (TYPE REF TO) | DATA | 20111123 | ||||
| 4 | XDATATAB | Call by reference | Type reference (TYPE) | PACKTAB | 20111123 |
Method UNWRAP_DATAPACKS on class /SDF/CL_CCMS_ASR_HELPER has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 2008_1_700 |