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

Custom Container

Former Member
0 Likes
524

Hi all,

how is the image in custom container?

see RSDEMO_CUSTOM_CONTROL.

what is code for image?

reply me soon,

thx,

s.suresh

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
481

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'.

3 REPLIES 3
Read only

rahulkavuri
Active Contributor
0 Likes
481

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

Read only

0 Likes
481

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

Read only

Former Member
0 Likes
482

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'.