Adobe Interactive Forms and Digital Signature

Adobe Interactive Forms and Digital Signature
Hi, I’ve a question if it works to digital sign interactive PDF documents created by an SAP BPM System? So is it possible just to sign the content, and not the interactive components like layout and buttons e.g.?
Thanks for your help.
Regards,
Tobi

serverside or at the client??

Similar Messages

  • Web Dynpro ABAP, Adobe interactive forms and Drag and Drop functionality.

    Hi Experts,
    is it possible to use Drag and Drop functionality together with Adobe Interactive forms in Web Dynpro ABAP? I consider dragging object (like texts) to interactive form placed in Web Dynpro.

    I think I understand but just to make it clear. I use texts created using function module "SAVE_TEXT". In my Web Dynpro I  select one or more of them and use the button "insert text" (with appropriate functionality behind it) to insert them to specified location in my PDF form opened in this Web Dynpro. Considering what you said it is not possible to replace this "insert text" button by drag and drop functionality. Am I correct?
    Btw great job with the book "Next Generation ABAP Development" Thomas!

  • Adobe Interactive Form and Web Dynpro

    Hi experts,
    I'm working with an standard Adobe Interactive Form (ISR_MSSRCF_SRQ3) which has a button (selectPosition) that is used to call a Web Dynpro (HRRCF_C_POSITION). This Web Dynpro is used to fill some forms fields (org. unit and position) as a search help. I don't know the way the Web Dynpro fills these fields, I don't find a context binding or so. Could you help to find the way these fields are linked to the Wed Dynpro? How does the Wed Dynpro fill these fields?
    For this button, events in script command window are:
    =>Mouse down.
    //Set ISR_EVENT for BAdI processing in backend
    $record.CONTROL_PARAM.ISR_EVENT = "USER_EVENT_POPUP"
    $record.HRASR_FORM_WINDOW.DATA[*].FIELD.value = "HRRCF_C_POSITION"
    =>Click.
    //Trigger call to backend for BAdI user command processing
    ContainerFoundation_JS.SendMessageToContainer(event.target, "submit", "", "", "", "");
    =>Ready.
    //Toggle visibility to be visible during edit operations, ínvisible otherwise
    if($record.CONTROL_PARAM.ISR_MODE == "DISPLAY" |
         $record.CONTROL_PARAM.ISR_FORM_VIEW =="ISR_APPROVE" )
    then
         this.presence = "invisible"
    else
         this.presence = "visible"
    endif
    Any idea???
    Thanks in advance.

    Hi
    In se80 - select the WD application HRRCF_C_POSITION.
    COMPONENTCONTROLLER -> method CALL_POPUP . Put a degug point and analyze.
    Kind Regards
    Mukesh

  • Web dynpro with adobe interactive forms and button submit

    Hi,
    I'am new with webdynpro and adobe interactive forms so i just trying some example with an adobe interactive form with a submit button event handler inside the webdynpro. But i can't catch the event handler submit that i creaate on onSubmit property of the interactive form.
    Can anyone help please.
    Thank you very much.

    I think I understand but just to make it clear. I use texts created using function module "SAVE_TEXT". In my Web Dynpro I  select one or more of them and use the button "insert text" (with appropriate functionality behind it) to insert them to specified location in my PDF form opened in this Web Dynpro. Considering what you said it is not possible to replace this "insert text" button by drag and drop functionality. Am I correct?
    Btw great job with the book "Next Generation ABAP Development" Thomas!

  • Adobe Interactive Forms and 4.6c

    Hi to all,
    I have to develop and adobe interactive form within a web dynpro project with SAP WAS 6.40. This interactive form have to call an R/3 system 4.6c (via RFC) to retrieve some datas. My question is: can I use interactive forms with a 4.6c (using JCO/RFC) or I have some restrictions?
    Thank you very much,
    Antonio

    Antonio,
    I cut and pasted the below response from the SDN FAQ on SAP Interactive Forms:
    Can Interactive Forms work within, for example, an SAP R/3 Enterprise or 4.6C system? Or is it possible to run a stand-alone SAP Web AS 6.40 instance with a lower-release SAP system?
    Interactive Forms is shipped as a part of SAP Web AS 6.40. SAP Web AS 6.40 can be connected to lower-release backend systems to exchange data (using RFC).
    If you want to use forms in interactive scenarios, you can use technologies such as an RFC connection to exchange data between your application system (for example, SAP R/3 4.6C) and the SAP Web AS 6.40, which includes the required Adobe technology. Note that this does not apply to the use of Interactive Forms in the Internet Service Request framework, which is extensively used in SAP Manager Self Service (e.g. Personnel Change Request).

  • Smartform to Adobe interactive form and triggering from print program

    Hi,
    My requirement to migrate puchase order smartformto Adobe interactive form.
    I have migrated my purchase order smartform to Adobe interactive form,
    activated form and interface.
    Question: How do i trigger or my adobe interactive form purchase order in R/3.
    I want to trigger the form from me22n -> print preview..
    I have configured in NACE (Output type customization) with same samrtform print program with adobe form and Type as PDF. But the adobe form is not triggering at all.. Can any know how do i trigger adobe form from ME22n.
    Is there any special print program for this please let me know..
    thx

    Hi,
    Change the form entry in NACE , use entry_neu_adobe and that will work.
    Best Regards

  • Adobe Interactive Forms and SAP PI

    Has anyone used SAP PI to process offline Adobe Interactive forms?
    Any java api available that will do the trick?
    We can use ABAP mapping but want to avoid such a design. Java is the preferred method.
    PS: I am surprised why there is no standard integration available for the offline forms with SAP PI.

    SAP PI is intended to be used for system integration on messaging base.
    It is not intended to process forms.

  • Adobe Interactive Forms and WDA - Right click and submit

    Hi guys,
    We're developing some OnLine Adobe Intercative Form.
    For each module we have one submit button that sends all data to SAP system.
    Every module uses ZCI Layout and Native WebDynpro Library but when someone clicks on the submit button, also with right mouse button, it starts a submit event and after it opens a WDA's menu, from where, someone could accidentally hide a Adobe Form in his browser session!
    So, I would like to know how we can disable this functionality and also how I can have a "hide reader toolbar" in my pallette inside Adobe liveCycle Designer 7.1.
    Regards,
    Antonello

    Interactive Forms support two types of attachments:
    1) Attachments as comments
    - Interactive PDF Forms generated by the Adobe Document Services (ADS) in SAP turn on by default the commenting/annotations toolbar in Adobe Reader. You can then select "Attach a file as a comment" to attach a file anywhere on the page.
    - This is available since the first release of Interactive Forms
    - These attachments cannot be handled  (e.g. detached) automatically on the server. You can use it to archive the PDF with the attachments or to open the form in Acrobat or Reader and open them on the client.
    - Like any annotation functionality this does not work for dynamic interactive PDF forms (PDF forms which can dynamically grow/shrink in the client)
    2) Document Level Attachments
    - This is available with NW04S SPS10 and higher.
    - To attach a document select Menu -> Document -> Attach a File in Reader
    - Attachments can be manipulated/detached on the server using custom Java or ABAP code with the PDFDocument Object... Here is the documentation for the Java PDF Document Object (http://help.sap.com/javadocs/NW04S/current/wd/index.html)
    - This works for all types of PDF documents (dynamic and static)
    Cheers,
    Matthias

  • Adobe Form and Digital Signature issues

    We are using a adobe form to submit agreements for staff, some individuals are getting the "The Windows Cryptographic Service Provider reported an error: Key does not exist. Error Code 2148073485. Any help or guidance would be great. Thanks

    Hi dfbarnet, May we know how is that form created. Is that created using Acrobat ?
    Please explain in detail so that we can route your query in correct direction.

  • Adobe interactive form and workflow attachment

    I use an ABAP webdynpro to trigger a WF. The WD is an interactive adobe form step for users to enter data. Then before triggering the WF, I would like to save the form as an PDF form so I can send it to the subsequent work item processors. Is this possible? If yes, what do I need to do to make this happen.
    Thanks.

    Hi Raja,
    If i understand well the only way to have Adboe forms in ABAP Wrokflow is to use ISR , that's right ?
    Here's my scenario.
    An User trigger with an abap program a Specific flow , then i send several mails with Adobe forms inside . Thoses forms are send back by mail and process by the abap system .
    My problem is to make sure that all forms have been process and for this i had to develop a specific program in abap in order to check it.
    So Is it possible to define a SAP Abap workflow where on each workitem i will add as attachment my pdf form . Then i can used standard Notification and Standard functionnality of reminding of ABAP Workflow.
    Best regards.
    Bertrand

  • Trigger workflow from ABAP webdynpro and attach an Adobe interactive form

    I have a need to create an ABAP Webdynpro that will upload a completed Adobe interactive form and then route the form to multiple approvers thru workflow.  I am having trouble finding any documentation or examples of passing the Adobe form in the workflow.  Do I have to save the content of every field on the form to an internal table and then have every workitem call an ABAP webdynpro to render the form?  Any help or suggestions would be greatly appreciated.

    Hi Joyce,
    This can be done as follows :
    [pdf as an attachment|https://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/60ff6ad3-729b-2b10-6582-fedc82680a29&overridelayout=true]
    Regards,
    Geet

  • License cost involved in HCM Process and Forms for Adobe Interactive Forms

    Hello All,
    We are planning to implement HRAS business package and use HCM Process and Forms.
    There are lots of developments involved and before to start with, i would like to understand is their any license cost involved for using  Adobe Interactive Forms and also if we are doing new enhancements to the forms.
    Also send me some links about the license involvement if any ?
    Thanks & Regards & Cheers
    Vj

    Check the following link:
    ADS Licence for SAP ESS MSS
    Regards

  • Adobe Interactive forms with Graph and Japanese text

    Hi Experts,
    I want to use graph/bar/pie chart with Adobe Interactive forms and along with that the UI element's(Button,lable,table header,column) text has to be in Japanese language.
    Is it possible using Adobe interactive form ?
    Thanks in advance.

    I don´t understand. Where do you want the Japanese texts? In the ordinary fields? Then you have to use (of course install first) some Japanese fonts for the fields. If you would like to have the texts in the picture, then there is no problem with the form since the texts are coming as a part of the picture into the form and you don´t need any fonts. Of course you need to install/ configure the japanese fonts in the backend to be able to draw it into the picture.
    Otto

  • 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 is not working - Specify Stream Source

    Hi Experts:
    I am having an issue, where the system I am on is SAP ERP Central Component 5.0 (ECC5.0). There is no Layout Tab to define ZCI or xACF in transaction SFP. I'm not sure if this is relevant, except that, I cannot get my custom Interactive form to work.
    All PDF tests in SAP are passing, but being on ECC5.0, I do not have the following programs (among many others):
    FP_CHECK_DESTINATION_SERVICE
    FP_CHECK_HTTP_DATA_TRANSFER
    When I call my Adobe Interactive Form and set sfpdocparams-fillable = 'X' I get an error:
    Error creating PDF Document -PDF Exception: Stream does not represent a PDF document.
    I have applied the Usage Rights credential properly and my form displays read-only when sfpdocparams-fillable = BLANK. While in transaction SFP, I can see that my interactivity works when displaying the form through the Preview PDF tab.
    Also, I know that my credential works because when I test form ISR_FORM_SPEG, I do have interactivity.
    In parsing through the ADS log file of my custom AIF, I noticed the following:
        Parse template node
            Template:
                Source = Stream
                Name = TEMPLATE
    But I believe it should be something like:
         Parse template node
             Template:
                 Source = URL
                 Name = dest:FP_ICF_DATA_<My_System_ID>//sap/bc/fp/form/layout/<My_Form_Name>.
    Does anyone have any suggestions as to how I can change the source of my stream?
    Thanks for your time experts,
    Sean

    Hi Sean
    In the Visual Admin of the server that runs the ADS check under server->services->destinations click on http folder. There should be something under that called FP_ICF_DATA_<sid of backend>. If there is not then create one in there.
    Regards
    Thashin
    Edited by: Thoshin Naicker on Jan 12, 2009 7:09 AM
    Edited by: Thoshin Naicker on Jan 12, 2009 7:10 AM

Maybe you are looking for