SAP Interactive Forms by Adobe

Frequently Asked Questions

What is SAP Interactive Forms by Adobe?

Excerpt from SAP library:

  • « You can create interactive forms in PDF format that allow users to fill out the form on the screen and save their entries in XML format in the form. When the SAP system receives the PDF form, it extracts the data saved in the form, and can process it further. »
    « You can also merge a form template with current system data to generate a PDF document that can then be printed or sent by e-mail. » (in that last case, it is called a PDF-Based Print Form)

What is the difference between these names: SAP Interactive Forms by Adobe, IFbA, Interactive Forms, PDF-Based Print Forms, PDF Forms, Adobe Forms?

  • IFbA is the abbreviation of SAP Interactive Forms by Adobe, it is not used by SAP, but by the SDN community
  • IFbA are often referred as PDF forms and Adobe forms.
  • SAP Interactive Forms by Adobe is the name of the technology. This name is sometimes disturbing as forms may be non-interactive
  • Depending on the context where the name is used, Interactive Form may refer either to all types of forms using IFbA technology (even non-interactive forms), or only to forms which have interactive capability
  • To avoid ambiguities, use IFbA (or SAP Interactive Forms by Adobe), or Adobe Forms, or PDF Forms, to refer to the technology
  • PDF-Based Print Forms is the name used by SAP to distinguish non-interactive forms from interactive forms. Technically, a non-interactive form has the Interactive flag switched off, it does not contain any input field (and thus, programs do not have logic to read the values of input fields).

Do we need a license?

  • Interactive forms need a license if you use them productively (see Note 750784 - SAP Interactive Forms: Licenses)
  • If you use Adobe Reader to display PDF-Based Print Forms via application virtualization (like Citrix Metaframe Server/XenApp), you may need an Adobe license too

What are the differences between Smart Forms and Adobe Forms?

How to migrate a SAPscript or Smart Form to an Adobe Form?

What are the steps to develop an Adobe Form on ABAP stack?

  • Start transaction code SFP, create an interface
  • With this same transaction, create the Adobe Form
  • From your ABAP, call the interactive form as follows (see also SAP Library - PDF-Based Forms - Calling Forms in an Application Program, which contains an example)
    1. Data retrieval and processing : SELECT ... FROM ... etc.
    2. Find out name of generated function module from the Adobe form name : CALL FUNCTION 'FP_FUNCTION_MODULE_NAME' ...
    3. Start form processing : CALL FUNCTION 'FP_JOB_OPEN' ...
    4. Call function module dynamically: CALL FUNCTION <generated function module> ...
    5. End form processing : CALL FUNCTION 'FP_JOB_CLOSE' ...

How to retrieve filled in data from an Interactive Form?

  • It depends if the interactive form is offline or online (web dynpro)
    • Offline :
      • The interactive form is either sent to the user by email, or downloaded by the user from a portal on his laptop
      • So, the user is (usually) not connected to SAP at the time he fills in data using Adobe Reader. Some interaction with the SAP system may still be achieved using Web Services.
      • When he has finished with the Adobe form, he sends it back to the SAP system, or he/any user connects to the SAP system and uploads the adobe form. A Java or ABAP program reads the form and extracts filled in data using Adobe Document Services.
    • Online :
      • The user displays and fills the interactive form via a Web Dynpro (which itself may be accessed via a portal or Web Application Server)
      • The Web Dynpro interacts with the Adobe form using the Context nodes and Bindings

What are the technical prerequisites to use Adobe Forms in SAP?

  • License : see question above
  • Configuration
    • SAP NetWeaver 6.40
    • Java Stack installed
    • Adobe Document Services (ADS) installed on the Java Stack
    • If using ABAP, RFC communication must be established between ABAP and Java stacks
  • Developers
    • Adobe LiveCycle Designer 7.1 is installed on your machine ( Desktop / Laptop)
    • Adobe Reader 7.* is installed
    • SAP GUI (see Note 864634)
      • 620 Patch level 56 or higher
      • 640 Patch level 12 or higher
      • 710 any patch level
  • Users
    • Adobe Reader 7.*

Where to find Scripting documentation? (javascript or formcalc)

Resources

Labels

ifba ifba Delete
adobe_form adobe_form Delete
interactive_form interactive_form Delete
form form Delete
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.