SAP ABAP Interface IF_ECH_PAYLOAD_GETTER (Read Payload Information)
Hierarchy
☛
SAP_ABA (Software Component) Cross-Application Component
⤷
CA-FS-ECH (Application Component) Error and Conflict Handler
⤷
FEH_BASIS (Package) FEH Basis: General FEH Programs

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface composition (i COMPRISING i_ref) | IF_FEH_PAYLOAD_PROVIDER | Access to Persistence and to Data and Payload Provider | 20100920 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_FEH_MODEL_PLOAD_HIERARCHY | Hierarchy (Tree) Model for Data | 20101108 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_FEH_PAYLOAD_PROVIDER | Access to Persistence and to Data and Payload Provider | 20100920 |
4 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_FEH_PAYLOAD_WRAPPER | Wrapper for Payload/Data Provider (New/Old) | 20100927 |
5 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_FEH_TEST_PLOAD_PROVIDER | 20100927 | |
6 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_FSL_ECH_PROVIDER | ECH Provider for FSL | 20110615 |
Properties
Interface | IF_ECH_PAYLOAD_GETTER | |
Short Description | Read Payload Information |
General Data
Package | FEH_BASIS | FEH Basis: General FEH Programs |
Created | 20100920 | SAP |
Last changed | 20130531 | SAP |
Unicode checks active |
Forward declarations
Interface IF_ECH_PAYLOAD_GETTER has no forward declaration.
Interfaces
Interface IF_ECH_PAYLOAD_GETTER has no interface.
Friends
Interface IF_ECH_PAYLOAD_GETTER has no friend.
Attributes
Interface IF_ECH_PAYLOAD_GETTER has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Gets All Payload Versions (Information) | 20100920 |
2 | ![]() |
Instance method | Public | Method | Determines Highest Payload Version | 20100920 |
3 | ![]() |
Instance method | Public | Method | Gets the Payload GUID for this Instance | 20100920 |
4 | ![]() |
Instance method | Public | Method | Gets Payload Version (Information) | 20100920 |
5 | ![]() |
Instance method | Public | Method | Provide (Current) Payload; Reference Belongs to Call | 20101122 |
Events
Interface IF_ECH_PAYLOAD_GETTER has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_S_VERSION_INFO | Public | See coding | 20100920 | begin of ty_s_version_info,
feh_guid type feh_guid,
feh_version type feh_version,
timestamp type feh_timestamp,
component type ech_dte_component,
process type ech_dte_process,
changedby type feh_syuname,
remark type feh_payload_remark,
note type feh_payload_note,
structure type feh_typename,
end of ty_s_version_info
|
||
2 | TY_T_VERSION_INFO | Public | See coding | 20100920 | ty_t_version_info type sorted table of ty_s_version_info with unique key feh_guid feh_version
|
Method Signatures
Method GET_ALL_VERSIONS_INFO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_RESULT | Value transfer | Type reference (TYPE) | IF_FEH_PAYLOAD_PROVIDER=>TY_T_VERSION_INFO | 20100920 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler beim Verschlüsseln der Payload | 20120320 |
Method GET_HIGHEST_VERSION_NUMBER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_FEH_VERSION | Value transfer | Type reference (TYPE) | FEH_VERSION | Version des FEH-Payload | 20100920 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Aktion nicht unterstützt vom Payload Provider | 20100920 |
Method GET_PAYLOAD_GUID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_PAYLOAD_GUID | Value transfer | Type reference (TYPE) | FEH_GUID | ID einer Payload | 20100920 |
Method GET_PAYLOAD_GUID on Interface IF_ECH_PAYLOAD_GETTER has no exception.
Method GET_VERSION_INFO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_VERSION | Call by reference | Type reference (TYPE) | FEH_VERSION | Version der FEH Payload | 20100920 | ||
2 | ![]() |
RS_RESULT | Value transfer | Type reference (TYPE) | TY_S_VERSION_INFO | 20100920 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler im Payload Provider | 20100920 |
Method PROVIDE_PAYLOAD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_VERSION | Call by reference | Type reference (TYPE) | FEH_VERSION | Version der FEH Payload | 20101122 | ||
2 | ![]() |
RS_PAYLOAD | Value transfer | Type reference (TYPE) | IF_FEH_PAYLOAD_PROVIDER=>TY_S_VERSION_DATA | Payload | 20101122 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler im Payload Provider | 20101122 |
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 703 |