SAP ABAP Class /IWBEP/CL_SUTIL_MONI (Support Utilities: Monitoring)
Hierarchy
SAP_GWFND (Software Component) SAP Gateway Foundation
   OPU-BSE (Application Component) Gateway Business Suite Enablement
     /IWBEP/COS_SUPPORTABILITY (Package) Gateway - Common Services - Supportability
Properties
Class /IWBEP/CL_SUTIL_MONI  
Short Description Support Utilities: Monitoring    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /IWBEP/COS_SUPPORTABILITY   Gateway - Common Services - Supportability 
Created 20110826   SAP 
Last change 20141120    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 /IWBEP/CL_MGW_UTIL_VERSIONS Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class /IWBEP/CL_SUTIL_MONI has no interface implemented.
Friends
Class /IWBEP/CL_SUTIL_MONI has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_CALL_TYPE_REQUEST Constant Public Type reference (TYPE) CHAR8 'Request' Character field, 8 characters long 20130806
2 CO_CALL_TYPE_RESPONSE Constant Public Type reference (TYPE) CHAR8 'Response' Character field, 8 characters long 20130806
3 CO_DAY_BEG Constant Private Type reference (TYPE) T '000000' 20110826
4 CO_DBCON_NAME Constant Public Type reference (TYPE) DBCON_NAME 'R/3*TXH' Use the same as Application Log 20130806
5 CO_DB_WILD_CARD Constant Private Type reference (TYPE) CHAR1 '%' 20120702
6 CO_ERROR_DATA Constant Private Type reference (TYPE) STRING 'ERROR_DATA' 20120702
7 CO_GW_ERRORLOG_BEG Constant Private Type reference (TYPE) STRING '' 20120702
8 CO_GW_ERRORLOG_END Constant Private Type reference (TYPE) STRING '' 20120702
9 CO_GW_ERRORLOG_FILENAME Constant Private Type reference (TYPE) STRING 'SAPGW_BEP_Error_Log_' 20120702
10 CO_GW_FILE_EXTENSION Constant Private Type reference (TYPE) STRING '.xml' 20120702
11 CO_GW_PAYLOAD_FILENAME Constant Private Type reference (TYPE) STRING 'SAPGW_Payload_' 20130806
12 CO_HTTP_BODY_BEG Constant Private Type reference (TYPE) STRING '' 20130805
13 CO_HTTP_BODY_END Constant Private Type reference (TYPE) STRING '' 20130805
14 CO_HTTP_HEADER_BEG Constant Private Type reference (TYPE) STRING '' 20130806
15 CO_HTTP_HEADER_END Constant Private Type reference (TYPE) STRING '' 20130806
16 CO_PACKET_SIZE Constant Private Type reference (TYPE) I 500 20120702
17 CO_REQUEST_DATA Constant Private Type reference (TYPE) STRING 'REQUEST_DATA' 20120702
18 CO_REQUEST_DATA_BEG Constant Private Type reference (TYPE) STRING '' 20120702
19 CO_REQUEST_DATA_END Constant Private Type reference (TYPE) STRING '' 20120702
20 CO_RESPONSE_DATA Constant Private Type reference (TYPE) STRING 'RESPONSE_DATA' 20120702
21 CO_RESPONSE_DATA_BEG Constant Private Type reference (TYPE) STRING '' 20120702
22 CO_RESPONSE_DATA_END Constant Private Type reference (TYPE) STRING '' 20120702
23 CO_TIMESTAMP Constant Private Type reference (TYPE) STRING 'timestamp=' 20120702
24 CO_TRACE_VALIDATION Constant Private Type reference (TYPE) I 7200 20120702
25 CO_XML_HEADER Constant Private Type reference (TYPE) STRING '' 20120702
26 CO_XML_ITEM Constant Private Type reference (TYPE) STRING ' 20120702
27 CO_XML_ITEM_END Constant Private Type reference (TYPE) STRING '' 20120702
28 GCS_ODATA_VERSION Constant Public See coding 20140310
29 MO_MONI_INSTANCE Static Attribute Private Object reference (TYPE REF TO) /IWBEP/CL_SUTIL_MONI Support Utilities: Monitoring 20110826
30 MT_RANGE_USER_URI Static Attribute Private Type reference (TYPE) TT_RANGE_IDTYPE 20120702
31 MV_GW_ERRORLOG_BEG Instance attribute Private Type reference (TYPE) XSTRING 20120702
32 MV_GW_ERRORLOG_END Instance attribute Private Type reference (TYPE) XSTRING 20120702
33 MV_HTTP_BODY_BEG Static Attribute Private Type reference (TYPE) XSTRING 20130805
34 MV_HTTP_BODY_END Static Attribute Private Type reference (TYPE) XSTRING 20130805
35 MV_HTTP_HEADER_BEG Static Attribute Private Type reference (TYPE) XSTRING 20130806
36 MV_HTTP_HEADER_END Static Attribute Private Type reference (TYPE) XSTRING 20130806
37 MV_NO_AUTHORITY_TEXT Static Attribute Private Type reference (TYPE) STRING 20120702
38 MV_NO_AUTH_REQUEST_DATA Static Attribute Private Type reference (TYPE) XSTRING 20120702
39 MV_NO_AUTH_RESPONSE_DATA Static Attribute Private Type reference (TYPE) XSTRING 20120702
40 MV_REQUEST_DATA_BEG Static Attribute Private Type reference (TYPE) XSTRING 20120702
41 MV_REQUEST_DATA_END Static Attribute Private Type reference (TYPE) XSTRING 20120702
42 MV_RESPONSE_DATA_BEG Static Attribute Private Type reference (TYPE) XSTRING 20120702
43 MV_RESPONSE_DATA_END Static Attribute Private Type reference (TYPE) XSTRING 20120702
44 MV_SYSTEM_TZONE Instance attribute Private Type reference (TYPE) TZNZONESYS System Time Zone 20120423
45 MV_XML_HEADER Instance attribute Private Type reference (TYPE) XSTRING 20120702
46 MV_XML_ITEM_END Instance attribute Private Type reference (TYPE) XSTRING 20120702
Methods
# Method Level Visibility Method type Description Created on
1 AGS_LOG_GET_HEADERS Instance method Public Method AGS: Get Error Log Headers 20120702
2 AUTHORITY_CHECK_LOG Instance method Private Method Authority check for Error Log 20120702
3 AUTHORITY_CHECK_PAYLOAD Instance method Private Method Authority check for Payload 20120702
4 CHECK_PRODUCTIVE_SYSTEM Instance method Public Method Check Productive System 20120702
5 CHECK_SAP_INTERNAL_SYSTEM Instance method Public Method Check SAP Internal System 20120702
6 CHECK_SUTIL_ID Instance method Private Method Check User Name and Request URI 20120702
7 CONFIG_CREATE Instance method Public Method CONFIG: Create Entry 20120702
8 CONFIG_DELETE Instance method Public Method CONFIG: Delete Entry 20120702
9 CONFIG_GET_ALL Instance method Public Method CONFIG: Get Entries of all SAP clients 20131210
10 CONFIG_GET_ENTRY Instance method Public Method CONFIG: Get Entry 20120702
11 CONFIG_GET_HEADERS Instance method Public Method CONFIG: Get Headers 20120702
12 CONVERT_TO_LOCAL_TIME Instance method Public Method CONVERT: Timestamp to Local Time 20120423
13 CONVERT_TO_UTC Instance method Public Method CONVERT: Local Time to UTC 20120423
14 CREATE_RANGE_TIMESTAMP Instance method Private Method Create a Range for TIMESTAMP 20120702
15 GET_GLOBAL_LOG_LEVEL Instance method Private Method Get Global Log Level 20120702
16 GET_INSTANCE Static method Public Method Get Instance 20110826
17 GLOBAL_CONFIG_GET Instance method Public Method GLOBAL CONFIGURATION: Get 20120702
18 GLOBAL_CONFIG_SET Instance method Public Method GLOBAL CONFIGURATION: Set 20120702
19 GWAAS_LOG_DB_READ_HEADER Instance method Public Method Read error log from database 20130408
20 GWAAS_LOG_DB_READ_HEADER_COUNT Instance method Public Method Read number of entries for error log from database 20130408
21 GWAAS_LOG_DB_READ_RESULT_LINE Instance method Public Method Read error log line from database 20130408
22 INIT_INTERNAL Instance method Private Method Internal Initialization 20120702
23 LOG_BUILD_RESULT Instance method Private Method Build Error Log Result 20120702
24 LOG_CHECK_ENTRY Instance method Public Method ERROR LOG: Check entry existing 20120702
25 LOG_DELETE Instance method Public Method ERROR LOG: Delete entries 20120702
26 LOG_DELETE_INTERNAL Instance method Private Method Delete Log entries 20120702
27 LOG_GET_DBINFO Instance method Public Method ERROR LOG: Get DB Information (No. of entries) 20120702
28 LOG_GET_RESULT Instance method Public Method ERROR LOG: Get entries 20120702
29 LOG_GET_RESULT_BY_IDS Instance method Public Method ERROR LOG: Get entries by different IDs 20120702
30 LOG_GET_SUMMARY Instance method Public Method ERROR LOG: Get Summary 20120702
31 LOG_SERIALIZE Instance method Public Method ERROR LOG: Serialize with or without Download 20120702
32 LOG_SET_EXPIRE Instance method Public Method ERROR LOG: Set new Date of Expire 20120702
33 LOG_SET_LEVEL Instance method Public Method ERROR LOG: Set Log Level (for User or URI) 20120702
34 PARSE_HTTP_DATA Instance method Public Method Get HTTP Header and Body 20130806
35 PAYLOAD_DELETE Instance method Public Method PAYLOAD: Delete Entries 20130805
36 PAYLOAD_DELETE_INTERNAL Instance method Private Method Delete Payload entries 20131211
37 PAYLOAD_DOWNLOAD Instance method Public Method PAYLOAD: Download 20130805
38 PAYLOAD_GET_HEADERS Instance method Public Method PAYLOAD: Get Headers 20130805
39 PAYLOAD_GET_RESULT Instance method Public Method PAYLOAD: Get Result 20130805
40 PAYLOAD_SET_EXPIRE Instance method Public Method PAYLOAD: Set new Expiry Date 20130805
41 PAYLOAD_SET_LEVEL Instance method Public Method PAYLOAD: Set Trace Level 20130805
42 PERF_BUILD_RESULT Instance method Private Method Build Performance Trace Result 20130806
43 PERF_DELETE Instance method Public Method PERFORMANCE: Delete Entries 20130805
44 PERF_DELETE_INTERNAL Instance method Private Method Delete Performance entries 20131211
45 PERF_GET_HEADERS Instance method Public Method PERFORMANCE: Get Headers 20130805
46 PERF_GET_RESULT Instance method Public Method PERFORMANCE: Get Result 20130805
47 PERF_SET_EXPIRE Instance method Public Method PERFORMANCE: Set new Expiry Date 20130805
48 PERF_SET_LEVEL Instance method Public Method PERFORMANCE: Set Trace Level 20130805
49 RUNTIME_ERROR_CHECK Instance method Public Method RUNTIME ERROR: Check 20110826
50 RUN_APPLICATION_LOG Static method Public Method Run Application Log 20120702
51 RUN_BEP_SERVICE_IMPLEMENT Static method Public Method Run Service Implementation in BEP 20120702
52 RUN_ERROR_LOG Static method Public Method Run Error Log 20120702
53 RUN_GATEWAY_CLIENT Static method Public Method Run Gateway Client 20130531
54 RUN_GATEWAY_CLIENT_BY_SERVICE Static method Public Method Run Gateway Client by Service 20130531
55 SECURE_LOG_DATA Instance method Private Method Secure Log Data 20120702
56 SECURE_REQUEST_URI Instance method Private Method Secure Request URI 20120702
57 SHOW_SOURCE Instance method Public Method Display ABAP Source 20120702
58 SIMULATE_PAYLOAD_AUTHORITY Instance method Public Method Simulate Payload Authority (Unit Test only) 20120702
Events
Class /IWBEP/CL_SUTIL_MONI has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_LOG_SUMMARY_SELECT Private See coding 20120702 tt_log_summary_select TYPE STANDARD TABLE OF ty_log_summary_select
2 TT_PAYLOAD_DELETE Private See coding 20130806 tt_payload_delete TYPE STANDARD TABLE OF ty_payload_delete
3 TT_PAYLOAD_READ Private See coding 20130806 tt_payload_read TYPE STANDARD TABLE OF ty_payload_read
4 TT_PERF_DELETE Private See coding 20131210 tt_perf_delete TYPE STANDARD TABLE OF ty_perf_delete
5 TT_PERF_READ Private See coding 20130806 tt_perf_read TYPE STANDARD TABLE OF ty_perf_read
6 TT_PERF_TRACE Private See coding 20130806 tt_perf_trace TYPE STANDARD TABLE OF /iwbep/su_tperf
7 TT_RANGE_COMPONENT Public See coding 20120702 tt_range_component TYPE RANGE OF ufps_posid
8 TT_RANGE_IDTYPE Private See coding 20120702 tt_range_idtype TYPE RANGE OF char1
9 TT_RANGE_NAMESPACE Public See coding 20120702 tt_range_namespace TYPE RANGE OF char10
10 TT_RANGE_OPERATION_ID Public See coding 20120702 tt_range_operation_id TYPE RANGE OF sysuuid_c
11 TT_RANGE_PACKAGE Public See coding 20120702 tt_range_package TYPE RANGE OF devclass
12 TT_RANGE_REQUEST_ID Public See coding 20120702 tt_range_request_id TYPE RANGE OF char100
13 TT_RANGE_SERVICE_NAME Public See coding 20120702 tt_range_service_name TYPE RANGE OF char40
14 TT_RANGE_T100_MSGID Private See coding 20120702 tt_range_t100_msgid TYPE RANGE OF symsgid
15 TT_RANGE_T100_MSGNO Private See coding 20120702 tt_range_t100_msgno TYPE RANGE OF symsgno
16 TT_RANGE_TIMESTAMP Public See coding 20120702 tt_range_timestamp TYPE RANGE OF timestampl
17 TT_RANGE_TRANSACTION_ID Public See coding 20120702 tt_range_transaction_id TYPE RANGE OF sysuuid_c
18 TT_RANGE_USERNAME Public See coding 20120702 tt_range_username TYPE RANGE OF syuname
19 TY_LOG_DELETE Private See coding 20120702 BEGIN OF ty_log_delete, sapclient TYPE /iwbep/su_errlog-sapclient, opid TYPE /iwbep/su_errlog-opid, subno TYPE /iwbep/su_errlog-subno, END OF ty_log_delete
20 TY_LOG_SUMMARY_SELECT Private See coding 20120702 BEGIN OF ty_log_summary_select, sapclient TYPE sy-mandt, timestamp TYPE timestampl, error_component TYPE /iwbep/su_errlog-error_component, error_package TYPE /iwbep/su_errlog-error_package, first_tstmp TYPE timestampl, error_count TYPE int4, END OF ty_log_summary_select
21 TY_PAYLOAD_DELETE Private See coding 20130806 BEGIN OF ty_payload_delete, sapclient TYPE /iwbep/su_tpload-sapclient, opid TYPE /iwbep/su_tpload-opid, subno TYPE /iwbep/su_tpload-subno, END OF ty_payload_delete
22 TY_PAYLOAD_READ Private See coding 20130806 BEGIN OF ty_payload_read, sapclient TYPE /iwbep/su_tpload-sapclient, opid TYPE /iwbep/su_tpload-opid, subno TYPE /iwbep/su_tpload-subno, timestamp TYPE /iwbep/su_tpload-timestamp, username TYPE /iwbep/su_tpload-username, errorstate TYPE /iwbep/su_tpload-errorstate, expiry_date TYPE /iwbep/su_tpload-expiry_date, protocol TYPE /iwbep/su_tpload-protocol, namespace TYPE /iwbep/su_tpload-namespace, service_name TYPE /iwbep/su_tpload-service_name, service_version TYPE /iwbep/su_tpload-service_version, source_class TYPE /iwbep/su_tpload-source_program, source_method TYPE /iwbep/su_tpload-source_include, transaction_id TYPE /iwbep/su_tpload-transaction_id, request_uri TYPE /iwbep/su_tpload-request_uri, last_opid TYPE /iwbep/su_tpload-last_opid, END OF ty_payload_read
23 TY_PERF_DELETE Private See coding 20130806 BEGIN OF ty_perf_delete, sapclient TYPE /iwbep/su_tperf-sapclient, opid TYPE /iwbep/su_tperf-opid, END OF ty_perf_delete
24 TY_PERF_READ Private See coding 20130806 BEGIN OF ty_perf_read, sapclient TYPE /iwbep/su_tperf-sapclient, opid TYPE /iwbep/su_tperf-opid, timestamp TYPE /iwbep/su_tperf-timestamp, username TYPE /iwbep/su_tperf-username, errorstate TYPE /iwbep/su_tperf-errorstate, expiry_date TYPE /iwbep/su_tperf-expiry_date, protocol TYPE /iwbep/su_tperf-protocol, namespace TYPE /iwbep/su_tperf-namespace, service_name TYPE /iwbep/su_tperf-service_name, source_class TYPE /iwbep/su_tperf-source_program, source_method TYPE /iwbep/su_tperf-source_include, transaction_id TYPE /iwbep/su_tperf-transaction_id, request_uri TYPE /iwbep/su_tperf-request_uri, last_opid TYPE /iwbep/su_tperf-last_opid, END OF ty_perf_read
Method Signatures

