Extract and Load Adobe Interactive Forms

I need help in validating the following scenario
1 - Customer creates a .pdf (Adobe Interactive Form) in SAP ERP2005 with an editable field
2 - Customer mails the .pdf file from ERP2005 to a vendor or extracts the .pdf file to a central repository external to SAP
3 - Vendor receives the file, populates editable field (off-line), and saves the file
4 - Vendor sends the .pdf file back to the customer
5 - Customer receives the .pdf file and imports the file into SAP ERP2005 processing the respective data on the .pdf
My question is can you performs steps 2 and/or 5.  If so, how?  Does it require other tools like XI and Itemfield ConversionAgent to process the extract from SAP or load to SAP?

Hello Kirk,
SAP Interactive Forms by Adobe is a basic technology that supports some of your requirements out of the box. In general you are describing a workflow in your first post, thus I would propose checking workflow-related documentation (e.g. Guided Procedures, Business Task Management). You can find links as part of the <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/interactiveforms">Interactive Forms Knowledge Center</a>.
Regards,
Philipp

Similar Messages

  • Enhancing standard ESS and MSS Adobe Interactive Forms

    Hi,
    I need to enhance the existing ESS and MSS Adobe Interactive Forms ie I need to add and delete some fields on the form (text fields, drop-downs, radio buttons)
    Could you please tell me the steps to go about it in ECC 6.0
    Where do I add my code and how.
    Thanks
    Neha

    Hi,
    You can check the below links which can help you.
    http://it.toolbox.com/wiki/index.php/SAP_Interactive_Forms_by_Adobe_and_SAP_Smart_Forms_for_Human_Capital_Management_%28HCM%29
    http://www.adobe.com/manufacturing/pdfs/MSS_ESS_sap_interactiveforms_sb.pdf
    Thanks & Regards,
    Sandip Biswas.

  • Calling RFC from Adobe Interactive Form

    Hello,
       After creating and calling Adobe Interactive form from ABAP web dynpro, within the form designer is it possible to call RFC or Business Object method from the form script to get the data back from SAP for specific Click events?

    Yes,
    this is possible, but not through pure RFC, but using webservices and webservice enabled function modules within SAP.
    Technically it is quite simple. Create a functionmodule, and create a webserve from that (all SE37 or SE80 but from WAS 6.40). Generate a WSDL (with the Java tool) and import that into the form that you are designing. From there you can bind the data from the dataset (as defined in the WSDL) to screenfields or treat the data any other way Javascript can.
    BTW. I only managed this so far by using anonymous logins, so with a password and username bound to the webservice (in SICF).
    Hope this helps, regards, Hans Gmelig Meyling

  • Apply License for Adobe Interactive Forms

    Hello Experts,
                            I Have installed and configured Adobe Interactive Forms using temperory license
                            Can anyone tell me under which catagory do I need to apply for Permanent License
                            In the SAP Market Place
    Thanks In Advance
    SYED

    Hi Hari,
    Raise a message to SAP for getting the credential file for Adobe Interactive license.
    You can go to http://service.sap.com/message
    Give the keyword for Adobe License as BC-SRV-FP
    and search.
    in message type your request for Permanent License to SAP.
    They will provide reply with Some File and password.
    Apply with Visual Administrator.
    Thanks & Regards
    Khurshid

  • Smartforms to PDF and PDF to adobe interactive forms

    Dear all,
    Is there any way to convert Smartforms to PDF document and import it programatically to Adobe interactive forms(SFP) and make it interactive.
    Regards
    Aravind

    Hi:
    Smartform to PDF
    ATA: i_otf TYPE itcoo OCCURS 0 WITH HEADER LINE,
    i_tline TYPE TABLE OF tline WITH HEADER LINE,
    Work Area declarations
    w_ctrlop TYPE ssfctrlop,
    w_compop TYPE ssfcompop,
    w_return TYPE ssfcrescl,
    Variables declarations
    v_form_name TYPE rs38l_fnam,
    v_len_in LIKE sood-objlen,
    v_len_out LIKE sood-objlen,
    v_len_outn TYPE i.
    Step 1:
    call function 'SSF_FUNCTION_MODULE_NAME'
    exporting
    formname = 'ZZZ_TEST2'
    importing
    fm_name = v_form_name
    exceptions
    no_form = 1
    no_function_module = 2
    others = 3.
    IF sy-subrc 0.
    MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
    WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
    ENDIF.
    w_ctrlop-getotf = 'X'.
    w_ctrlop-no_dialog = 'X'.
    w_compop-tdnoprev = 'X'.
    Step 2:
    CALL FUNCTION v_form_name
    EXPORTING
    control_parameters = w_ctrlop
    output_options = w_compop
    user_settings = 'X'
    IMPORTING
    job_output_info = w_return
    EXCEPTIONS
    formatting_error = 1
    internal_error = 2
    send_error = 3
    user_canceled = 4
    OTHERS = 5.
    IF sy-subrc 0.
    MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
    WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
    ENDIF.
    Step 3:
    i_otf] = w_return-otfdata[.
    Step 4:
    CALL FUNCTION 'CONVERT_OTF'
    EXPORTING
    format = 'PDF'
    max_linewidth = 132
    IMPORTING
    bin_filesize = v_len_in
    TABLES
    otf = i_otf
    lines = i_tline
    EXCEPTIONS
    err_max_linewidth = 1
    err_format = 2
    err_conv_not_possible = 3
    OTHERS = 4.
    IF sy-subrc 0.
    MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
    WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
    ENDIF.
    For Smartform to Adobe is possible
    as [Adobe|http://help.sap.com/saphelp_nw2004s/helpdata/en/c8/4adf7ba13c4ac1b4600d4df15f8b84/frameset.htm]
    Regards
    Shashi

  • GP and WD with Adobe Interactive form question - need some guidance.

    Hello experts,
    FYI, I'm running ECC 5.0 Support Stack 9, EP 7.0 SPS 11, NWDS 2.0.9_15 with Adobe Livecyle Designer.
    I am slightly stuck with what I'm trying to do. I have created a web dynpro application that has an Adobe interactive form. I'm trying to use guided procedures to initiate a process so that this interactive form can be filled out and submitted to an approver. I need the relevant parties to receive a notification email. I have setup email templates and services, I just need to know how it will fit into the process. Once approved in the process, a BAPI should be invoked to populate some fields in the form. Should I be creating the Web Dynpro application to invoke the bapi or should a guided procedure callable object invoke the bapi? I know how to do these things, but I dont know which method I should use, in order to correctly have this process flow from point A - point B. Should the process appear in the Universal Worklist? If not, why not? Will it only appear in the GP runtime? I have pretty much read thru most of the tutorials but still cannot get this GP stuff to work as a WHOLE process.
    Any guidance, suggestions, possible solutions will be greatly appreciated.
    Thanks
    Kunal.

    Hi,
    It seems you have not activated the Composite Form object. Only after activation you will be able to use it to create a Callable Object of type composite form.
    Hope this helps,
    Ashutosh

  • Adobe Interactive Forms without Web Dynpro and ACF???

    Hi All, we would like to build an interactive forms solution based on the Adobe software integrated into WAS. However, the customer requires a true thin client application with no additional installation on the client. Integrating Adobe Interactive Forms into Web DynPro however requires the Active Component Framework (ACF) to be installed since these forms are integrated into the page within an ActiveX container.
    So the question is whether there is a way to use Adobe Interactive forms including the Adobe Documents Service within WAS but without(!) using Web Dynpro?(the full blown Adobe LifCycle Forms solution is not an option). Any suggestions on this are highly appreciated!
    Tanks!
    Frodo

    Hello everyone,
    I would like to add a couple of points from the SAP Product Management perspective.
    Adobe has a number of stand-alone products that are the foundation for what SAP can now offer thanks to our partnership. This is exactly why we decided on a partnership that provides us with established technology, which is now integrated.
    It is true that Web Dynpro is the main SAP way of integrating the interactive functions of the solution. We made this decision consciously, because the development and run-time environments provide very useful features that reduce the need for manual coding, such as the possibility of passing the data back to the backend using the Web Dynpro context. The automatism we offer here needs to be implemented from scratch with any other solution, including the Adobe stand-alone one.
    While it is true that the ACF constitutes a certain limitation for the reasons you mention, Adobe will remedy this in 2005. The Reader/Web Dynpro integration will be available later this year for multiple platforms (OS, browsers) and will not require ACF anymore.
    If you do not want to use a full-blown Web Dynpro application for your concrete scenario, consider developing an application that provides nothing but the interactive PDF form to the end user, to be filled in using the stand-alone Reader. The submit of the form data (with or without the PDF itself) could then happen via HTTP or e-mail.
    Kind regards,
    Markus Meisl
    SAP NetWeaver Product Management

  • Loadrunner 11 and Adobe interactive forms

    I'm currently on-site for SAP Italy and the client wants to use Loadrunner 11 to test a business process that requires Adobe interactive forms.
    eCATT is not acceptable to the client
    Can you advise me if the question about this being possible using Loadrunner 11 has been answered ? Has anyone actually done this using LR and if so would you share details ?
    I note that in the HP Forum that this topic is currently live.
    jc

    Hello Brenda,
    yes, we've tested eCATT with interactive forms. It works so far, but the question is what is the goal of your test?
    Using eCATT ADS, the application, and the business logic behind is tested. If that is your goal, using eCATT is an appropriate solution.
    Regarding Loadrunner-Tests I'm not the expert. But within the solution an ActiveX does posts to the server using encoded URLs. So there are several problems:
    - is loadrunner able to record those posts?
    - is loadrunner able to modify URL parameters dependend on the current session?
    - is loadrunner able to use the response of such a post and dynamically adapt a post parameter of the subsequent post?
    So I think it is at least very difficult and complex to use loadrunner. I recommend eCATT as the solution for automated tests of InteractiveForms.
    Regards
    Stefan

  • 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!

  • CFolder and Adobe Interactive Forms-reply ASAP

    Hi
    we have a new requirement where there needs to be integration of cFolder with Adobe Interactive Forms. I would like to know:
    How cFolders integrate with Adobe IF?
    Concept behind combining these two technologies.
    Does cFolder integrate with Java Adobe IF or ABAP Adobe IF?
    I know very little about Abode IF(Java) and nothing about cFolder. Please explain.
    Thanks in Advance
    karthika
    Edited by: Karthika Somayajula on Sep 4, 2009 1:47 PM
    Edited by: Karthika Somayajula on Sep 4, 2009 1:47 PM

    Hi,
    Pls check this thread:
    Adobe Interactive forms for material creation
    Eddy
    PS. Reward the useful answers and you will get <a href="http:///people/baris.buyuktanir2/blog/2007/04/04/point-for-points-reward-yourself">one point</a> yourself!

  • BSP and adobe interactive forms.

    Hello SDN,
    can i embed an interactive form for adobe in BSP, if yes then how?? My client wants to embed an interactive form in a BSP application where in users can enter data .
    Many thanks
    Pankaj

    Hi,
    Pls check this thread:
    Adobe Interactive forms for material creation
    Eddy
    PS. Reward the useful answers and you will get <a href="http:///people/baris.buyuktanir2/blog/2007/04/04/point-for-points-reward-yourself">one point</a> yourself!

  • 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

  • Generate Adobe Interactive Form in background and setpdfSource value.

    Hi,
    Is there any way to create Adobe Interactive Form in the background assigning R/3 data (without displaying) and assign pdfSource binary information in context attribute and later, display Adobe Interactive Form using pdfSource context attribute in a new window?
    if Adobe Interactive Form is in Visible state, I'm also able to display Adobe Interactive Form in a new window using pdfSource binary context attribute, .
    But, unable to create Adobe Interactive form in the background when Adobe Interactive Form Visibility is NONE and unable to assign binary data to pdfSource attribute in context and hence unable to display Adobe Interactive Form in a new window. Kindly help me if this process is possible.
    Thank you in advance.
    Regards
    Prasad

    Hi Prasad,
    This is certainly possible. First populate the dataSource context node with the data (e.g. coming from R/3). Then use <a href="http://help.sap.com/javadocs/NW04S/current/wd/com/sap/tc/webdynpro/clientserver/adobe/api/WDInteractiveFormHelper.html">WDInteractiveFormHelper.getContextDataAsStream</a> to obtain the data.xml as a byte[] by calling toByteArray() on the ByteArrayOutputStream. The next step is to obtain the xdp template as a byte[] (I don't know exactly how to do this, but it's certainly possible using some API, just as you would read other resources deployed within your Web Dynpro). When you have both the template and the data, you can use the <a href="http://help.sap.com/javadocs/NW04S/current/wd/com/sap/tc/webdynpro/clientserver/adobe/pdfdocument/api/package-summary.html">PDFDocument</a> API to render a PDF, something as <i>WDPDFDocumentFactory.getDocumentHandler().getDocumentContext().getDocumentCreationContext()</i>; set the data and the template and other options like interactive, call execute and retrieve the pdf byte[] from the returned object. Eventually you can assign the pdf byte[] to the pdfSource context attribute. In case you use NW04, you must use the <a href="http://help.sap.com/javadocs/NW04S/current/wd/com/sap/tc/webdynpro/pdfobject/api/package-summary.html">PDFObject</a> instead.
    Besides, why would you want to create the PDF before displaying it?
    Kind regards,
    Sigiswald

  • 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

  • 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

Maybe you are looking for

  • Problem: two fact tables and one conformed dimension

    Hi everyone! I need to solve this situation: I have two fact tables, let's say F1 and F2, that are both linked to D1, my conformed dimension I just need to select fields from D1 but I know that, when querying, OBIEE links it to a fact table anyway..h

  • Sound issues with MacBook Pro

    I am experiencing sound issues with my MacBook Pro. I am using a headset and when I am on a skype calsl I have a hard time hearing the other person, the sound is coming in and out and sounds digitized. This issue only started recently, the sound had

  • Newbie question - import jpeg convert to objects

    I have a manuscript in pen and ink.  It uses two cartoon characters and contains bubble text and drawings.  I had the content scanned and converted to a pdf file.  This was then converted to jpeg files, one for each page.  I want to edit these files

  • Area of Bridge not displaying

    Whether I open Bridge Full Screen or Minimise the full content of Bridge does not appear.  The right hand side is missing (the close down cross shows).  I can put the Content on the right or Preview on the right or even have a horizontal bar but howe

  • 5.0 software "error" message on downloading on IPhone 4?

    tried updating my IPhone 4 to new 5.0 software and keep getting "error" messages and also says " if you continue you will lose everything on your phone". Have never had any problems in the past downloading updated software...This is the first time ha