cancel
Showing results for 
Search instead for 
Did you mean: 

Adobe form - Printing images dynamically

jitendra_mehta
Participant
0 Kudos

I have created a simple read-only (not interactive) Adobe form. At the end of the document, I need to print a signature depending upon the approver (which I can access from the data structure imported into the form.).

If I create an image field, how do I assign the image dynamically depending on the approver?

I have thought of an alternative solution of creating 3 separate forms each with a static image of the signature and calling a separate form in the program depending on the approver. But I was wondering if I can assign images dynamically so that I can have only one form.

Any help will be greatly appreciated.

Jitendra Mehta

Accepted Solutions (0)

Answers (2)

Answers (2)

OttoGold
Active Contributor
0 Kudos

Hello . The solution is easy, I have posted the solution into IFbA forum under NeWeaver many times. And I can recommend you to read this article where there is a complete solution for your problem:

http://www.docstoc.com/docs/2540673/How-To-Integrate-ADOBE-form-on-WebdynPro-for-ABAP-and-Deploy-it-

It was originally SAP SDN blog, but I am not able to locate it on sap site any more. Hope this solves your problem, regards Otto

Sandra_Rossi
Active Contributor
0 Kudos

[Here is the SDN blog "How Tou2026 Integrate ADOBE form on WebdynPro for ABAP and Deploy it on portal."|http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/7783] [original link is broken] [original link is broken] [original link is broken];

Sandra_Rossi
Active Contributor
0 Kudos

There is a forum for IFbA. You may pass the image as XSTRING parameter of the Adobe form function module, and bind this parameter to the image field.

jitendra_mehta
Participant
0 Kudos

Hi Sandra:

What is the forum on IFba? I could not locate one specific on IFba.

Do you know what function module to use for converting the image into XSTRING?

I would appreciate if you can describe a bit in detail.

Thanks.

Jitendra Mehta

Sandra_Rossi
Active Contributor
0 Kudos

In the list of forums, it is included in SAP NetWeaver section ->

Where are your images stored, and which format?

jitendra_mehta
Participant
0 Kudos

I have the image files stored in transaction SE78 (which is Administration of Form Graphics). I also have image copies on my network drive.

Jitendra Mehta