SAP ABAP Interface IF_SOAP_MONI_PAYLOAD_READER (Interface for Reading Payload Trace)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ESI-WS-ABA-MON (Application Component) WebServices ABAP Monitoring
⤷
SOAP_MONITORING (Package) SOAP Monitoring Framework

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SOAP_MONI_PAYLOAD_TRACE | Class for Payload Trace Handling | 20051123 |
Properties
Interface | IF_SOAP_MONI_PAYLOAD_READER | |
Short Description | Interface for Reading Payload Trace |
General Data
Package | SOAP_MONITORING | SOAP Monitoring Framework |
Created | 20051102 | SAP |
Last changed | 20090618 | SAP |
Unicode checks active |
Forward declarations
Interface IF_SOAP_MONI_PAYLOAD_READER has no forward declaration.
Interfaces
Interface IF_SOAP_MONI_PAYLOAD_READER has no interface.
Friends
Interface IF_SOAP_MONI_PAYLOAD_READER has no friend.
Attributes
Interface IF_SOAP_MONI_PAYLOAD_READER has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Get related data records to interface | 20060808 |
2 | ![]() |
Instance method | Public | Method | Get Related Data Records to Message ID | 20060324 |
3 | ![]() |
Instance method | Public | Method | Get SOAP Envelope from File | 20060324 |
4 | ![]() |
Instance method | Public | Method | Read Payload Data | 20060203 |
5 | ![]() |
Instance method | Public | Method | Download SOAP Envelope to File from DB | 20060324 |
Events
Interface IF_SOAP_MONI_PAYLOAD_READER has no event.
Types
Interface IF_SOAP_MONI_PAYLOAD_READER has no local type.
Method Signatures
Method GET_RELATED_DATA_TO_INTERFACE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_PAYLOAD_DATA | Call by reference | Type reference (TYPE) | SRT_MONI_PAYLOAD_DATA_TAB | Payload-Daten Tabelle | 20060808 | ||
2 | ![]() |
I_INTERFACE | Call by reference | Type reference (TYPE) | SRT_MONI_SRVDEF | 20060808 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
SOAP Monitoring Exception | 20060808 |
Method GET_RELATED_DATA_TO_MSGID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_PAYLOAD_DATA | Value transfer | Type reference (TYPE) | SRT_MONI_PAYLOAD_DATA_TAB | Payload-Daten Tabelle | 20060808 | ||
2 | ![]() |
I_LOCATION | Call by reference | Type reference (TYPE) | SRT_MONI_LOC | SOAP WebService Komponenten-Lokalisation | 20060324 | ||
3 | ![]() |
I_MSGID | Call by reference | Type reference (TYPE) | SRT_MONI_REQID | Request Message-ID | 20060808 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
SOAP Monitoring Exception | 20060324 |
Method GET_SOAP_ENV_FROM_FILE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_CHOICE | Call by reference | Type reference (TYPE) | C | soap_req = 'Q' and soap_resp = 'P' | 20060324 | ||
2 | ![]() |
SOAP_ENV_REQ | Call by reference | Type reference (TYPE) | XSTRING | 20060324 | |||
3 | ![]() |
SOAP_ENV_RESP | Call by reference | Type reference (TYPE) | XSTRING | 20060324 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
SOAP Monitoring Exception | 20060324 |
Method READ Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_HDRFLD_REQ | Call by reference | Type reference (TYPE) | TIHTTPNVP | HTTP Framework (iHTTP) Tabelle Name/Wert-Paare | 20060315 | ||
2 | ![]() |
ET_HDRFLD_RESP | Call by reference | Type reference (TYPE) | TIHTTPNVP | HTTP Framework (iHTTP) Tabelle Name/Wert-Paare | 20060315 | ||
3 | ![]() |
E_CLIENT_NR | Call by reference | Type reference (TYPE) | SYMANDT | Mandantenkennung des aktuellen Benutzers | 20061123 | ||
4 | ![]() |
E_EXPIRE_TS | Call by reference | Type reference (TYPE) | TIMESTAMPL | UTC-Zeitstempel in Langform (JJJJMMTThhmmssmmmuuun) | 20061017 | ||
5 | ![]() |
E_INTERFACE | Call by reference | Type reference (TYPE) | SRT_MONI_SRVDEF | SOAP Runtime Service Definition | 20060731 | ||
6 | ![]() |
E_LOCATION | Call by reference | Type reference (TYPE) | SRT_MONI_LOC | SOAP WebService Komponenten-Lokalisation | 20060324 | ||
7 | ![]() |
E_MSGID | Call by reference | Type reference (TYPE) | SRT_MONI_REQID | Request Message-ID | 20061016 | ||
8 | ![]() |
E_SOAP_ENV_REQ | Call by reference | Type reference (TYPE) | XSTRING | 20060310 | |||
9 | ![]() |
E_SOAP_ENV_RESP | Call by reference | Type reference (TYPE) | XSTRING | 20060310 | |||
10 | ![]() |
I_ID | Call by reference | Type reference (TYPE) | SRT_MONI_ID | GUID im 'CHAR' Format in Großschreibung | 20060321 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
SOAP Monitoring Exception | 20060316 |
Method STORE_SOAP_ENV_INTO_FILE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_CHOICE | Call by reference | Type reference (TYPE) | C | soap_req = 'Q' and soap_resp = 'P' | 20060324 | ||
2 | ![]() |
I_ID | Call by reference | Type reference (TYPE) | SRT_MONI_ID | GUID_32 as ID for parts of a Webservice Call | 20060324 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
SOAP Monitoring Exception | 20060324 |
History
Last changed by/on | SAP | 20090618 |
SAP Release Created in | 710 |