SAP ABAP Class CL_SRT_WSP_CFG_TRACE (Trace for SRT configuration processing)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ESI-WS-ABA-CFG (Application Component) WebServices ABAP Configuration
     SOAP_CONFIG (Package) SOAP Configuration Framework
Properties
Class CL_SRT_WSP_CFG_TRACE  
Short Description Trace for SRT configuration processing    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SOAP_CONFIG   SOAP Configuration Framework 
Created 20081013   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_SRT_WSP_CFG_TRACE has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_SRT_WSP_ASSIGN_CONFIG_RT 20101222 Runtime version of config assign
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_LOC_CLAS Constant Public Type reference (TYPE) SRT_SRC_LOC_TYPE 'CLAS' Location type of trace entry 20081013
2 CO_LOC_FUNC Constant Public Type reference (TYPE) SRT_SRC_LOC_TYPE 'FUNC' Location type of trace entry 20081013
3 CO_LOC_PROG Constant Public Type reference (TYPE) SRT_SRC_LOC_TYPE 'PROG' Location type of trace entry 20081013
4 CO_LOC_UNKNOWN Constant Public Type reference (TYPE) SRT_SRC_LOC_TYPE 'UNKN' Location type of trace entry 20081013
5 CO_TRACE_ERROR Constant Public Type reference (TYPE) SRT_WSP_TRACE_ENTRY_TYPE 'E' Error trace 20081015
6 CO_TRACE_INFO Constant Public Type reference (TYPE) SRT_WSP_TRACE_ENTRY_TYPE 'I' Information trace 20081015
7 CO_TRACE_UNSPECIFIED Constant Public Type reference (TYPE) SRT_WSP_TRACE_ENTRY_TYPE '*' Error trace 20081015
8 CO_TRACE_WARNING Constant Public Type reference (TYPE) SRT_WSP_TRACE_ENTRY_TYPE 'W' Warning trace 20081015
9 MC_DB_CON Constant Private Type reference (TYPE) DBCON_NAME 'r/3*srt' Logical name for a database connection 20081013
10 MC_DEFAULT_TRACE_MINS Constant Private Type reference (TYPE) INT4 15 Minutes to switch on trace 20081014
11 MC_LINE_SEP Constant Private Type reference (TYPE) C '#' Line seperator 20081013
12 MC_LOC_UNKNOWN Constant Private Type reference (TYPE) STRING '' Unknown location 20081013
13 MC_METH_SEP Constant Private Type reference (TYPE) C ':' Method seperator 20081013
14 MC_NOT_SET Constant Private Type reference (TYPE) C '-' Not set character 20081015
15 MC_NUM_RANGE Constant Private Type reference (TYPE) NROBJ 'SRTCFGTRC' Name of Number Range Object 20081013
16 MS_ACCESS_TIME_DIFF Constant Private Type reference (TYPE) INT4 10 20101222
17 MS_CFG_TRC_ADM_LIST Static Attribute Private Type reference (TYPE) SRT_CFG_TRC_ADM_LIST 20101222
18 MS_EXCEPT Static Attribute Private Object reference (TYPE REF TO) CX_SRT_WSP_CONFIG SRT exception 20081014
19 MS_SESSION Static Attribute Private Type reference (TYPE) GUID_32 Session ID of trace 20081014
20 MS_TRACE_COUNT Static Attribute Private Type reference (TYPE) SRT_WSP_NUM '00000000000000000001' SRT Number Range Number 20081015
21 MS_TRACE_COUNT_REF Static Attribute Private Object reference (TYPE REF TO) CL_SRT_WSP_NUM_RANGE SRT Number Ranges 20081015
22 MS_TRACE_OBJ Static Attribute Private Object reference (TYPE REF TO) CL_SRT_WSP_CFG_TRACE Trace for SRT configuration processing 20081014
23 M_FLUSH Instance attribute Private Type reference (TYPE) BOOLEAN Flush to DB behaviour 20081013
24 M_LAST_ACCESS_TIME Static Attribute Private Type reference (TYPE) TIMESTAMP 20101222
25 M_TRACE_LEVEL Instance attribute Private Type reference (TYPE) SRT_WSP_TRACE_LEVEL 1 Current SRT trace level 20081013
26 _IS_RUNTIME Static Attribute Public Type reference (TYPE) BOOLEAN 20101222
27 _TRC Static Attribute Public Object reference (TYPE REF TO) CL_SRT_WSP_CFG_TRACE Trace macro buffer 20091130
28 _TRC_DT_METH_NAME Static Attribute Public Type reference (TYPE) STRING Trace macro buffer 20091130
29 _TRC_DT_OBJ_NAME Static Attribute Public Type reference (TYPE) STRING Trace macro buffer 20091130
30 _TRC_DT_TYPE Static Attribute Public Type reference (TYPE) SRT_SRC_LOC_TYPE Trace macro buffer 20091130
31 _TRC_DUMMY_STRING Static Attribute Public Type reference (TYPE) STRING Trace macro buffer 20091130
32 _TRC_INIT_XSTR Static Attribute Public Type reference (TYPE) XSTRING Trace macro buffer 20091130
33 _TRC_LINE_NUMBER Static Attribute Public Type reference (TYPE) INT4 Trace macro buffer 20091130
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_ADMIN Static method Private Method 20101222
2 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20081014
3 CLEAN_ADMIN Static method Public Method Clean trace admin table, i.e. remove invalid entries, if any 20081014
4 CLEAR_ADMIN Static method Public Method Clear out all administration entries 20081014
5 CLEAR_TRACE Static method Public Method Clear out all trace information 20081014
6 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20081013
7 FLUSH Static method Public Method Flush trace entries to database 20081013
8 GET_ADMIN Static method Public Method Get current administrational entries 20081016
9 GET_CALLER_INFO Static method Public Method Get info of direct caller 20091130
10 GET_ENTRY_TYPE Static method Private Method Get entry type to be persisted 20081015
11 GET_LAST_EXCEPT Static method Public Method Get last exception, if any 20081110
12 GET_LOCATION Static method Public Method Get source location out o ftrace entry 20081014
13 GET_NEXT_ID Instance method Private Method Get next ID for trace entry 20081015
14 GET_SESSION Instance method Public Method Get session ID info of current trace object 20081015
15 GET_TIMESTAMP Static method Private Method Get timestamp of trace entry 20081014
16 HAS_ADMIN_ENTRIES Static method Public Method Checks if administrational entries exist 20081023
17 HAS_ENTRIES Static method Public Method Checks if trace entries exist 20081020
18 IS_TRACE Static method Public Method Check if requested trace is covered by admin setting 20081014
19 OPEN Static method Public Method Generate SRT trace object 20081014
20 PREPARE_SEARCH_PARAMS Static method Public Method Read trace data 20081023
21 READ Static method Public Method Read trace data 20081013
22 REMOVE_ADMIN Static method Public Method Remove specified trace administration entry 20081016
23 RESET_RUNTIME_FLAG Static method Public Method 20101222
24 RESTORE_TRACE Static method Public Method Write specified XML to trace (upload functionality) 20081021
25 SET_CREATE_INFO Static method Private Method Sets create information of trace entry 20081015
26 SET_LOCATION Static method Private Method Set source location information 20081013
27 SET_TRACE Static method Public Method Sets trace administration entry 20081014
28 STRIPEOFF_CLASS_NAME_ADORNMENT Static method Private Method Stripe off ABAP class name adornment 20091130
29 TO_STRING Static method Public Method Trace information to string, prepare for file download 20090213
30 WRITE Instance method Public Method Write SRT trace entry 20081013
31 WRITE_DB Static method Private Method Write SRT trace entry to database 20081021
Events
Class CL_SRT_WSP_CFG_TRACE has no event.
Types
Class CL_SRT_WSP_CFG_TRACE has no local type.
Method Signatures