Method AGS_LOG_GET_HEADERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_HEADER Call by reference Type reference (TYPE) /IWBEP/AGS_LOG_HEADER_T 20120702
2 Exporting EV_ERROR_TEXT Call by reference Type reference (TYPE) STRING Error Text if any 20120702
3 Importing IV_COMPONENT Call by reference Type reference (TYPE) UFPS_POSID 20120702
4 Importing IV_NAMESPACE Call by reference Type reference (TYPE) CHAR10 20120702
5 Importing IV_SAPCLIENT Call by reference Type reference (TYPE) SYMANDT SY-MANDT 20120702
6 Importing IV_SERVICE_NAME Call by reference Type reference (TYPE) CHAR40 20120702
7 Importing IV_T100_MSGID Call by reference Type reference (TYPE) SYMSGID 20120702
8 Importing IV_T100_MSGNO Call by reference Type reference (TYPE) SYMSGNO 20120702
9 Importing IV_TRANSACTION_ID Call by reference Type reference (TYPE) SYSUUID_C 20120702
10 Importing IV_TS_FROM Call by reference Type reference (TYPE) TIMESTAMPL 20120702
11 Importing IV_TS_TO Call by reference Type reference (TYPE) TIMESTAMPL 20120702
12 Importing IV_USERNAME Call by reference Type reference (TYPE) SYUNAME 20120702

