SAP ABAP Interface IF_ARTICLE_DP_BADI_TYPES (Type definitions for BAdI in CL_ARTICLE_DP)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   LO (Application Component) Logistics - General
     CBESH_UI_ODATA_LO (Package) C'estBON application OData services Logistics
Properties
Interface IF_ARTICLE_DP_BADI_TYPES  
Short Description Type definitions for BAdI in CL_ARTICLE_DP    
General Data
Package CBESH_UI_ODATA_LO   C'estBON application OData services Logistics 
Created 20131001   SAP 
Last changed 20131127   SAP 
Unicode checks active    
Forward declarations
Interface IF_ARTICLE_DP_BADI_TYPES has no forward declaration.
Interfaces
Interface IF_ARTICLE_DP_BADI_TYPES has no interface.
Friends
Interface IF_ARTICLE_DP_BADI_TYPES has no friend.
Attributes
Interface IF_ARTICLE_DP_BADI_TYPES has no attribute.
Methods
Interface IF_ARTICLE_DP_BADI_TYPES has no method.
Events
Interface IF_ARTICLE_DP_BADI_TYPES has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_IMAGE_DATA Public See coding 20131001 begin of s_image_data, object_id(50) type c, "in our case allways MARA-MATNR image_type(2) type c, "in our case allways '00' for article images basic_image_urls type s_image_urls, "image URLs of the basic image image_series_urls type t_image_urls, "image URLs for a series of images end of s_image_data
2 S_IMAGE_URLS Public See coding 20131001 begin of s_image_urls, index type i, "index when there are multiple images available thumbnail_url(256) type c, "URL of thumbnail image (lower resolution) image_url(256) type c, "URL of main image (higher resolution) end of s_image_urls
3 TH_IMAGE_DATA Public See coding 20131001 th_image_data type hashed table of s_image_data with unique key object_id
4 T_IMAGE_URLS Public See coding 20131001 t_image_urls type sorted table of s_image_urls with unique key index
History
Last changed by/on SAP  20131127 
SAP Release Created in 617