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 import image in dialog programming

Former Member
0 Likes
2,586

hi,

how import image in dialog module screen. any control is there. please send the details.

thank you.

please send to my mail id.

mohan

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,784

<b>on a screen</b> if u want to display go through the underlined program.

Status Icons -- <u>demo_dynpro_status_icons</u>

CALL FUNCTION 'ICON_CREATE'

EXPORTING

name = icon_name

text = icon_text

info = 'Status'

add_stdinf = 'X'

IMPORTING

result = status_icon

<b>In a Classical Report</b> if u want to display go for the write statement.

Hope this will solve ur problem..

<b><u>Dont forget to reward all the useful replies</u></b>

Sudheer

hi,

how import image in dialog module screen. any control is there. please send the details.

thank you.

please send to my mail id.

mohan

11 REPLIES 11
Read only

Former Member
0 Likes
1,785

<b>on a screen</b> if u want to display go through the underlined program.

Status Icons -- <u>demo_dynpro_status_icons</u>

CALL FUNCTION 'ICON_CREATE'

EXPORTING

name = icon_name

text = icon_text

info = 'Status'

add_stdinf = 'X'

IMPORTING

result = status_icon

<b>In a Classical Report</b> if u want to display go for the write statement.

Hope this will solve ur problem..

<b><u>Dont forget to reward all the useful replies</u></b>

Sudheer

Read only

0 Likes
1,784

hi sudheer,

My requirement is design a screen in that we want to create heading

in centre insert the logo on that screen. how add the image to screen.

you are sending function module. how to insert the image in that screen. please

send me.

mohan

Read only

0 Likes
1,784

Hi Mohan,

We can put only Icons To our Screen. we cant Place the Pictures in Screen Layout.

Thanks.

Read only

0 Likes
1,784

U need to go for ABAP Objects and need to go for CL_GUI_HTML_VIEWER

Splitter Control on Screen - <u>DEMO_ABAP_OBJECTS_SPLIT_SCREEN</u>

Contact through [email protected]

If u have any problem.

Read only

0 Likes
1,784

Hello,

Can u give some example for a upload image on classical report.

Thanks.

Read only

Former Member
0 Likes
1,784

Hi,

goto abap docu tcode.and select

ABAP User Dialogs ->Screens ->Complex Screen Elements ->GUI controls on screen

see the example.it will be useful.

<b>reward if helpful</b>

rgds,

bharat.

Read only

0 Likes
1,784

HI BHRAT

HOW TO INSERT IMAGE. I FIND THAT ONE. YOU ARE GIVING TO VERY GOOD ANSWERS.

IN THAT EXAMPLE HE GIVES FLIGHTS IMAGE IS GIVEN. INSTEAD OF THAT I WANT TO INSERT MY COMAPNY LOGO. WHERE FLIGHTS LOGO INSERTED IN WHICH TABLE. HOW IT PICKS THE IMAGE. HOW TO INSERT MY COMPANY LOGO.

Read only

0 Likes
1,784

Thanks i think u can give any URL from ur company site which will give the image of ur company. Go to ur company website and get(right click on ur comp image find the url)

<u><b>Reward all the helpful answers please :)</b></u>

Regards,

Sudheer

Read only

0 Likes
1,784

Hi,

search for the below statement in that program

" import PICT_TAB = PICT_TAB from database ABTREE(PI) id 'FLIGHTS'."

u just place ur cursor on "database" and press F1 ther u can find some info about how to import the logo.

<b>rewards if helpful</b>

rgds,

bharat.

Read only

0 Likes
1,784

HI BHARAT,

OK. BUT I FIND OUT THE DATABASE TABLE. HOW TO INSERT IMAGE IN TO THAT TABLE.

IN THAT TABLE THE FIELDS ARE DIFFERENT. CLSTID IS IN HEXADECIMAL

Read only

Former Member
0 Likes
1,784

HI SUDHIR,

HOW TO INSERT IMAGE. I FIND THAT ONE. YOU ARE GIVING TO VERY GOOD ANSWERS.

IN THAT EXAMPLE HE GIVES FLIGHTS IMAGE IS GIVEN. INSTEAD OF THAT I WANT TO INSERT MY COMAPNY LOGO. WHERE FLIGHTS LOGO INSERTED IN WHICH TABLE. HOW IT PICKS THE IMAGE. HOW TO INSERT MY COMPANY LOGO.