Method AGS_LOG_GET_HEADERS on class /IWBEP/CL_SUTIL_MONI has no exception.

Method AUTHORITY_CHECK_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_ERROR_TEXT Value transfer Type reference (TYPE) STRING 20120702

Method AUTHORITY_CHECK_LOG on class /IWBEP/CL_SUTIL_MONI has no exception.

Method AUTHORITY_CHECK_PAYLOAD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_ERROR_TEXT Value transfer Type reference (TYPE) STRING 20120702

Method AUTHORITY_CHECK_PAYLOAD on class /IWBEP/CL_SUTIL_MONI has no exception.

Method CHECK_PRODUCTIVE_SYSTEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_VALUE Value transfer Type reference (TYPE) XSDBOOLEAN 20120702

Method CHECK_PRODUCTIVE_SYSTEM on class /IWBEP/CL_SUTIL_MONI has no exception.

Method CHECK_SAP_INTERNAL_SYSTEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_VALUE Value transfer Type reference (TYPE) XSDBOOLEAN 20120702

Method CHECK_SAP_INTERNAL_SYSTEM on class /IWBEP/CL_SUTIL_MONI has no exception.

Method CHECK_SUTIL_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SUTIL_ID Call by reference Type reference (TYPE) /IWBEP/SUTIL_CONFIG_ID 20120702
2 Importing IV_SUTIL_TYPE Call by reference Type reference (TYPE) /IWBEP/SUTIL_CONFIG_ID_TYPE 20120702
3 Returning RV_ERROR_TEXT Value transfer Type reference (TYPE) STRING 20120702

