SAP ABAP Class IF_ATRAPI_TRACE_REQUEST (Trace Request)
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
Class IF_ATRAPI_TRACE_REQUEST  
Short Description Trace Request    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20110510   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_ATRAPI_TRACE_REQUEST has no forward declaration.
Interfaces
Class IF_ATRAPI_TRACE_REQUEST has no interface implemented.
Friends
Class IF_ATRAPI_TRACE_REQUEST has no friend class.
Attributes
Class IF_ATRAPI_TRACE_REQUEST has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_REQUEST_INDEX Instance method Public Method 20110523
2 GET_REQUEST_PROPERTIES Instance method Public Method 20110516
Events
Class 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 Returning R_REQUEST_INDEX Value transfer Type reference (TYPE) INT4 20110523
# Exception Resumable Description Created on
1 CX_ATRAPI_CONTRACT_VIOLATION 20110523

Method GET_REQUEST_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_STR_REQUEST Value transfer Type reference (TYPE) IF_ATRAPI_TRACE_REQUEST=>TYP_STR_REQUEST 20110516
# Exception Resumable Description Created on
1 CX_ATRAPI_CONTRACT_VIOLATION Vertragsverletzung zwischen Aufrufer und Service 20110516
2 CX_ATRAPI_FAILURE Fehler in ATRA API 20110516
History
Last changed by/on SAP  20130531 
SAP Release Created in