CALLFUNCTION'DP_CREATE_URL'
EXPORTING
type = 'IMAGE'
subtype = cndp_sap_tab_unknown
size = pic_size
lifetime = cndp_lifetime_transaction
TABLES
data = pic_data
CHANGING
url = url
EXCEPTIONS
OTHERS = 1.
ENDIF.
CALLMETHOD
picture_control_1->load_picture_from_url
EXPORTING
url = '/tmp/Images/vehicle1.bmp'.
I used the above code.but the images are not getting displayed .then how i need to fetch the image which has been stored in sap server