Method CHECK_SUTIL_ID on class /IWBEP/CL_SUTIL_MONI has no exception.

Method CONFIG_CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SUTIL_ID Call by reference Type reference (TYPE) /IWBEP/SUTIL_CONFIG_ID 20120702
2 Importing IV_SUTIL_TYPE Call by reference Type reference (TYPE) /IWBEP/SUTIL_CONFIG_ID_TYPE 20120702
3 Returning RV_ERROR_TEXT Value transfer Type reference (TYPE) STRING 20120702

Method CONFIG_CREATE on class /IWBEP/CL_SUTIL_MONI has no exception.

Method CONFIG_DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SUTIL_ID Call by reference Type reference (TYPE) /IWBEP/SUTIL_CONFIG_ID 20120702
2 Importing IV_SUTIL_TYPE Call by reference Type reference (TYPE) /IWBEP/SUTIL_CONFIG_ID_TYPE 20120702
3 Returning RV_ERROR_TEXT Value transfer Type reference (TYPE) STRING 20120702

Method CONFIG_DELETE on class /IWBEP/CL_SUTIL_MONI has no exception.

Method CONFIG_GET_ALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_CONFIG_DETAIL Value transfer Type reference (TYPE) /IWBEP/SUTIL_CONFIG_DETAIL_T Configuration Detail - Table 20131210

Method CONFIG_GET_ALL on class /IWBEP/CL_SUTIL_MONI has no exception.

Method CONFIG_GET_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SUTIL_ID Call by reference Type reference (TYPE) /IWBEP/SUTIL_CONFIG_ID 20120702
2 Importing IV_SUTIL_TYPE Call by reference Type reference (TYPE) /IWBEP/SUTIL_CONFIG_ID_TYPE 20120702
3 Returning RV_ENTRY Value transfer Type reference (TYPE) /IWBEP/SUTIL_CONFIG_DETAIL 20120702

Method CONFIG_GET_ENTRY on class /IWBEP/CL_SUTIL_MONI has no exception.

Method CONFIG_GET_HEADERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_HEADER Value transfer Type reference (TYPE) /IWBEP/SUTIL_CONFIG_HEADER_T 20120702

Method CONFIG_GET_HEADERS on class /IWBEP/CL_SUTIL_MONI has no exception.

Method CONVERT_TO_LOCAL_TIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_LOCAL_DATE Call by reference Type reference (TYPE) D Local Date 20120423
2 Exporting EV_LOCAL_TIME Call by reference Type reference (TYPE) T Local Time 20120423
3 Importing IV_TIMESTAMP Call by reference Type reference (TYPE) TIMESTAMP UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20120423
4 Importing IV_TIMESTAMPL Call by reference Type reference (TYPE) TIMESTAMPL UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) 20120423

Method CONVERT_TO_LOCAL_TIME on class /IWBEP/CL_SUTIL_MONI has no exception.

Method CONVERT_TO_UTC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_TIMESTAMP Call by reference Type reference (TYPE) TIMESTAMP UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20120423
2 Exporting EV_TIMESTAMPL Call by reference Type reference (TYPE) TIMESTAMPL UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) 20120423
3 Importing IV_LOCAL_DATE Call by reference Type reference (TYPE) D Local Date 20120423
4 Importing IV_LOCAL_TIME Call by reference Type reference (TYPE) T Local Time 20120423

Method CONVERT_TO_UTC on class /IWBEP/CL_SUTIL_MONI has no exception.

Method CREATE_RANGE_TIMESTAMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TODAY_ONLY Call by reference Type reference (TYPE) XSDBOOLEAN 20120702
2 Importing IV_TS_FROM Call by reference Type reference (TYPE) TIMESTAMPL 20120702
3 Importing IV_TS_TO Call by reference Type reference (TYPE) TIMESTAMPL 20120702
4 Returning RT_TS_RANGE Value transfer Type reference (TYPE) TT_RANGE_TIMESTAMP 20120702

Method CREATE_RANGE_TIMESTAMP on class /IWBEP/CL_SUTIL_MONI has no exception.

Method GET_GLOBAL_LOG_LEVEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_LOG_LEVEL Value transfer Type reference (TYPE) /IWBEP/SUTIL_LOG_LEVEL 20120702

Method GET_GLOBAL_LOG_LEVEL on class /IWBEP/CL_SUTIL_MONI has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_MONI_INSTANCE Value transfer Object reference (TYPE REF TO) /IWBEP/CL_SUTIL_MONI Support Utilities: Monitoring 20110826

Method GET_INSTANCE on class /IWBEP/CL_SUTIL_MONI has no exception.

Method GLOBAL_CONFIG_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_GLOBAL_ENTRY Value transfer Type reference (TYPE) /IWBEP/SUTIL_GLOBAL_CONFIG 20120702

Method GLOBAL_CONFIG_GET on class /IWBEP/CL_SUTIL_MONI has no exception.

Method GLOBAL_CONFIG_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BATCH_PARALLEL Call by reference Type reference (TYPE) XSDBOOLEAN 20131105
2 Importing IV_BATCH_TASK_MAX Call by reference Type reference (TYPE) I 20131105
3 Importing IV_LOG_AGGREGATE Call by reference Type reference (TYPE) CHAR1 20120702
4 Importing IV_LOG_KDAYS Call by reference Type reference (TYPE) I 20120702
5 Importing IV_LOG_LEVEL Call by reference Type reference (TYPE) /IWBEP/SUTIL_LOG_LEVEL 20120702
6 Returning RV_ERROR_TEXT Value transfer Type reference (TYPE) STRING 20120702

Method GLOBAL_CONFIG_SET on class /IWBEP/CL_SUTIL_MONI has no exception.