Method CHECK_ADMIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PR_ACCESS Value transfer Type reference (TYPE) BOOLEAN 20101222

Method CHECK_ADMIN on class CL_SRT_WSP_CFG_TRACE has no exception.

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_SRT_WSP_CFG_TRACE has no parameter.
Method CLASS_CONSTRUCTOR on class CL_SRT_WSP_CFG_TRACE has no exception.

Method CLEAN_ADMIN Signature

Method CLEAN_ADMIN on class CL_SRT_WSP_CFG_TRACE has no parameter.
Method CLEAN_ADMIN on class CL_SRT_WSP_CFG_TRACE has no exception.

Method CLEAR_ADMIN Signature

Method CLEAR_ADMIN on class CL_SRT_WSP_CFG_TRACE has no parameter.
Method CLEAR_ADMIN on class CL_SRT_WSP_CFG_TRACE has no exception.

Method CLEAR_TRACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_SESSION Call by reference Type reference (TYPE) GUID_32 Session ID 20091130
2 Importing PI_USER Call by reference Type reference (TYPE) UNAME User Name 20091130

Method CLEAR_TRACE on class CL_SRT_WSP_CFG_TRACE has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_FLUSH Call by reference Type reference (TYPE) BOOLEAN ABAP_TRUE X=flush each trace entry; space=flush explicitly only 20081013
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20081110

