cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic Change of Image in Adobe

former_member574468
Participant
0 Kudos

Hi All,

I am new to ADOBE. I have a requirement that I want to display digital Signatures in ADOBE as per Conditions.

For Example, I have 3 Images. based on condition among those three, one should appear in Screen.

Can anyone help me to comeout......

Thanks in Advance.

-Vimal

Accepted Solutions (1)

Accepted Solutions (1)

OttoGold
Active Contributor
0 Kudos

Hello, is your problem solved or any progress achieved? Maybe you can share some experience with us, thank you, Otto

Answers (5)

Answers (5)

OttoGold
Active Contributor
0 Kudos

Hello,

you can also store your pictures in your SAP backend (MIME repository, transaction SE78) and based on ABAP condition pass the right image into your form. In case that is what you need, refer these threads:

/people/bhawanidutt.dabral/blog/2007/11/15/how-to133-integrate-adobe-form-on-webdynpro-for-abap-and-deploy-it-on-portal

Hope this helps, Otto

former_member182468
Contributor
0 Kudos

Hello ,

For digital signatures , you can also take help from

[Experimenting with Digital Signatures in SAP Interactive Forms by Adobe|http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/14798] [original link is broken] [original link is broken] [original link is broken];

[Digital Signatures and Certifications|http://help.sap.com/saphelp_nw70/helpdata/EN/58/06abab9ccf44e294105607707e5c50/frameset.htm]

hope this helps.

thanks,

sahiba

former_member182485
Active Contributor
0 Kudos

Hi,

At first take the image in the image field

and Under initialization event write script to hide or show based on the value.

For example.

I have company code field v_bukrs and based on the company code value I want to display or hide the image

following script will work for that .

if( data.#pageSet[0].Page1.V_BUKRS EQ "VIPL" ) then

$.presence = "visible"

else

$.presence = "hidden"

endif

Select Form Cac as the scripting language.

Hope this helps.

Regards

Bikas

Former Member
0 Kudos

Moved from ABAP Forum Printing to Abode Interactive Forms forum...

Sandra_Rossi
Active Contributor
0 Kudos

please post questions related to Adobe forms in forum . I have asked moderator to move it.