Method GWAAS_LOG_DB_READ_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ERROR_LOG Call by reference Type reference (TYPE) /IWBEP/SUTIL_LOG_HEADER_T Error Log Header - Table 20130408
2 Exporting EV_AUTH_ERROR_TEXT Call by reference Type reference (TYPE) STRING 20130409
3 Importing IT_RANGE_ERROR_COMPONENT Call by reference Type reference (TYPE) TT_RANGE_COMPONENT 20130621
4 Importing IT_RANGE_ERROR_PACKAGE Call by reference Type reference (TYPE) TT_RANGE_PACKAGE 20130621
5 Importing IT_RANGE_NAMESPACE Call by reference Type reference (TYPE) TT_RANGE_NAMESPACE 20130621
6 Importing IT_RANGE_OPID Call by reference Type reference (TYPE) TT_RANGE_OPERATION_ID 20130621
7 Importing IT_RANGE_REQUEST_ID Call by reference Type reference (TYPE) TT_RANGE_REQUEST_ID 20130621
8 Importing IT_RANGE_SERVICE_NAME Call by reference Type reference (TYPE) TT_RANGE_SERVICE_NAME 20130621
9 Importing IT_RANGE_TIMESTAMP Call by reference Type reference (TYPE) TT_RANGE_TIMESTAMP 20130621
10 Importing IT_RANGE_TRANSACTION_ID Call by reference Type reference (TYPE) TT_RANGE_TRANSACTION_ID 20130621
11 Importing IT_RANGE_USERNAME Call by reference Type reference (TYPE) TT_RANGE_USERNAME 20130621
12 Importing IV_REQUEST_ORDERBY Call by reference Type reference (TYPE) STRING 20130408
13 Importing IV_REQUEST_SKIP Call by reference Type reference (TYPE) I 20130408
14 Importing IV_REQUEST_TOP Call by reference Type reference (TYPE) I 20130408

Method GWAAS_LOG_DB_READ_HEADER on class /IWBEP/CL_SUTIL_MONI has no exception.

Method GWAAS_LOG_DB_READ_HEADER_COUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_AUTH_ERROR_TEXT Call by reference Type reference (TYPE) STRING 20130409
2 Exporting EV_COUNT Call by reference Type reference (TYPE) I 20130408
3 Importing IT_RANGE_ERROR_COMPONENT Call by reference Type reference (TYPE) TT_RANGE_COMPONENT 20130621
4 Importing IT_RANGE_ERROR_PACKAGE Call by reference Type reference (TYPE) TT_RANGE_PACKAGE 20130621
5 Importing IT_RANGE_NAMESPACE Call by reference Type reference (TYPE) TT_RANGE_NAMESPACE 20130621
6 Importing IT_RANGE_OPID Call by reference Type reference (TYPE) TT_RANGE_OPERATION_ID 20130621
7 Importing IT_RANGE_REQUEST_ID Call by reference Type reference (TYPE) TT_RANGE_REQUEST_ID 20130621
8 Importing IT_RANGE_SERVICE_NAME Call by reference Type reference (TYPE) TT_RANGE_SERVICE_NAME 20130621
9 Importing IT_RANGE_TIMESTAMP Call by reference Type reference (TYPE) TT_RANGE_TIMESTAMP 20130621
10 Importing IT_RANGE_TRANSACTION_ID Call by reference Type reference (TYPE) TT_RANGE_TRANSACTION_ID 20130621
11 Importing IT_RANGE_USERNAME Call by reference Type reference (TYPE) TT_RANGE_USERNAME 20130621

Method GWAAS_LOG_DB_READ_HEADER_COUNT on class /IWBEP/CL_SUTIL_MONI has no exception.

Method GWAAS_LOG_DB_READ_RESULT_LINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_LOG_RESULT Call by reference Type reference (TYPE) /IWBEP/SUTIL_LOG_RESULT Error Log Result 20130408
2 Exporting EV_AUTH_ERROR_TEXT Call by reference Type reference (TYPE) STRING 20130409
3 Importing IV_OPID Call by reference Type reference (TYPE) /IWBEP/SUTIL_ERROR_OPID BEP Error Log - Opration ID 20130408
4 Importing IV_SUBNO Call by reference Type reference (TYPE) /IWBEP/SUTIL_ERROR_SUBNO BEP Error - Entry number within an operation 20130408

Method GWAAS_LOG_DB_READ_RESULT_LINE on class /IWBEP/CL_SUTIL_MONI has no exception.

Method INIT_INTERNAL Signature

Method INIT_INTERNAL on class /IWBEP/CL_SUTIL_MONI has no parameter.
Method INIT_INTERNAL on class /IWBEP/CL_SUTIL_MONI has no exception.

Method LOG_BUILD_RESULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ERRLOG Call by reference Type reference (TYPE) /IWBEP/SUTIL_ERRLOG_T 20120702
2 Returning RT_RESULT Value transfer Type reference (TYPE) /IWBEP/SUTIL_LOG_RESULT_T 20120702

Method LOG_BUILD_RESULT on class /IWBEP/CL_SUTIL_MONI has no exception.

Method LOG_CHECK_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_TRANSACTION_ID Call by reference Type reference (TYPE) /IWBEP/SUTIL_UUIDC_T 20120702
2 Importing IV_REQUEST_ID Call by reference Type reference (TYPE) CHAR100 20120702
3 Returning RV_FOUND Value transfer Type reference (TYPE) XSDBOOLEAN 20120702

Method LOG_CHECK_ENTRY on class /IWBEP/CL_SUTIL_MONI has no exception.

Method LOG_DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_OPID Call by reference Type reference (TYPE) /IWBEP/SUTIL_UUIDC_T 20120702
2 Importing IT_TRANSACTION_ID Call by reference Type reference (TYPE) /IWBEP/SUTIL_UUIDC_T 20120702
3 Returning RV_ERROR_TEXT Value transfer Type reference (TYPE) STRING 20120702

Method LOG_DELETE on class /IWBEP/CL_SUTIL_MONI has no exception.

Method LOG_DELETE_INTERNAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_OPID Call by reference Type reference (TYPE) /IWBEP/SUTIL_UUIDC_T 20120702

Method LOG_DELETE_INTERNAL on class /IWBEP/CL_SUTIL_MONI has no exception.

Method LOG_GET_DBINFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_DBINFO Value transfer Type reference (TYPE) /IWBEP/SUTIL_LOG_DBINFO 20120702

Method LOG_GET_DBINFO on class /IWBEP/CL_SUTIL_MONI has no exception.

