SAP ABAP Interface IF_FEH_PAYLOAD_PROVIDER (Access to Persistence and to Data and Payload Provider)
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 implementation (CLASS c. INTERFACES i_ref) | CL_FEH_PAYLOAD_PROVIDER | Access to Persistence and to Data and Payload Provider | 20090903 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_FEH_PAYLOAD_WRAPPER | Wrapper for Payload/Data Provider (New/Old) | 20090907 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_FEH_TEST_PLOAD_PROVIDER | 20100421 | |
4 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_FSL_ECH_PROVIDER | ECH Provider for FSL | 20110615 |
Properties
Interface | IF_FEH_PAYLOAD_PROVIDER | |
Short Description | Access to Persistence and to Data and Payload Provider |
General Data
Package | FEH_BASIS | FEH Basis: General FEH Programs |
Created | 20090902 | SAP |
Last changed | 20130531 | SAP |
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | IF_FEH_PAYLOAD_PROVIDER | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_ECH_PAYLOAD_GETTER | Read Payload Information | 20100920 |
Friends
Interface IF_FEH_PAYLOAD_PROVIDER has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | CV_MAX_VERSION | Constant | Public | Type reference (TYPE) | FEH_VERSION | 999 | 20110215 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Create a New Payload Version | 20090903 |
2 | ![]() |
Instance method | Public | Method | 20100920 | |
3 | ![]() |
Instance method | Public | Method | 20100908 | |
4 | ![]() |
Instance method | Public | Method | 20100920 | |
5 | ![]() |
Instance method | Public | Method | 20100908 | |
6 | ![]() |
Instance method | Public | Method | 20101122 | |
7 | ![]() |
Static method | Public | Method | Create Instance | 20090902 |
8 | ![]() |
Instance method | Public | Method | Update of the Hightest (Last) Payload Version | 20090903 |
9 | ![]() |
Instance method | Public | Method | Update of the Payload Version Information | 20090916 |
Events
Interface IF_FEH_PAYLOAD_PROVIDER has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_S_VERSION_DATA | Public | See coding | 20090902 | begin of ty_s_version_data.
include type ty_s_version_payload.
include type ty_s_version_info.
types end of ty_s_version_data
|
||
2 | TY_S_VERSION_INFO | Public | Attribute reference (LIKE) | 20100920 |
|
||
3 | TY_S_VERSION_INFO_UPDATE | Public | See coding | 20091126 | begin of ty_s_version_info_update,
remark type feh_payload_remark,
note type feh_payload_note,
end of ty_s_version_info_update
|
||
4 | TY_S_VERSION_PAYLOAD | Public | See coding | 20091102 | begin of ty_s_version_payload,
pload_type type feh_pload_type,
ref2payload type ref to data.
types end of ty_s_version_payload
|
||
5 | TY_T_VERSION_INFO | Public | Attribute reference (LIKE) | 20100920 |
|
Method Signatures
Method CREATE_NEXT_VERSION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_VERSION_INFO | Call by reference | Type reference (TYPE) | IF_FEH_PAYLOAD_PROVIDER=>TY_S_VERSION_INFO_UPDATE | 20090917 | |||
2 | ![]() |
IV_PAYLOAD | Call by reference | Type reference (TYPE) | ANY | Payload | 20090903 | ||
3 | ![]() |
IV_SRC_VERSION | Call by reference | Type reference (TYPE) | FEH_VERSION | Version der FEH Payload | 20091008 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler im Payload Provider | 20091109 |
Method GET_ALL_VERSIONS_INFO Signature
Method GET_ALL_VERSIONS_INFO on Interface IF_FEH_PAYLOAD_PROVIDER has no parameter.
Method GET_ALL_VERSIONS_INFO on Interface IF_FEH_PAYLOAD_PROVIDER has no exception.
Method GET_HIGHEST_VERSION_NUMBER Signature
Method GET_HIGHEST_VERSION_NUMBER on Interface IF_FEH_PAYLOAD_PROVIDER has no parameter.
Method GET_HIGHEST_VERSION_NUMBER on Interface IF_FEH_PAYLOAD_PROVIDER has no exception.
Method GET_PAYLOAD_GUID Signature
Method GET_PAYLOAD_GUID on Interface IF_FEH_PAYLOAD_PROVIDER has no parameter.
Method GET_PAYLOAD_GUID on Interface IF_FEH_PAYLOAD_PROVIDER has no exception.
Method GET_VERSION_INFO Signature
Method GET_VERSION_INFO on Interface IF_FEH_PAYLOAD_PROVIDER has no parameter.
Method GET_VERSION_INFO on Interface IF_FEH_PAYLOAD_PROVIDER has no exception.
Method PROVIDE_PAYLOAD Signature
Method PROVIDE_PAYLOAD on Interface IF_FEH_PAYLOAD_PROVIDER has no parameter.
Method PROVIDE_PAYLOAD on Interface IF_FEH_PAYLOAD_PROVIDER has no exception.
Method S_CREATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_FEH_GUID | Call by reference | Type reference (TYPE) | FEH_GUID | ID einer Payload | 20090902 | ||
2 | ![]() |
RO_PROVIDER | Value transfer | Object reference (TYPE REF TO) | IF_FEH_PAYLOAD_PROVIDER | Zugriff auf Persistence, Data-& Payloadprovider | 20090903 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Aktion nicht unterstützt vom Payload Provider | 20091105 |
Method UPDATE_HIGHEST_VERSION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_VERSION_INFO | Call by reference | Type reference (TYPE) | IF_FEH_PAYLOAD_PROVIDER=>TY_S_VERSION_INFO_UPDATE | 20090917 | |||
2 | ![]() |
IV_PAYLOAD | Call by reference | Type reference (TYPE) | ANY | Payload | 20090903 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler im Payload Provider | 20091109 |
Method UPDATE_VERSION_INFO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_VERSION_INFO | Call by reference | Type reference (TYPE) | IF_FEH_PAYLOAD_PROVIDER=>TY_S_VERSION_INFO_UPDATE | Update Daten für Version Info | 20090916 | ||
2 | ![]() |
IV_VERSION | Call by reference | Type reference (TYPE) | FEH_VERSION | Version der FEH Payload | 20090916 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler im Payload Provider | 20091105 |
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 730 |