Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

how to use this function module DP_CREATE_URL

Former Member
0 Likes
2,082

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

4 REPLIES 4
Read only

Former Member
0 Likes
1,170

Hi Amit,

Take a look at program DEMO_ABAP_OBJECTS_CONTROLS for an example.

Regards,

John.

Read only

0 Likes
1,170

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

Read only

0 Likes
1,170

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.

Read only

Former Member
0 Likes
1,170

Hi,

Refer Demo Programs

RSDEMO_DIALOGBOX_CONTROL

RSDEMO_DOCKING_CONTROL

RSDEMO_SPLITTER_CONTROL

Regards,

Satish