cancel
Showing results for 
Search instead for 
Did you mean: 

How to Display Logo

Former Member
0 Kudos

Hi,

Can any one tell me what is displaying a logo dynamically and how to display a logo dynamically?

Thanks.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Raj,

What do you mean by displaying LOGO dynamically? a LOGO is always displayed dynamically, if you want variety then you must go for conditions. To display LOGO you should use the following. But before using this satement go to tcode se78 and create a object for graphics and upload your file there.

For example :

/: BITMAP 'ZKB_LOGO' OBJECT GRAPHICS ID BMAP TYPE BMON DPI 200

Thanks,

Mark

Former Member
0 Kudos

hi

good

When you will create the LOGO node in the smartform. there is CONDITION tab you can put your condition there.

Create 4 Logo node in your smartform at the same position and in each logo node put the condition in the condition Tab. IF sy-uname = 'UNAME1' then LOGO UNAME1 will be called do it forall the logos.

thanks

mrutyun^

Former Member
0 Kudos

if you have uploaded logos using se78 and you can ionclude thse logos in your script . and put the conditions on what basis you want to print a particular logo. That will be enough

For smartforms

you cann create logo windows and overlap them in the same area and put the conditons in the condition tab.

Reward points if useful

Regards,

Nageswar

Former Member
0 Kudos