Application Development 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: 

forms

Former Member
0 Kudos

Hi,

how can i insert any image in the form?

Thax in Advance..........

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hi Abhishek,

if you mean smartforms...

then you can insert/display log thru creating a graphic window in the left pannel

and set the graphic window properties by passing the parameters to NAME, OBJECT and ID.

you can set conditions for your graphic window while displaying your logo.

here:

NAME: logo name that you gave while uploading.

OBJECT: graphics.

ID: bmap.

and set the type of image display you want like: B/w or color.

hope this will help you...

murali

5 REPLIES 5

Former Member
0 Kudos

Hi

What do u mean by a form, is it smart forms.

If it is smartform then you can create a graphic window, then in the right side you will have General attributes tab in that give the name of the image.

Regards

Haritha.

0 Kudos

yes it is smartforms........

Thanks a lot.

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

Follow the link....

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/abap/sapscript&;

Check the entry for "How can I print logos in SAPScripts?"

Its the same procedure for logos as well as other images.

Regards,

Rich Heilman

Former Member
0 Kudos

Hi Abhishek,

upload the logo from the transaction se78.

create a logo window in the page.

create a Grapic node under the Page node in the smart form and in the general attributes provide the values as below

Name: Logo name which you had given while uploading from SE78 transaction.

Object: GRAPHICS

ID: BMAP

select radio button Color Bit map image

Resolution: 100 DPI.

Hope your problem will get resolved.

Reward if helpful.

Satish

Former Member
0 Kudos

hi Abhishek,

if you mean smartforms...

then you can insert/display log thru creating a graphic window in the left pannel

and set the graphic window properties by passing the parameters to NAME, OBJECT and ID.

you can set conditions for your graphic window while displaying your logo.

here:

NAME: logo name that you gave while uploading.

OBJECT: graphics.

ID: bmap.

and set the type of image display you want like: B/w or color.

hope this will help you...

murali