Adobe Interactive Forms - for Travel Expense Booking

Hi:
We are implementing Adobe Interactive Forms for Travel Expense Booking integrated with Portal (where user would download the form from portal locally to work offline and then upload it later when connected).
For the form to function properly, our consultants has asked to make following changes in the Adobe Reader settings on user machine:
1. Under Edit -> Preferences -> Internet -> Check "Display PDF in browser"
2. Under Edit -> Preferences -> JavaScript -> Check "Enable Acrobat JavaScript"
3. Under Edit -> Prefenences -> Security (enhanced) -> Uncheck "Enable Enhanced Security"
All the above three changes are opposite to our current settings. And our IT group is seeing a major secutity threat to company network on making the above changes.
I wanted to check how other companies with Adobe implementation are handling the above changes? Is there any work around to these changes?
Any ideas?
Thanks,
Rahul

you have to get really creative when trying to dynamically control the form without javascript / formcalc.
One of my little secrets (you owe me big points here) is that I prepare my output in a series of tables when possible.
For instance, in SAP i'll fill an internal table with
Customer | Sales Order Number
12345      |  80002038
Date         | 09/15/2011
Special Instructions | Deliver around back
something like this... then I drop this table where I need it.  However, if there are no special instructions, I simply do not fill that info out in my internal table. This has the effect of "hiding" the field.