Method LOG_GET_RESULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RESULT Call by reference Type reference (TYPE) /IWBEP/SUTIL_LOG_RESULT_T 20120702
2 Exporting EV_ERROR_TEXT Call by reference Type reference (TYPE) STRING 20120702
3 Importing IV_COMPONENT Call by reference Type reference (TYPE) UFPS_POSID 20120702
4 Importing IV_NAMESPACE Call by reference Type reference (TYPE) CHAR10 20120702
5 Importing IV_OPERATION_ID Call by reference Type reference (TYPE) SYSUUID_C 20120702
6 Importing IV_PACKAGE Call by reference Type reference (TYPE) DEVCLASS 20120702
7 Importing IV_REQUEST_ID Call by reference Type reference (TYPE) CHAR100 20120702
8 Importing IV_REQUEST_URI_PART Call by reference Type reference (TYPE) CHAR255 20120702
9 Importing IV_SERVICE_NAME Call by reference Type reference (TYPE) CHAR40 20120702
10 Importing IV_T100_MSGID Call by reference Type reference (TYPE) SYMSGID 20120702
11 Importing IV_T100_MSGNO Call by reference Type reference (TYPE) SYMSGNO 20120702
12 Importing IV_TRANSACTION_ID Call by reference Type reference (TYPE) SYSUUID_C OR combination (AND for other selections) 20120702
13 Importing IV_TS_FROM Call by reference Type reference (TYPE) TIMESTAMPL 20120702
14 Importing IV_TS_TO Call by reference Type reference (TYPE) TIMESTAMPL 20120702
15 Importing IV_USERNAME Call by reference Type reference (TYPE) SYUNAME 20120702

Method LOG_GET_RESULT on class /IWBEP/CL_SUTIL_MONI has no exception.

Method LOG_GET_RESULT_BY_IDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RESULT Call by reference Type reference (TYPE) /IWBEP/SUTIL_LOG_RESULT_T 20120702
2 Exporting EV_ERROR_TEXT Call by reference Type reference (TYPE) STRING 20120702
3 Importing IT_OPID Call by reference Type reference (TYPE) /IWBEP/SUTIL_UUIDC_T 20120702
4 Importing IT_TID Call by reference Type reference (TYPE) /IWBEP/SUTIL_UUIDC_T 20120702

Method LOG_GET_RESULT_BY_IDS on class /IWBEP/CL_SUTIL_MONI has no exception.

Method LOG_GET_SUMMARY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_LOG Call by reference Type reference (TYPE) /IWBEP/SUTIL_LOG_RESULT_T 20120702
2 Importing IV_TS_FROM Call by reference Type reference (TYPE) TIMESTAMPL 20120702
3 Importing IV_TS_TO Call by reference Type reference (TYPE) TIMESTAMPL 20120702
4 Returning RT_SUMMARY Value transfer Type reference (TYPE) /IWBEP/SUTIL_LOG_SUMMARY_T 20120702

Method LOG_GET_SUMMARY on class /IWBEP/CL_SUTIL_MONI has no exception.

Method LOG_SERIALIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_FILENAME Call by reference Type reference (TYPE) STRING 20120702
2 Exporting EV_XML Call by reference Type reference (TYPE) XSTRING 20120702
3 Importing IT_ERRORLOG Call by reference Type reference (TYPE) /IWBEP/SUTIL_LOG_RESULT_T 20120702
4 Importing IV_DOWNLOAD Call by reference Type reference (TYPE) XSDBOOLEAN 20120702

Method LOG_SERIALIZE on class /IWBEP/CL_SUTIL_MONI has no exception.

Method LOG_SET_EXPIRE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_OPID Call by reference Type reference (TYPE) /IWBEP/SUTIL_UUIDC_T 20120702
2 Importing IV_EXPIRY_DATE Call by reference Type reference (TYPE) SYDATUM 20120702

Method LOG_SET_EXPIRE on class /IWBEP/CL_SUTIL_MONI has no exception.

Method LOG_SET_LEVEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LOG_LEVEL Call by reference Type reference (TYPE) /IWBEP/SUTIL_LOG_LEVEL 20120702
2 Importing IV_SUTIL_ID Call by reference Type reference (TYPE) /IWBEP/SUTIL_CONFIG_ID 20120702
3 Importing IV_SUTIL_TYPE Call by reference Type reference (TYPE) /IWBEP/SUTIL_CONFIG_ID_TYPE 20120702
4 Returning RV_ERROR_TEXT Value transfer Type reference (TYPE) STRING 20120702

Method LOG_SET_LEVEL on class /IWBEP/CL_SUTIL_MONI has no exception.

Method PARSE_HTTP_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_HTTP_HEADER Call by reference Type reference (TYPE) TIHTTPNVP HTTP Headers 20130806
2 Exporting EV_HTTP_BODY Call by reference Type reference (TYPE) XSTRING HTTP Body 20130806
3 Importing IV_XMLDATA Call by reference Type reference (TYPE) XSTRING XML Data 20130806

Method PARSE_HTTP_DATA on class /IWBEP/CL_SUTIL_MONI has no exception.

Method PAYLOAD_DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_OPID Call by reference Type reference (TYPE) /IWBEP/SUTIL_UUIDC_T List of Operation IDs 20130805
2 Importing IT_TRANSACTION_ID Call by reference Type reference (TYPE) /IWBEP/SUTIL_UUIDC_T List of Transaction IDs 20130805
3 Returning RV_ERROR_TEXT Value transfer Type reference (TYPE) STRING Error Text if any 20130805

Method PAYLOAD_DELETE on class /IWBEP/CL_SUTIL_MONI has no exception.

Method PAYLOAD_DELETE_INTERNAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_OPID Call by reference Type reference (TYPE) /IWBEP/SUTIL_UUIDC_T UUID (CHAR 32) - Table 20131211

Method PAYLOAD_DELETE_INTERNAL on class /IWBEP/CL_SUTIL_MONI has no exception.

Method PAYLOAD_DOWNLOAD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_PAYLOAD Call by reference Type reference (TYPE) /IWBEP/SUTIL_PAYLOAD_RESULT Payload Result 20130805

Method PAYLOAD_DOWNLOAD on class /IWBEP/CL_SUTIL_MONI has no exception.

Method PAYLOAD_GET_HEADERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_REQUEST_ID Call by reference Type reference (TYPE) CHAR100 Request ID 20130806
2 Importing IV_REQUEST_URI_PART Call by reference Type reference (TYPE) CHAR255 Request URI Part 20130815
3 Importing IV_TODAY_ONLY Call by reference Type reference (TYPE) XSDBOOLEAN 'X' Entries of today only 20130805
4 Importing IV_TRANSACTION_ID Call by reference Type reference (TYPE) SYSUUID_C Transaction ID 20130805
5 Importing IV_USERNAME Call by reference Type reference (TYPE) SYUNAME User Name 20130805
6 Returning RT_HEADER Value transfer Type reference (TYPE) /IWBEP/SUTIL_PAYLOAD_HEADER_T Payload Trace Header - Table 20130805

