SAP ABAP Interface IF_ATRAPI_TRACE_REQUEST (Trace Request)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-TOO-RTA (Application Component) Runtime Analysis
⤷
S_ATRA_API (Package) ATRA API
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_ATRAPI_TRACE_REQUEST | Trace Request | 20110511 |
Properties
| Interface | IF_ATRAPI_TRACE_REQUEST | |
| Short Description | Trace Request |
General Data
| Package | S_ATRA_API | ATRA API |
| Created | 20110510 | SAP |
| Last changed | 20130531 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_ATRAPI_TRACE_REQUEST has no forward declaration.
Interfaces
Interface IF_ATRAPI_TRACE_REQUEST has no interface.
Friends
Interface IF_ATRAPI_TRACE_REQUEST has no friend.
Attributes
Interface IF_ATRAPI_TRACE_REQUEST has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20110523 | ||
| 2 | Instance method | Public | Method | 20110516 |
Events
Interface IF_ATRAPI_TRACE_REQUEST has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TYP_STR_REQUEST | Public | See coding | 20110516 | BEGIN OF typ_str_request,
server TYPE msname2,
request_index TYPE int4,
admin_timestamp type timestamp,
admin_user TYPE sy-uname,
admin_client TYPE sy-mandt,
host type string,
flg_aggregation type xflag,
trace_user TYPE sy-uname,
trace_client TYPE sy-mandt,
description TYPE string,
ren_process_type TYPE REF TO ie_atrapi_process_type,
object_name TYPE string,
ren_object_type TYPE REF TO ie_atrapi_objtype,
expiration_timestamp TYPE timestamp,
maximal_number_of_executions TYPE int4,
completed_number_of_executions TYPE int4,
END OF typ_str_request
|
||
| 2 | TYP_TAB | Public | See coding | 20110512 | TYP_TAB type STANDARD TABLE OF REF TO IF_ATRAPI_TRACE_REQUEST
WITH DEFAULT KEY
|
||
| 3 | TYP_TAB_REQUESTS | Public | See coding | 20110516 | typ_tab_requests TYPE STANDARD TABLE OF if_atrapi_trace_request=>typ_str_request
WITH DEFAULT KEY
|
Method Signatures
Method GET_REQUEST_INDEX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_REQUEST_INDEX | Value transfer | Type reference (TYPE) | INT4 | 20110523 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20110523 |
Method GET_REQUEST_PROPERTIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_STR_REQUEST | Value transfer | Type reference (TYPE) | IF_ATRAPI_TRACE_REQUEST=>TYP_STR_REQUEST | 20110516 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Vertragsverletzung zwischen Aufrufer und Service | 20110516 | ||
| 2 | Fehler in ATRA API | 20110516 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 803 |