SAP ABAP Class IF_ARTICLE_DP_BADI_TYPES (Type definitions for BAdI in CL_ARTICLE_DP)
Properties
Class IF_ARTICLE_DP_BADI_TYPES  
Short Description Type definitions for BAdI in CL_ARTICLE_DP    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20131001   SAP 
Last change 20131127   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_ARTICLE_DP_BADI_TYPES has no forward declaration.
Interfaces
Class IF_ARTICLE_DP_BADI_TYPES has no interface implemented.
Friends
Class IF_ARTICLE_DP_BADI_TYPES has no friend class.
Attributes
Class IF_ARTICLE_DP_BADI_TYPES has no attribute.
Methods
Class IF_ARTICLE_DP_BADI_TYPES has no method.
Events
Class 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