cancel
Showing results for 
Search instead for 
Did you mean: 

how to diaplay a logo dynamically in smartforms

Former Member
0 Kudos

hi experts,

i have 3 logos which needs to get printed in the smartform based on the business areas as the condition

can you please help me in providing a sample code to display the logo dynamically in smartform

Edited by: murari sampath kumar on Jan 28, 2010 7:42 AM

Accepted Solutions (1)

Accepted Solutions (1)

former_member217544
Active Contributor
0 Kudos

Hi Murari,

Do you mind searching in SDN before posting the thread. May be it will give better results as it had been answered several times.

http://www.sdn.sap.com/irj/scn/advancedsearch?query=dynamiclogoin+smartforms

Regards,

Swarna Munukoti

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi

place all the three logos on the smartfrom.

Suppose u have three business areas,

1

2

3

then in the condition part of the graphics,

provide the condition.

like field name eq business area

relation Equal to

Comaprison value eq 1.

when this conditon will satisfy then only ur logo will print.

apply this condition to all three logos.

Hope this will solve ur problem.

Former Member
0 Kudos

Hi,

You can check the Graphic logo in the program line and capture the Name of the graphic in the variable and pass that

variable in the graphic node.

Hope this will help you.

Jatender

Former Member
0 Kudos

Hi,

Create a window with graphics node and program lines.Delcare a variable in global delcaration,

In program line, check for your condition then populate the required value to variable, then click on the right coner arrow for the field NAME in the graphics node, by which you can pass the variable name with &var& there.

Please close the thread, if solved

Regrads,

Aditya

Former Member
0 Kudos

Hi,

When there are only three logos then create three graphics nodes and mention the logos respectively and control the display with the appropriate condition.

Regards,

Ram