Method FLUSH Signature

Method FLUSH on class CL_SRT_WSP_CFG_TRACE has no parameter.
Method FLUSH on class CL_SRT_WSP_CFG_TRACE has no exception.

Method GET_ADMIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_CLEAN Call by reference Type reference (TYPE) BOOLEAN ABAP_FALSE X=clear admin. entries before returning; space=otherwise 20081017
2 Returning PR_ADM Value transfer Type reference (TYPE) SRT_CFG_TRC_ADM_LIST Admin for Trace data for SOAP Runtime Configuration 20081016

Method GET_ADMIN on class CL_SRT_WSP_CFG_TRACE has no exception.

Method GET_CALLER_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PE_CLASS_NAME Call by reference Type reference (TYPE) STRING Class name, if set 20091130
2 Exporting PE_DT_METH_NAME Call by reference Type reference (TYPE) STRING Design type object's method name 20091130
3 Exporting PE_DT_OBJ_NAME Call by reference Type reference (TYPE) STRING Design type object's name 20091130
4 Exporting PE_DT_TYPE Call by reference Type reference (TYPE) SRT_SRC_LOC_TYPE Location type of trace entry 20091130
5 Exporting PE_FUNCTION_NAME Call by reference Type reference (TYPE) STRING Function name, if set 20091130
6 Exporting PE_LINE_NUMBER Call by reference Type reference (TYPE) INT4 Line of code 20091130
7 Exporting PE_METHOD_NAME Call by reference Type reference (TYPE) STRING Method name, if set 20091130
8 Exporting PE_PROGRAM_NAME Call by reference Type reference (TYPE) STRING Program name, if set 20091130

Method GET_CALLER_INFO on class CL_SRT_WSP_CFG_TRACE has no exception.

Method GET_ENTRY_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_ENTRY_TYPE Call by reference Type reference (TYPE) SRT_WSP_TRACE_ENTRY_TYPE SRT trace entry type 20081015
2 Returning PR_ENTRY_TYPE Value transfer Type reference (TYPE) SRT_WSP_TRACE_ENTRY_TYPE SRT trace entry type 20081015

Method GET_ENTRY_TYPE on class CL_SRT_WSP_CFG_TRACE has no exception.

Method GET_LAST_EXCEPT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PR_EXCEPT Value transfer Object reference (TYPE REF TO) CX_SRT_WSP_CONFIG WSP Exception 20081110

Method GET_LAST_EXCEPT on class CL_SRT_WSP_CFG_TRACE has no exception.