Method PAYLOAD_GET_HEADERS on class /IWBEP/CL_SUTIL_MONI has no exception.

Method PAYLOAD_GET_RESULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_OPID Call by reference Type reference (TYPE) /IWBEP/SUTIL_UUIDC_T List of Operation IDs 20130805
2 Importing IT_TRANSACTION_ID Call by reference Type reference (TYPE) /IWBEP/SUTIL_UUIDC_T List of Transaction IDs 20130805
3 Returning RT_RESULT Value transfer Type reference (TYPE) /IWBEP/SUTIL_PAYLOAD_RESULT_T Payload Trace Result - Table 20130805

Method PAYLOAD_GET_RESULT on class /IWBEP/CL_SUTIL_MONI has no exception.

Method PAYLOAD_SET_EXPIRE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_OPID Call by reference Type reference (TYPE) /IWBEP/SUTIL_UUIDC_T List of Operation IDs 20130805
2 Importing IV_NEW_DATE Call by reference Type reference (TYPE) SYDATUM New Expiry Date 20130805

Method PAYLOAD_SET_EXPIRE on class /IWBEP/CL_SUTIL_MONI has no exception.

Method PAYLOAD_SET_LEVEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PAYLOAD_LEVEL Call by reference Type reference (TYPE) /IWBEP/SUTIL_PAYLOAD_LEVEL Payload Trace Level 20130805
2 Importing IV_SUTIL_ID Call by reference Type reference (TYPE) /IWBEP/SUTIL_CONFIG_ID SUTIL Configuration ID 20130805
3 Importing IV_SUTIL_TYPE Call by reference Type reference (TYPE) /IWBEP/SUTIL_CONFIG_ID_TYPE SUTIL Configuration ID Type 20130805
4 Returning RV_ERROR_TEXT Value transfer Type reference (TYPE) STRING Error Text if any 20130805

Method PAYLOAD_SET_LEVEL on class /IWBEP/CL_SUTIL_MONI has no exception.

Method PERF_BUILD_RESULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_PERF Call by reference Type reference (TYPE) TT_PERF_TRACE Performance Trace - Table 20130806
2 Returning RT_RESULT Value transfer Type reference (TYPE) /IWBEP/SUTIL_PERF_RESULT_T Performance Trace Result - Table 20130806

Method PERF_BUILD_RESULT on class /IWBEP/CL_SUTIL_MONI has no exception.

Method PERF_DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_OPID Call by reference Type reference (TYPE) /IWBEP/SUTIL_UUIDC_T List of Operation IDs 20130805
2 Importing IT_TRANSACTION_ID Call by reference Type reference (TYPE) /IWBEP/SUTIL_UUIDC_T List of Transaction IDs 20130805
3 Returning RV_ERROR_TEXT Value transfer Type reference (TYPE) STRING Error Text if any 20130805

Method PERF_DELETE on class /IWBEP/CL_SUTIL_MONI has no exception.

Method PERF_DELETE_INTERNAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_PERF_DELETE Call by reference Type reference (TYPE) TT_PERF_DELETE 20131211

Method PERF_DELETE_INTERNAL on class /IWBEP/CL_SUTIL_MONI has no exception.

Method PERF_GET_HEADERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_REQUEST_ID Call by reference Type reference (TYPE) CHAR100 Request ID 20130806
2 Importing IV_REQUEST_URI_PART Call by reference Type reference (TYPE) CHAR255 Request URI Part 20130815
3 Importing IV_TODAY_ONLY Call by reference Type reference (TYPE) XSDBOOLEAN 'X' Entries of today only 20130805
4 Importing IV_TRANSACTION_ID Call by reference Type reference (TYPE) SYSUUID_C Transaction ID 20130805
5 Importing IV_USERNAME Call by reference Type reference (TYPE) SYUNAME User Name 20130805
6 Returning RT_HEADER Value transfer Type reference (TYPE) /IWBEP/SUTIL_PERF_HEADER_T Performance Trace Header - Table 20130805

Method PERF_GET_HEADERS on class /IWBEP/CL_SUTIL_MONI has no exception.

Method PERF_GET_RESULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_OPID Call by reference Type reference (TYPE) /IWBEP/SUTIL_UUIDC_T UUID (CHAR 32) - Table 20130805
2 Importing IT_TRANSACTION_ID Call by reference Type reference (TYPE) /IWBEP/SUTIL_UUIDC_T UUID (CHAR 32) - Table 20130805
3 Returning RT_RESULT Value transfer Type reference (TYPE) /IWBEP/SUTIL_PERF_RESULT_T Performance Trace Result - Table 20130805

Method PERF_GET_RESULT on class /IWBEP/CL_SUTIL_MONI has no exception.

Method PERF_SET_EXPIRE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_OPID Call by reference Type reference (TYPE) /IWBEP/SUTIL_UUIDC_T List of Operation IDs 20130805
2 Importing IV_NEW_DATE Call by reference Type reference (TYPE) SYDATUM New Expiry Date 20130805

Method PERF_SET_EXPIRE on class /IWBEP/CL_SUTIL_MONI has no exception.

Method PERF_SET_LEVEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PERF_LEVEL Call by reference Type reference (TYPE) /IWBEP/SUTIL_PERF_LEVEL Performance Trace Level 20130805
2 Importing IV_SUTIL_ID Call by reference Type reference (TYPE) /IWBEP/SUTIL_CONFIG_ID SUTIL Configuration ID 20130805
3 Importing IV_SUTIL_TYPE Call by reference Type reference (TYPE) /IWBEP/SUTIL_CONFIG_ID_TYPE SUTIL Configuration ID Type 20130805
4 Returning RV_ERROR_TEXT Value transfer Type reference (TYPE) STRING Error Text if any 20130805

Method PERF_SET_LEVEL on class /IWBEP/CL_SUTIL_MONI has no exception.

Method RUNTIME_ERROR_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DATE Call by reference Type reference (TYPE) D Date 20110826
2 Importing IV_TIME Call by reference Type reference (TYPE) T Time 20110826
3 Importing IV_TRANSACTION_ID Call by reference Type reference (TYPE) SYSUUID_C Transaction ID 20130116
4 Importing IV_USERNAME Call by reference Type reference (TYPE) SYUNAME User Name 20110826
5 Returning RV_VALUE Value transfer Type reference (TYPE) XSDBOOLEAN 20110826

Method RUNTIME_ERROR_CHECK on class /IWBEP/CL_SUTIL_MONI has no exception.

