Quantcast
Channel: SCN : All Content - ABAP Development
Viewing all articles
Browse latest Browse all 8332

how to display a image in module pool program

$
0
0

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


Viewing all articles
Browse latest Browse all 8332

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>