Method GET_LOCATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_SRT_CFG_TRC Call by reference Type reference (TYPE) SRT_CFG_TRC Trace data for SOAP Runtime Configuration 20081014
2 Returning PR_LOC Value transfer Type reference (TYPE) STRING Location string 20081014

Method GET_LOCATION on class CL_SRT_WSP_CFG_TRACE has no exception.

Method GET_NEXT_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PR_ID Value transfer Type reference (TYPE) SRT_WSP_NUM SRT Number Range Number 20081015

Method GET_NEXT_ID on class CL_SRT_WSP_CFG_TRACE has no exception.

Method GET_SESSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PR_ID Value transfer Type reference (TYPE) GUID_32 Sessin ID 20081015

Method GET_SESSION on class CL_SRT_WSP_CFG_TRACE has no exception.

Method GET_TIMESTAMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_SRT_CFG_TRC Call by reference Type reference (TYPE) SRT_CFG_TRC Trace data for SOAP Runtime Configuration 20081014
2 Returning PR_TIMESTAMP Value transfer Type reference (TYPE) STRING Trace timestamp 20081014

Method GET_TIMESTAMP on class CL_SRT_WSP_CFG_TRACE has no exception.

Method HAS_ADMIN_ENTRIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PR_EXIST Value transfer Type reference (TYPE) BOOLEAN X=at least one entry exists; space=no entries 20081023

Method HAS_ADMIN_ENTRIES on class CL_SRT_WSP_CFG_TRACE has no exception.

Method HAS_ENTRIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PR_EXIST Value transfer Type reference (TYPE) BOOLEAN X=at least one entry exists; space=no entries 20081020

Method HAS_ENTRIES on class CL_SRT_WSP_CFG_TRACE has no exception.

Method IS_TRACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PR_IS_COVERED Value transfer Type reference (TYPE) BOOLEAN X=trace is on; space=trace is off 20081014

Method IS_TRACE on class CL_SRT_WSP_CFG_TRACE has no exception.

Method OPEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_FLUSH Call by reference Type reference (TYPE) BOOLEAN ABAP_TRUE X=flush after each entry; space=flush explicitly 20081014
2 Returning PR_TRACE Value transfer Object reference (TYPE REF TO) CL_SRT_WSP_CFG_TRACE Trace for SRT configuration processing 20081014

Method OPEN on class CL_SRT_WSP_CFG_TRACE has no exception.

Method PREPARE_SEARCH_PARAMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing PC_ENTRY_TYPE Value transfer Type reference (TYPE) SRT_WSP_TRACE_ENTRY_TYPE '*' SRT trace entry type 20081023
2 Changing PC_FROM_DATE Value transfer Type reference (TYPE) SYDATUM Current Date of Application Server 20081023
3 Changing PC_FROM_TIME Value transfer Type reference (TYPE) SYUZEIT Current Time of Application Server 20081023
4 Changing PC_SESS Value transfer Type reference (TYPE) GUID_32 '*' Session ID 20081023
5 Changing PC_TO_DATE Value transfer Type reference (TYPE) SYDATUM Current Date of Application Server 20081023
6 Changing PC_TO_TIME Value transfer Type reference (TYPE) SYUZEIT Current Time of Application Server 20081023
7 Changing PC_USER Value transfer Type reference (TYPE) XUBNAME '*' User Name in User Master Record 20081023

Method PREPARE_SEARCH_PARAMS on class CL_SRT_WSP_CFG_TRACE has no exception.

