‎2008 Mar 25 10:43 AM
Hi all,
how is the image in custom container?
see RSDEMO_CUSTOM_CONTROL.
what is code for image?
reply me soon,
thx,
s.suresh
‎2008 Mar 25 11:42 AM
You can display picture from your local system like
call method picture->load_picture_from_url
exporting url = 'file://C:\WINDOWS\Web\Wallpaper\home.jpg'.
‎2008 Mar 25 10:57 AM
hi
In this code they are wantedly passing on the image name 'ENJOY" in the FORM LOAD_PIC_FROM_DB.
Then they create the URL for this image using DP_CREATE_URL and then use the CLASS cl_gui_picture to display the final image
Hope you got my point..
ENJOY is the standard image already stored in the SAP database
‎2008 Mar 25 11:00 AM
Hi Rahul,
i am doing new customer container program.
but i have taken function module then
I want about what is code for put the another image?
reply me soon,
thx,
s.suresh
‎2008 Mar 25 11:42 AM
You can display picture from your local system like
call method picture->load_picture_from_url
exporting url = 'file://C:\WINDOWS\Web\Wallpaper\home.jpg'.