‎2008 Jan 16 10:45 AM
hi,
I am using the following function module DP_CREATE_URL
now there i have to pass a parameter called as data,
wat to pass to DATA and how to create it
im am displayin an image from desktop onto a container in the screen using the class cl_gui_picture
for tat i need to use the above function module to generate the URL
‎2008 Jan 16 10:58 AM
Hi Amit,
Take a look at program DEMO_ABAP_OBJECTS_CONTROLS for an example.
Regards,
John.
‎2008 Jan 16 11:08 AM
hi,
thanks for reply, i have already gone through that code,
my major problem is tat the user is going to select the image from a folder and in the program you have told me to refer it is hard coded.
wat do to when the image selection is dynamic
‎2008 Jan 17 8:48 AM
Hi Amit,
I'm not sure if I understand your problem. Is your image stored on a frontend? In that case use GUI_UPLOAD first to get the image in an internal table.
Regards,
John.
‎2008 Jan 16 10:58 AM
Hi,
Refer Demo Programs
RSDEMO_DIALOGBOX_CONTROL
RSDEMO_DOCKING_CONTROL
RSDEMO_SPLITTER_CONTROL
Regards,
Satish