Method READ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing PC_LOG Call by reference Type reference (TYPE) SRT_WSP_CFG_TRC_LIST Configuration trace entries 'as is' 20081017
2 Changing PC_LOG_STR Call by reference Type reference (TYPE) SRT_WSP_STRINGS Configuration trace entries as strings 20081017
3 Changing PC_LOG_XML Call by reference Type reference (TYPE) XSTRING Configuration trace entries as XML document 20081021
4 Importing PI_ENTRY_TYPE Value transfer Type reference (TYPE) SRT_WSP_TRACE_ENTRY_TYPE '*' SRT trace entry type 20081015
5 Importing PI_FROM_DATE Value transfer Type reference (TYPE) SYDATUM Current Date of Application Server 20081013
6 Importing PI_FROM_TIME Value transfer Type reference (TYPE) SYUZEIT Current Time of Application Server 20081013
7 Importing PI_SESS Value transfer Type reference (TYPE) GUID_32 '*' Session ID 20081014
8 Importing PI_TO_DATE Value transfer Type reference (TYPE) SYDATUM Current Date of Application Server 20081013
9 Importing PI_TO_TIME Value transfer Type reference (TYPE) SYUZEIT Current Time of Application Server 20081013
10 Importing PI_USER Value transfer Type reference (TYPE) XUBNAME '*' User Name in User Master Record 20081013

Method READ on class CL_SRT_WSP_CFG_TRACE has no exception.

Method REMOVE_ADMIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_ID Call by reference Type reference (TYPE) GUID_32 Administration ID 20081016

Method REMOVE_ADMIN on class CL_SRT_WSP_CFG_TRACE has no exception.

Method RESET_RUNTIME_FLAG Signature

Method RESET_RUNTIME_FLAG on class CL_SRT_WSP_CFG_TRACE has no parameter.
Method RESET_RUNTIME_FLAG on class CL_SRT_WSP_CFG_TRACE has no exception.

Method RESTORE_TRACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PE_LOG Call by reference Type reference (TYPE) SRT_WSP_CFG_TRC_LIST SRT configuration trace entries 20090304
2 Exporting PE_SUCCESS Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20090304
3 Importing PI_RESTORE_IN_NEW_SESSION Call by reference Type reference (TYPE) BOOLEAN ABAP_TRUE X=set under new session; used provided session 20081021
4 Importing PI_STORE_IN_DB Call by reference Type reference (TYPE) BOOLEAN ABAP_FALSE X=store in trace DB; space=only convert 20090304
5 Importing PI_XML Call by reference Type reference (TYPE) XSTRING XML document to be restored 20081021

Method RESTORE_TRACE on class CL_SRT_WSP_CFG_TRACE has no exception.

Method SET_CREATE_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing PC_SRT_CFG_TRC Call by reference Type reference (TYPE) SRT_CFG_TRC Trace data for SOAP Runtime Configuration 20081015
2 Changing PC_SRT_CFG_TRC_ADM Call by reference Type reference (TYPE) SRT_CFG_TRC_ADM Admin for Trace data for SOAP Runtime Configuration 20081015

Method SET_CREATE_INFO on class CL_SRT_WSP_CFG_TRACE has no exception.

Method SET_LOCATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing PC_SRT_CFG_TRC Call by reference Type reference (TYPE) SRT_CFG_TRC Configuration trace entry 20081013
2 Importing PI_DT_METH Call by reference Type reference (TYPE) CSEQUENCE DT method name 20081013
3 Importing PI_DT_SOURCE Call by reference Type reference (TYPE) CSEQUENCE DT source object's name 20081013
4 Importing PI_DT_TYPE Call by reference Type reference (TYPE) SRT_SRC_LOC_TYPE Location type of trace entry 20081013
5 Importing PI_LINE Call by reference Type reference (TYPE) INT4 Line number in source 20081013

Method SET_LOCATION on class CL_SRT_WSP_CFG_TRACE has no exception.

Method SET_TRACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_TO_DATE Value transfer Type reference (TYPE) SYDATUM Current Date of Application Server 20081014
2 Importing PI_TO_MINS Value transfer Type reference (TYPE) INT4 Minutes to switch on trace 20081014
3 Importing PI_TO_TIME Value transfer Type reference (TYPE) SYUZEIT Current Time of Application Server 20081014
4 Importing PI_USER Value transfer Type reference (TYPE) XUBNAME '*' User Name in User Master Record 20081014

Method SET_TRACE on class CL_SRT_WSP_CFG_TRACE has no exception.

