SAP ABAP Class IF_FEH_PAYLOAD_PROVIDER (Access to Persistence and to Data and Payload Provider)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_ECH_PAYLOAD_GETTER Read Payload Information 20100920
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
Class IF_FEH_PAYLOAD_PROVIDER  
Short Description Access to Persistence and to Data and Payload Provider    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20090902   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
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
Class IF_FEH_PAYLOAD_PROVIDER has no interface implemented.
Friends
Class IF_FEH_PAYLOAD_PROVIDER has no friend class.
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 CREATE_NEXT_VERSION Instance method Public Method Create a New Payload Version 20090903
2 GET_ALL_VERSIONS_INFO Instance method Public Method 20100920
3 GET_HIGHEST_VERSION_NUMBER Instance method Public Method 20100908
4 GET_PAYLOAD_GUID Instance method Public Method 20100920
5 GET_VERSION_INFO Instance method Public Method 20100908
6 PROVIDE_PAYLOAD Instance method Public Method 20101122
7 S_CREATE Static method Public Method Create Instance 20090902
8 UPDATE_HIGHEST_VERSION Instance method Public Method Update of the Hightest (Last) Payload Version 20090903
9 UPDATE_VERSION_INFO Instance method Public Method Update of the Payload Version Information 20090916
Events
Class 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 Importing IS_VERSION_INFO Call by reference Type reference (TYPE) IF_FEH_PAYLOAD_PROVIDER=>TY_S_VERSION_INFO_UPDATE 20090917
2 Importing IV_PAYLOAD Call by reference Type reference (TYPE) ANY Payload 20090903
3 Importing IV_SRC_VERSION Call by reference Type reference (TYPE) FEH_VERSION Version der FEH Payload 20091008
# Exception Resumable Description Created on
1 CX_FEH_PAYLOAD_PROVIDER_DYN Fehler im Payload Provider 20091109

Method GET_ALL_VERSIONS_INFO Signature

Method GET_ALL_VERSIONS_INFO on class IF_FEH_PAYLOAD_PROVIDER has no parameter.
Method GET_ALL_VERSIONS_INFO on class IF_FEH_PAYLOAD_PROVIDER has no exception.

Method GET_HIGHEST_VERSION_NUMBER Signature

Method GET_HIGHEST_VERSION_NUMBER on class IF_FEH_PAYLOAD_PROVIDER has no parameter.
Method GET_HIGHEST_VERSION_NUMBER on class IF_FEH_PAYLOAD_PROVIDER has no exception.

Method GET_PAYLOAD_GUID Signature

Method GET_PAYLOAD_GUID on class IF_FEH_PAYLOAD_PROVIDER has no parameter.
Method GET_PAYLOAD_GUID on class IF_FEH_PAYLOAD_PROVIDER has no exception.

Method GET_VERSION_INFO Signature

Method GET_VERSION_INFO on class IF_FEH_PAYLOAD_PROVIDER has no parameter.
Method GET_VERSION_INFO on class IF_FEH_PAYLOAD_PROVIDER has no exception.

Method PROVIDE_PAYLOAD Signature

Method PROVIDE_PAYLOAD on class IF_FEH_PAYLOAD_PROVIDER has no parameter.
Method PROVIDE_PAYLOAD on class 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 Importing IV_FEH_GUID Call by reference Type reference (TYPE) FEH_GUID ID einer Payload 20090902
2 Returning 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 CX_FEH_PAYLOAD_PROVIDER_DYN 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 Importing IS_VERSION_INFO Call by reference Type reference (TYPE) IF_FEH_PAYLOAD_PROVIDER=>TY_S_VERSION_INFO_UPDATE 20090917
2 Importing IV_PAYLOAD Call by reference Type reference (TYPE) ANY Payload 20090903
# Exception Resumable Description Created on
1 CX_FEH_PAYLOAD_PROVIDER_DYN 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 Importing 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 Importing IV_VERSION Call by reference Type reference (TYPE) FEH_VERSION Version der FEH Payload 20090916
# Exception Resumable Description Created on
1 CX_FEH_PAYLOAD_PROVIDER_DYN Fehler im Payload Provider 20091105
History
Last changed by/on SAP  20130531 
SAP Release Created in