Similar Messages

  • Is there a list of Out of the Box Adobe Interactive forms for HCM (HR)?

    Hi,
    Is there a list of Out of the Box Adobe Interactive forms for HCM (HR)? Can you please help me?
    Venkatesh

    hi,
    there are standard ISR Adobe forms (interactive) to my knowledge, which you can customise at your convenience.
    kindly check at <a href="http://service.sap.com/adobe"></a>.
    more precisely, go here
    <a href="https://websmp110.sap-ag.de/~form/sapnet?_SHORTKEY=01100035870000478323&">Interactive Forms Delivered by SAP Solutions</a>
    Do update the forum reg your findings.
    Thanks and Regardas,
    Anto

  • Configure of Adobe Interactive Forms for SAP NetWeaver CE 7.1 SR3

    Dear
    How can I configure of Adobe Interactive Forms for SAP NetWeaver CE 7.1 SR3 ?
    I can not find the pdf,who can help me?
    Thank you

    Hi Amit  ,
    Thank you for your help.
    I have already carried out according to your configuration method,
    When I issued an application, the following questions arise:
    Root Cause
    The initial exception that caused the request to fail, was:
       javax.xml.rpc.soap.SOAPFaultException: javax.ejb.EJBAccessException: Principal: Administrator (authentication method: password), policyContextID: com.adobe/AdobeDocumentServices*AdobeDocumentServicesAssembly.jar, permission.name: AdobeDocumentServicesEJB, permission.actions: rpData,Remote,com.adobe.RpString[],com.adobe.RpStream[]
        at com.sap.engine.services.webservices.espbase.client.bindings.impl.FaultUtil.buildFaultException(FaultUtil.java:170)
        at com.sap.engine.services.webservices.espbase.client.bindings.impl.SOAPTransportBinding.processFault(SOAPTransportBinding.java:1445)
        at com.sap.engine.services.webservices.espbase.client.bindings.impl.SOAPTransportBinding.call_SOAP(SOAPTransportBinding.java:976)
        at com.sap.engine.services.webservices.espbase.client.bindings.impl.SOAPTransportBinding.callWOLogging(SOAPTransportBinding.java:699)
        at com.sap.engine.services.webservices.espbase.client.bindings.impl.SOAPTransportBinding.call(SOAPTransportBinding.java:672)
        ... 70 more
    com.sap.tc.adobe.pdfdocument.base.core.PDFDocumentRuntimeException: Interactive Form Operation Failed
         at com.sap.tc.webdynpro.clientserver.uielib.adobe.impl.InteractiveForm.afterHandleActionEvent(InteractiveForm.java:633)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.afterApplicationModification(ClientApplication.java:940)
         at com.sap.tc.webdynpro.clientserver.phases.RespondPhase.execute(RespondPhase.java:60)

  • Adobe interactive form for material creation

    Hi experts,
    I f an adobe interactive form for material creation was created using JAVA... what part is involved in the ABAP pgm.
    Thanks in advance

    Hi,
    Pleaes find the sample codes for WD Java...
    https://www.sdn.sap.com/irj/sdn/developerareas/webdynpro?rid=/library/uuid/49f2ea90-0201-0010-ce8e-de18b94aee2d
    Regards,
    <i><b>Raja Sekhar</b></i>

  • Adobe Interactive forms for Managerial self service

    Hi All,
    We need Adobe Interactive forms for Managerial self service in Portal.
    When i goto transaction SFP, and check any of the interactive forms ie ISR_FORM_SPEG for example, and click the Layout button, i get the blank form, even the PDF format shows me a blank page.
    Has anyone faced a similar problem? If so, can you please tell me the reason for this error and how to rectify it?
    Thanks in advance,
    Aditi

    Hi Pavan,
    Thanks for replying..i found a note (843279) which has a similar problem as mine..it says logon as "DE" and then copy the form . When i do that, i get a popup window asking me userid and password for Adobe configuration services, which means i need to check whether Adobe configuration is proper or not.
    Ill do that and see how things proceed.
    Thanks,
    Aditi

  • How to binnding the data in the adobe interactive forms for making a table?

    Hi, experts,
    Function:
    Through the sharing context node between adobe interactive form and a WDA for ABAP, display the data of the sflight_node in the ADOBE.
    version:
    Acrobat Reader 8.1.0
    currently both of the SAP-ABA and SAP-BASIS SP level: 9
    ADS : Successful.
    The following is my action:
    1.     Create a interface (Z_SFLIGHT_INTF) with a attribute node (SFLIGHT_NODE) that type is "sflight"  using the transaction code "sfp"
    2.     Create a form (Z_SFLIGHT_FORM) using the transaction code "sfp" with the interface Z_SFLIGHT_INTF.
    3.     Trag the sflight_node in the Z_SFLIGHT_INTF to the form( Z_SFLIGHT_FORM).
    4.     Open the layout tab in the form(Z_SFLIGHT_FORM), and create a table(table1). Click the table created just now, select the binding tab in the object tab, and in the Default Binding, select the SFLIGHT_NODE under the Z_SFLIGHT_FORM.
    Problem 1:
    Do you tell me whether is right for binding the context SFLIGHT_NODE using this way? If bind 3 context attributes in the sflight, how can I do it?
    5.     Create a WDA for abap (ZZ_02_SFLIGHT), and create a view(MAINVIEW) using transaction code "se80" in the sap-gui with adobe interactive form. Set the templatesource(Z_SFLIGHT_FORM) in the  adobe interactive form properties and saved, and then, datasource is "MAINVIEW_Z_SFLIGHT_FORM" automatically.
    6.     But I only found the attribute SFLIGHT_NODE under the context node(Z_SFLIGHT_NODE), and  I don't found the NODE ( SFLIGHT_NODE ) context in the context tab in the WDA for abap so that I don't set data to the context NODE (SFLIGHT_NODE).
    Problem 2:
    Do you tell me what can I do it so that I get the node SFLIGHT_NODE rather than attribute in the WDA for setting the data to the CONTEXT NODE (SFLIGHT_NODE)?
    Thanks a lot.
    Best regards,
    Tao

    Hi, experts,
    You can reply back to me via e-mail if you think we should discuss this internally at [email protected] or [email protected]
    Thanks a lot.
    Best regards,
    tao

  • Adobe interactive form for flexible compensation plan

    Dear Experts
    I am new to adobe interactive form.  I have to develop a form for   Flexible Compensation Plan Structure   in this form when an employee enter his employee id all the data should be displayed in the form and side wise a blank text field 
    will come for few  fields in which user fill the data according to his requirement .Is there any function module  is there to retrieve the data. or please suggest the data how to do?
    Scenario in Details
       Employee  ID                        001
       Employee Name                  XYZ
       Grade Code                          M4
       Department Code              SAP competency Center
       Salary Head                                   ||     Standard Amount                                          || Desired amount                   
      Basic Salary                                   ||        18,342                                                          || 18,342
    Children education allowance     ||        2,201                                                           || 2,201   (Blank text field user enter the value)    
    Transport allowance                    ||         2,000                                                            || 2,000 ( Blank text field field user enter the value)               
    is there any function module is available or i have to create the function module . Experts please suggest the idea in steps.
    Thanks in advance.
    Chitta Ranjan Mahato
    Moderator message: wrong forum, please have a look in the forum for "Adobe Interactive Forms".
    Edited by: Thomas Zloch on May 12, 2011 4:23 PM

    Hi,
    Pleaes find the sample codes for WD Java...
    https://www.sdn.sap.com/irj/sdn/developerareas/webdynpro?rid=/library/uuid/49f2ea90-0201-0010-ce8e-de18b94aee2d
    Regards,
    <i><b>Raja Sekhar</b></i>

  • Adobe Interactive forms for material creation

    Hi,
    We are considering Adobe interactive forms application to create and change materials in our R/3 system (4.7, WAS 6.20). I understand that there are already standard forms available from Adobe for this. I would like to know whether anyone has used these forms and the RFC BAPIs provided by Adobe and if so, please share your experience on the implementation and ease of use of the forms. Also I would like to know that out of Web dynpro, BSP or JAVA, which one would be the best option. Can we leverage KM’s approval process, notification, and subscription for this application?
    Thanks,
    Viji
    [email protected]

    Hi Viji,
    I believe there must be a misunderstanding here. While Adobe delivers sample forms both in Adobe LiveCycle Designer (only the form) and for their own server products (the LiveCycle series), this has nothing to do with Interactive Forms in SAP software. Adobe contributes 2 key technology components to the joint solution, but the business logic continues to be shipped by SAP only. This means that Adobe neither ships standard forms for an SAP system nor BAPIs.
    In mySAP ERP 2004, a couple of pilot processes built with Guided Procedures were shipped to selected customers. These processes dealt with the creation and changing of master data. These processes are not generally available.
    Interactive Forms is included in several environments, i.e. Web Dynpro for Java, Web Dynpro for ABAP, ABAP Workbench (for printing), Guided Procedures, Internet Service Request (ERP), and Business Intelligence. In NetWeaver '04, you can only use Web Dynpro for Java and ABAP Workbench.
    There is NO OUT-OF-THE-BOX SUPPORT for BSPs.
    If you wish to use KM functions, it'll be up to you to develop them for your process. You will need to persist the generated PDF form (it doesn't happen by default), and there is no standard delivery that includes KM functions.
    Hope this helps,
    Markus Meisl
    SAP NetWeaver Product Management

  • Adobe interactive forms for VA01

    I'm looking for a list of all Adobe interactive forms that are available for ECC Enh4... we are looking to create an adobe template for SAP transaction VA01 (Create Sales Order).
    I've looked at table FPLAYOUT but the form names are very cryptic.
    Thank you in advance, Rob

    Hello Rob,
    There is a complete list of all available Adobe interactive forms on SAP's Service Marketplace.
    Go to http://service.sap.com/erp -> SAP ERP -> SAP Enhancement Packages for SAP ERP -> Media Library - SAP ERP Overview.
    There you will find a PDF named "Adobe Forms for SAP ERP" which contains all the delivered forms for EhP4.
    I recommend you save it locally to your computer so that you can search for specific words.
    Best,
    Anne

  • Standard adobe interactive forms for CRM

    What adobe interactive forms are delivered with CRM 2007 as standard?
    Were can i find these forms?  The transaction sfb does not need to show too many adobe interactive forms - i would expect to see a lot more.  Do they need to be downloaded from SAP or Adobe's web site?
    Thanks in advance
    Eddie

    Hi Pavan,
    Thanks for replying..i found a note (843279) which has a similar problem as mine..it says logon as "DE" and then copy the form . When i do that, i get a popup window asking me userid and password for Adobe configuration services, which means i need to check whether Adobe configuration is proper or not.
    Ill do that and see how things proceed.
    Thanks,
    Aditi

  • Does standard SAP has a Adobe Interactive form for Customer Master?

    Hello,
    Pls. let me know whether the standard SAP does have a Adobe form for Customer Master, if so, pls. let me know.
    Actually, i searched in List of SAP standard Adobe forms: Go to http://service.sap.com/erp (SAP ERP) -> Media Library - SAP ERP Overview -> Detailed information cross ERP -> Adobe Forms for SAP ERP...but, did not see any
    Thank you

    Checkout this form: F_SAPMFBWE_10
    Regards, Aldo.

  • ADOBE Interactive form for CATS Timesheet

    Hi All,
    Has SAP given any standard interactive form where you can fill your CATS timesheet?
    There was a thead started long back  on the same and got really inquisitive if we can have this facility. If yes .. is it already released? .
    Standard Adobe Timesheet/ CATS Form
    Regards,
    Akshay..

    this is available through a variety of third parties as part of a toolkit and may now also be one of the scenarios available via Project Gateway.
    Clinton

  • ADOBE interactive form for PCR in MSS

    Hi all,
    i am trying to apply a PCR throug portal but if i open the form for submiiting the request for change in PA and PSA, in the form PA PSA to be selected are disabled pls tell how to enable that ??? is there any problem with config...please tell its very urgent...
    Thanks

    Hi,
    I am also facing some  PCR screen problem in MSS .
    In Uwl ,When i click on the request (process change request) ,i am getting
    "Message number cannot be read from workflow container" this error .
    is there anything missing from portal end . I have refreshed UWL system .no luck .
    Surekha .

  • Adobe Interactive forms for WD java Portal dropdown problem

    Hi  Forum Gurus,
    Need an urgent help from you.
    We are facing the Drop down data display problem in the MSS PCR SPEG standard adobe form.
    We are using to display the form via portal and have changed the layout from ZCI to Standard.
    The dropdowns for this form is not getting populated and is blank. However, we have not customized anything and we were able to see the data previously.
    Please come out with your ideas.
    Thank you in advance.
    Points will be rewarded.
    Regards,
    Laxmikant.
    Edited by: Laxmikant Pandit on Oct 2, 2008 10:20 AM

    Hello Friends,
    I am also getting the same error. Can anyone please help.
    Regards,
    Mickey.

  • Put some additional field in pdf form for travel expenses report

    Heloo,
    I would like to get additional field (P0001-PLANS) organisational data in form ZPTRV_EXPENSE_FORM (copy of standard PTRV_EXPENSE_FORM).
    How to do that?
    BR
    Saso

    Hello,
    I am aasume you´re Adobe forms beginner, so I am sorry if I am going to tell you something what you already know.
    1) you have to find the interface of the form
    2) into the interface you have to add your field (probably you will have to copy the interface into a customer one)
    3) if you copy the interface, you have to change the interface name in the form properties
    4) you have to refresh the interface information in the form (sfp transaction, left part, refresh) and you should be now able to see your new field
    5) use drag and drop left to right (from interface to form context) to copy the new field into your form context (so the form is aware there is a new field)
    6) open LCD designer (if you don t have one, you have to download and install one, use 8.1)
    7) in the form layout, left side find "data view" tab from where you can drag a new field and drop it onto your form layout
    8) you must populate the new field, you can use initialization in the form interface or find the right spot in the printing program to populate the value before you send the data to the form
    9) save, activate, enjoy
    regards, Otto

Maybe you are looking for

  • Using the XML returned by XI to populate table in Web Dynpro UI

    Hi, In Web Dynpro,I have a scenario where i have to generate reports. For this, I enter the "Customer number", "Date" & "Item No" in 'Generate report' page  and hit the "submit" button. These details are sent as XML to XI which interacts with the ABA

  • How to reconstruct the right order of  jobs in org unit

    Please, could you help me to determinate, where is saved order of jobs and units in Organizational Structure? I'm using HRP1000 for definition of objects and HRP1001 for connections between them. But I can't determinate the right sort order of jobs o

  • Copy paste from word ?

    Hello I have some paragraph at Word. I want to copy(CTRL+C)from Word and want to paste (CTRL+V) to column of table of database. My paragraph is between 3 and 6 line. How can i do that ? Which column type should i use ? I will show paragraph at ASP.NE

  • Xmlns in xml

    When I used the following code to add an element to existing xml document, there is an additional xmlns attribute, where is it from? what should i do to not include it?             Node myNode = doc.getElementsByTagName("ABCs").item(0);              

  • Covert pdf doc to excel

    Paid Subscription to convert pdf doc to excel, excel doc looks a mess! formats are all over the place with data missing! help please Using windows 7 on pc.