Method STRIPEOFF_CLASS_NAME_ADORNMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_IN_STR Call by reference Type reference (TYPE) CSEQUENCE Class name with adornments 20091130
2 Returning PR_OUT_STR Value transfer Type reference (TYPE) STRING Class name without adornments 20091130

Method STRIPEOFF_CLASS_NAME_ADORNMENT on class CL_SRT_WSP_CFG_TRACE has no exception.

Method TO_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing PC_LOG Call by reference Type reference (TYPE) SRT_WSP_CFG_TRC_LIST Trace information 20090213
2 Changing PC_LOG_STR Call by reference Type reference (TYPE) SRT_WSP_STRINGS Trace information as string 20090213
3 Changing PC_LOG_XML Call by reference Type reference (TYPE) XSTRING Trace information as XML data 20090304

Method TO_STRING on class CL_SRT_WSP_CFG_TRACE has no exception.

Method WRITE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_DT_METH Call by reference Type reference (TYPE) CSEQUENCE Name of method for class 20081013
2 Importing PI_DT_SOURCE Call by reference Type reference (TYPE) CSEQUENCE Name of design time source (class, program, function) 20081013
3 Importing PI_DT_TYPE Call by reference Type reference (TYPE) SRT_SRC_LOC_TYPE Location type of trace entry 20081013
4 Importing PI_ENTRY_TYPE Call by reference Type reference (TYPE) SRT_WSP_TRACE_ENTRY_TYPE 'I' SRT trace entry type 20081015
5 Importing PI_FORCE_WRITE Call by reference Type reference (TYPE) BOOLEAN ABAP_FALSE 20101222
6 Importing PI_LINE Call by reference Type reference (TYPE) INT4 Line number in source 20081013
7 Importing PI_TEXT Call by reference Type reference (TYPE) STRING Trace information to be saved 20081013
8 Importing PI_XTEXT Call by reference Type reference (TYPE) XSTRING Additionl Trace information to be saved 20081014

Method WRITE on class CL_SRT_WSP_CFG_TRACE has no exception.

Method WRITE_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_DT_METH Call by reference Type reference (TYPE) CSEQUENCE Name of method for class 20081021
2 Importing PI_DT_SOURCE Call by reference Type reference (TYPE) CSEQUENCE Name of design time source (class, program, function) 20081021
3 Importing PI_DT_TYPE Call by reference Type reference (TYPE) SRT_SRC_LOC_TYPE Location type of trace entry 20081021
4 Importing PI_ENTRY_TYPE Call by reference Type reference (TYPE) SRT_WSP_TRACE_ENTRY_TYPE 'I' SRT trace entry type 20081021
5 Importing PI_FLUSH Call by reference Type reference (TYPE) BOOLEAN ABAP_TRUE X=flush to database; space=do not flush 20081021
6 Importing PI_ID Call by reference Type reference (TYPE) SRT_WSP_NUM SRT Number Range Number 20081021
7 Importing PI_IS_RESTORE Call by reference Type reference (TYPE) BOOLEAN ABAP_FALSE X=is restored trace data; space=regular trace data 20081021
8 Importing PI_LINE Call by reference Type reference (TYPE) INT4 Line number in source 20081021
9 Importing PI_SESS Call by reference Type reference (TYPE) GUID_32 Session ID 20081021
10 Importing PI_SRC_LOC Call by reference Type reference (TYPE) SRT_SRC_LOC Source location as string 20081021
11 Importing PI_TEXT Call by reference Type reference (TYPE) STRING Trace information to be saved 20081021
12 Importing PI_TRACE_ENTRY Call by reference Type reference (TYPE) SRT_CFG_TRC Trace data for SOAP Runtime Configuration 20081022
13 Importing PI_XTEXT Call by reference Type reference (TYPE) XSTRING Additionl Trace information to be saved 20081021

Method WRITE_DB on class CL_SRT_WSP_CFG_TRACE has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 720