cancel
Showing results for 
Search instead for 
Did you mean: 

Adobe form- Images based on conditions

Former Member
0 Kudos

HI Experts,

I have to put 2 logos which are based on company codes.

Logo1 condition:- Standard Logo for each company code except for BREEZ, where the MAIN standard logo will be placed.

Logo2 condition:- Standard Logo for BREEZ, if other company code no logo will be displayed.

where to do coding for the same

Do i need to upload the logos or we reach it with scripting.

Regards,

Nik

Accepted Solutions (0)

Answers (7)

Answers (7)

kevin_neale
Explorer
0 Kudos

Hi Nikhil,

Can you please share with us how you resolved it?

Cheers,

Kevin.

Former Member
0 Kudos

resolved myself.

Former Member
0 Kudos

hi

you can write code logic in the interface used in the adobe form.

in the interface screen, below you will have two tabs, select the conditions tab and pass the condition variable, use the availabe operators and thus the logic for the logo can be set in 'form interface'.

check this link:

saptechnical->Tutorials->AdobeForms->Exercise1

regards

mano

Former Member
0 Kudos

Hi Dude,

In Adobe forms to display things based on conditons we have events

If you are writing the condition on master page slect the events as Layout ready

if you are writing the conditions on body page select the event as form ready

in the layout place two logo fieds on the same location.(Overlap) and write the condition

Please find the below sample code

if $.companycode = "BREEZ" then

$.pressense= "hidden"

else

$.pressence = "visible"

endif.

Thanks & Regards

Ramakrishna Pathi

Former Member
0 Kudos

Firstly the logos should be there in the transaction SE78. Search for the logo and find out the name.

In the smartform, there is an option for creating graphic. Give the name of the logo required there and in the conditons tab you can give the condition for compan code.

Former Member
0 Kudos

Thanks Buddy, But i am not doint it in smart forms, Its Adobe forms which is bit diffrent with smart forms if u try to upload image.

Can you help in Adobe form condition based image.

Regards,

Manish

Former Member
0 Kudos

Hi,

dont call the static image.

i think there is FM to hold the logo.

if you have that FM, then it is easy to get it done.

Former Member
0 Kudos

Hi All,

Even I am facing such kind of issue, only difference is that, based on two conditions I need to display only one shaded background image(watermark) during runtime in a smartform.

If any body knows how to perform pls guide me too.

Thanks & Regards,

Nagesh.