Method RUN_APPLICATION_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ERROR_TEXT Call by reference Type reference (TYPE) STRING Error Text if any 20130614
2 Importing IV_LOGNUM Call by reference Type reference (TYPE) BALOGNR 20120702
3 Importing IV_NEW_WINDOW Call by reference Type reference (TYPE) XSDBOOLEAN ABAP_TRUE 20120702

Method RUN_APPLICATION_LOG on class /IWBEP/CL_SUTIL_MONI has no exception.

Method RUN_BEP_SERVICE_IMPLEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ERROR_TEXT Call by reference Type reference (TYPE) STRING Error text if any 20120702
2 Importing IV_NAMESPACE Call by reference Type reference (TYPE) /IWBEP/UI_SERVICE_NAMESPACE Service Namespace 20120702
3 Importing IV_NEW_WINDOW Call by reference Type reference (TYPE) XSDBOOLEAN ABAP_TRUE X: New Window 20120702
4 Importing IV_SERVICE_NAME Call by reference Type reference (TYPE) /IWBEP/UI_SERVICE_NAME External Service Name 20120702
5 Importing IV_SERVICE_VERSION Call by reference Type reference (TYPE) /IWBEP/UI_SERVICE_VERSION '0001' Service Version 20120702

Method RUN_BEP_SERVICE_IMPLEMENT on class /IWBEP/CL_SUTIL_MONI has no exception.

Method RUN_ERROR_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ERROR_TEXT Call by reference Type reference (TYPE) STRING Error Text if any 20130614
2 Importing IV_COMPONENT Call by reference Type reference (TYPE) UFPS_POSID 20120702
3 Importing IV_DATE_FROM Call by reference Type reference (TYPE) D 20120702
4 Importing IV_DATE_TO Call by reference Type reference (TYPE) D 20120702
5 Importing IV_MSGID Call by reference Type reference (TYPE) SYMSGID 20120702
6 Importing IV_MSGNO Call by reference Type reference (TYPE) SYMSGNO 20120702
7 Importing IV_NAMESPACE Call by reference Type reference (TYPE) CHAR10 20120702
8 Importing IV_NEW_WINDOW Call by reference Type reference (TYPE) XSDBOOLEAN ABAP_TRUE 20120702
9 Importing IV_PACKAGE Call by reference Type reference (TYPE) DEVCLASS 20120702
10 Importing IV_REMOTE_ADDRESS Call by reference Type reference (TYPE) CHAR45 20120702
11 Importing IV_REQUEST_ID Call by reference Type reference (TYPE) CHAR100 20120702
12 Importing IV_SERVICE_NAME Call by reference Type reference (TYPE) CHAR40 20120702
13 Importing IV_TIME_FROM Call by reference Type reference (TYPE) T 20120702
14 Importing IV_TIME_TO Call by reference Type reference (TYPE) T 20120702
15 Importing IV_TRANSACTION_ID Call by reference Type reference (TYPE) SYSUUID_C 20120702
16 Importing IV_TS_FROM Call by reference Type reference (TYPE) TIMESTAMP 20120702
17 Importing IV_TS_TO Call by reference Type reference (TYPE) TIMESTAMP 20120702
18 Importing IV_URI_PART Call by reference Type reference (TYPE) CHAR255 20120702
19 Importing IV_USERNAME Call by reference Type reference (TYPE) SYUNAME 20120702

Method RUN_ERROR_LOG on class /IWBEP/CL_SUTIL_MONI has no exception.

Method RUN_GATEWAY_CLIENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ERROR_TEXT Call by reference Type reference (TYPE) STRING Error Text if any 20130614
2 Importing IV_DESTINATION Call by reference Type reference (TYPE) RFCDEST RFC Destination to GW Hub System 20130531
3 Importing IV_ODATA_VERSION Call by reference Type reference (TYPE) STRING GCS_ODATA_VERSION-V2 OData Version: At this time V2 only 20140310
4 Importing IV_REQUEST_URI Call by reference Type reference (TYPE) STRING Request URI 20130531

Method RUN_GATEWAY_CLIENT on class /IWBEP/CL_SUTIL_MONI has no exception.

Method RUN_GATEWAY_CLIENT_BY_SERVICE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ERROR_TEXT Call by reference Type reference (TYPE) STRING Error Text if any 20130614
2 Importing IV_DESTINATION Call by reference Type reference (TYPE) RFCDEST RFC Destination to Hub System 20130531
3 Importing IV_ODATA_VERSION Call by reference Type reference (TYPE) STRING GCS_ODATA_VERSION-V2 OData Version: At this time V2 only 20140310
4 Importing IV_SERVICE_NAME Call by reference Type reference (TYPE) /IWBEP/MED_GRP_TECHNICAL_NAME Technical Service Name 20130531
5 Importing IV_SERVICE_PARAM Call by reference Type reference (TYPE) STRING Service Parameters 20130531
6 Importing IV_SERVICE_VERSION Call by reference Type reference (TYPE) /IWBEP/MED_GRP_VERSION '0001' Service Version 20130531

Method RUN_GATEWAY_CLIENT_BY_SERVICE on class /IWBEP/CL_SUTIL_MONI has no exception.

Method SECURE_LOG_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_RESULT Call by reference Type reference (TYPE) /IWBEP/SUTIL_LOG_RESULT 20120702

Method SECURE_LOG_DATA on class /IWBEP/CL_SUTIL_MONI has no exception.

Method SECURE_REQUEST_URI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_REQUEST_URI Call by reference Type reference (TYPE) STRING 20120702

Method SECURE_REQUEST_URI on class /IWBEP/CL_SUTIL_MONI has no exception.

Method SHOW_SOURCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CLASS Call by reference Type reference (TYPE) SEOCLNAME 20120702
2 Importing IV_INCLUDE Call by reference Type reference (TYPE) SYREPID 20120702
3 Importing IV_LINE Call by reference Type reference (TYPE) I 0 20120702
4 Importing IV_METHOD Call by reference Type reference (TYPE) SEOMTDNAME 20120702
5 Importing IV_NEW_WINDOW Call by reference Type reference (TYPE) XSDBOOLEAN 'X' 20120702
6 Importing IV_PROGRAM Call by reference Type reference (TYPE) SYREPID 20120702

Method SHOW_SOURCE on class /IWBEP/CL_SUTIL_MONI has no exception.

Method SIMULATE_PAYLOAD_AUTHORITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DISABLED Call by reference Type reference (TYPE) XSDBOOLEAN 20120702
2 Returning RV_ERROR_TEXT Value transfer Type reference (TYPE) STRING 20120702

Method SIMULATE_PAYLOAD_AUTHORITY on class /IWBEP/CL_SUTIL_MONI has no exception.
History
Last changed by/on SAP  20141120 
SAP Release Created in 200