SAP ABAP Class IF_ECH_PLA_ATTRIBUTE_READER (Read Access to Payload Attribute)
Properties
Class IF_ECH_PLA_ATTRIBUTE_READER  
Short Description Read Access to Payload Attribute    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20100709   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_ECH_UTILS Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 IF_ECH_PLA_ATTRIBUTE_READER Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class IF_ECH_PLA_ATTRIBUTE_READER has no interface implemented.
Friends
Class IF_ECH_PLA_ATTRIBUTE_READER has no friend class.
Attributes
Class IF_ECH_PLA_ATTRIBUTE_READER has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 READ_ATTRIBUTES_FOR_PAYLOAD Instance method Public Method Read Extracted Payload Attribute 20100715
Events
Class IF_ECH_PLA_ATTRIBUTE_READER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_ATTRIBUTE_ENTRY Public See coding 20100715 begin of ty_s_attribute_entry, attribute_id type ech_pla_attribute_id, value type string, callback type ref to if_ech_pla_attribute, end of ty_s_attribute_entry
2 TY_T_ATTRIBUTE_ENTRIES Public See coding 20100715 ty_t_attribute_entries type sorted table of ty_s_attribute_entry with non-unique key attribute_id
Method Signatures

Method READ_ATTRIBUTES_FOR_PAYLOAD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_LOGGER Call by reference Object reference (TYPE REF TO) IF_ECH_LOGGER CL_ECH_UTILS=>S_NULL_LOGGER Logger 20101209
2 Importing IV_FEH_GUID Call by reference Type reference (TYPE) FEH_GUID ID einer Payload 20100715
3 Returning RT_ENTRY Value transfer Type reference (TYPE) IF_ECH_PLA_ATTRIBUTE_READER=>TY_T_ATTRIBUTE_ENTRIES 20100715

Method READ_ATTRIBUTES_FOR_PAYLOAD on class IF_ECH_PLA_ATTRIBUTE_READER has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in