Adobe Interactive Forms in SAP HCM

Hi,
What do Adobe Interactive Forms in SAP HCM do?
What is the difference between Interactive/Non-Interactive Forms?
In which sub-modules of SAP HCM are such forms used?
What is that an HCM consultant has to expect from Basis and ABAP consultants for this?
Where can I get reference material on Adobe Interactive Forms in SAP HCM.
Please help.
Thanks and regards,
Sasidhar.

Hi,
Check the answers for u r questions...
What do Adobe Interactive Forms in SAP HCM do?
Adobe Forms is the second step in the HCM process, as HCM is the online process..in between of the process adobe form will come in to picture to fill online.
What is the difference between Interactive/Non-Interactive Forms?
In non-interactive forms,there is no database interaction.If u say interactive forms.if u enter data in the form data will be saved directly in the data base..
In which sub-modules of SAP HCM are such forms used?
OM(Orzanization Management),PA(Personel Adminstration) and PD(personel Admin) ..ect...
What is that an HCM consultant has to expect from Basis and ABAP consultants for this?
from basis HCM dont required more help..only authorization and access only.
from ABAP u need more..if u use standard backend system..some times data will not picked automatically at that time through BADI u need to fill the data to the form,and to do validation in the form level..ABAPER need to write scripting
Where can I get reference material on Adobe Interactive Forms in SAP HCM.
check the below link
http://www.cogentibs.com/pdf/cogsap08/HRForms.pdf
Thanks,
Madhukar.

Similar Messages

  • Is it possible to use Adobe Interactive Forms in SAP (ABAP) Trial Version?

    Dear All,
    i need some help concerning the usage of Adobe Interactive Forms in SAP (ABAP) Trial Version.
    I installed SAP Netweaver 7.01 (ABAP Trial Version) and i would like to use the Adobe Interactive Form editor (transaction SFP). Is this trial version prepared for this? Is it possible to edit and test Interactive Forms in the ABAP Trial Version too?
    Somebody told me that he installed Adobe Lifecycle Designer 7.1 but the layout manager part of the editor shortdumped when he wanted to go back to other  parts of the editor or he wanted to save what he did...
    Is it enough to install Adobe Lifecycle Designer 7.1? Is there something else to install or configure?
    Thank you for your help in advance.
    All the best, P. Phil.

    Yes, you need the lifecycle designer installed.  That should be enough to work with the SFP transaction.  But to actually use the form, I think you do need the ADS(Adobe Document Services) which runs on the java stack.
    Regards,
    Rich Heilman

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

  • Developing Adobe Interactive forms in SAP R/3 4.7

    I have a client requirement of developing Adobe Interactive forms for automating exisiting manual processes. The SAP version being used is SAP 4.72.
    Could anyone please let me know what all is required to implement it and how that can be done in brief.
    One of the related links to the topic without much details is 4.7 and Adobe Interactive Forms.
    If anyone has worked with such requirement, his inputs would be valuable

    Hi,
    You will have to use WD Java for integrating Interactive forms with SAP version 4.7
    NetWeaver developer Studio ( NWDS) is the tool used for this integration. Data can be passed from SAP to WD Java using RFCs.
    This link will be useful for you:
    Tutorials & Samples for Web Dynpro Java
    Hope this will help you,
    Amit

  • Binding problem from adobe interactive form to SAP

    Hello All,
    I'm using SAP NetWeaver Developer Studio 2.0.9 SAP WAS 2004s SP11.
    I'm tried to exercise with document "How To…Create Online and Offline Forms in Web Dynpro for Java" (you can check it this link https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/4fd2d690-0201-0010-de83-b4fa0c93e1a9). I could run it succesfuly but i have a problem. I couldn't get data from Adobe Interactive form when i click "Submit to SAP" button. All field value return with "null".
    The code is like that;
    public void onActionFormSubmit(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent )
        //@@begin onActionFormSubmit(ServerEvent)
         String name = wdContext.currentTravelDataElement().getEmployeeName();
         String costcenter = wdContext.currentTravelDataElement().getCostCenter();
         String city = wdContext.currentTravelDataElement().getDestinationCity();
         String country =
         wdContext.currentTravelDataElement().getDestinationCountry();
         wdThis.wdGetAPI().getComponent().getMessageManager().reportSuccess(
         "Form submitted: Employe Name="
         + name
         + " costcenter="
         + costcenter
         + " city="
         + city
         + " country=" +
          country);
    What could be the problem?

    hi Selcuk,
    check what is the cardinality of the node that bound to the interactive form.
    interactive form->properties->dataSource = <xyz node of context>
    goto <xyz node of context> -> properties
    just change the cardinality to 1..1.
    goto
    interactive form->properties...
    check that the dataSource and pdfSource are bound to the right Context nodes/attributes...
    hope this helps...
    with regards,
    -Amol Gupta

  • Adobe interactive form inside SAP GUI

    Friends,
    We all know that Adobe interactive forms can be called from portals and updated by the users. Is there any possibility that the Adone interactive form can be called inside SAP GUI and updated in the same manner?
    Regards,
    Sam

    Yes you can generate adobe intetractive forms as ABAP report programme outputs. There ares some standards forms available. Please search by FP*.
    Hope i understood yourr question.
    Thanks and Regards,
    Antony John Isacc.

  • 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 in blackberry simulator?

    Hi Everybody,
    I had designed a Adobe Interactive form in webdynpro for java in netweaver developer studio. Now i want to run the url of this application in blackberry browser.
    Actually I am able to run the webdynpro for java applications in blackberry simulator by executing the generated url of the webdynpro applications.But when I am trying the same with webdynpro for java application which contains adobe interactive form, blackberry is unable to display the form in browser.
    Please help me out with some procedure to do so. Will "dochawk" or "reqwireless webviewer" will help. if so please give the clarrification.
    Thanks in advance,
    best regards,
    Madhu.

    Hi,
    Check the answers for u r questions...
    What do Adobe Interactive Forms in SAP HCM do?
    Adobe Forms is the second step in the HCM process, as HCM is the online process..in between of the process adobe form will come in to picture to fill online.
    What is the difference between Interactive/Non-Interactive Forms?
    In non-interactive forms,there is no database interaction.If u say interactive forms.if u enter data in the form data will be saved directly in the data base..
    In which sub-modules of SAP HCM are such forms used?
    OM(Orzanization Management),PA(Personel Adminstration) and PD(personel Admin) ..ect...
    What is that an HCM consultant has to expect from Basis and ABAP consultants for this?
    from basis HCM dont required more help..only authorization and access only.
    from ABAP u need more..if u use standard backend system..some times data will not picked automatically at that time through BADI u need to fill the data to the form,and to do validation in the form level..ABAPER need to write scripting
    Where can I get reference material on Adobe Interactive Forms in SAP HCM.
    check the below link
    http://www.cogentibs.com/pdf/cogsap08/HRForms.pdf
    Thanks,
    Madhukar.

  • ADOBE Interactive forms / Automatic handling by SAP via mail

    Hi All,
    Short question. Is it possible that for example, an email
    with a predifined body is send to a SAP SMTP port and that the content is read bij an service(for so far this is possible)and that this service creates an ADOBE interactive form autmatically  and returns it by mail.
    I have to know this, because it is a possible customer scenario.
    Any input is welcome!
    Thanks,
    Harrie Prinsen

    Hi,
    Adobe Interactive form can be generated and sent it via email by using a normal Java class. But that Java class should run in a server which should contain Adobe DocumentService.This java class can be archived as a par file and deployed on Portal server or can be written as a Webservice and can be triggered by clicking on a URL.
    Hope this blog helps.
    /people/ramesh.kotagiri/blog/2009/01/19/dynamic-generation-of-offline-adobe-interactive-forms-for-sap-46c-and-ep-70-without-user-intervention-part-150-iii

  • ADOBE interactive form - Taking long time to Activate

    Hi All,
    We are desining ADOBE interactive form in SAP R/3 via SFP.
    But the form is taking unusally too much time to get activated. Even one of the form could not even be activated.
    It gave a time out error after around 3 hours.
    Please help me with understanding the probable reason for this.
    Thanks & Regards
    Deb

    debabrata mohanty,
    How did you solve the issue. Please clarify me on this. I am facing the same problem.
    Thanks,
    Pavan

  • Printing chinese characters on a Zebra printer using Adobe Interactive Form

    Hello,
    We have created an Adobe Interactive Forms in SAP with some words in English and another one in simplified chinese. We have defined a Zebra printer in SPAD with the AZPL203 driver.
    When we print the form in the zebra printer some of the chinese characters are printed and some of them no.
    Has anyone faced the same problem?
    Thanks a lot
    Miquel A. Vergara

    Hi,
    Welcome you post on the forum.
    However, this is not the right forum for you. It is only for SAP Business One user. Please search entire forums first to find which one is more proper.
    However, this issue may not be related to SAP at all. Search on the web would be better.
    Thanks,
    Gordon

  • Using WSDL in Adobe Interactive forms

    I am developing an Adobe interactive form in SAP netweaver 2004s.For that i must import WSDL file which is in EJB's.When i am creating a new data connection,
    I specified the WSDL path like this,
    "http://192.168.1.36:50000/WSCreate1/Config1?wsdl"
    it is not accepting.It is showing my methods.But getting an error as
    "there is no associated SOAP Binding"
    Can anyone tell me how to get the WSDL file in Interactive forms

    Hi Suma,
    During Creating a Web Service Definition have you provided the authentication?
    Check this link.
    <a href="http://help.sap.com/saphelp_nw70/helpdata/en/b5/ce88b82d7bfe4799ba7e175558d0ba/frameset.htm">Creating a Web Service Definition</a>
    Regards,
    Mithu

  • 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

  • Adobe Interactive Forms via Mail and PI.

    Hi All,
    We are currently implementing an adobe interactive forms scenario (offline) at our customer.
    The initial scenario was the folllowing
    1. PDF is generated on the CRM system and downloaded towards the clients PC
    2. PDF is adjusted by enduser
    3. When all info is added, enduser presses the submit button in the pdf, this triggers the sending of an email, with an attachment containing the filled in data in xml format.
    4. PI reads the mail, takes the XML and processes the data.
    The scenario was quiet easy to enable.
    Now the customer wants the PDF to be mailed instead of or toghetger with the xml representing the data. Reason for this is that they want to pdf to be stored inside the initial transaction (service order) in SAP (archiving reasons).
    The PI system is just acting as a mail client. When the mail is read, the pdf needs to be converted into an xml, representing the data. I would like to use the adobe document service to convert the pdf.
    So the system that generates the pdf (=CRM) and the system that needs to convert it (PI) is different.
    Can the adobe document service by addressed from within a standard java or abap class.
    Any idea whether this can be done and how?
    Easier solution would be, attaching the pdf and the xml in the mail message. Is this possible?
    Kind regards
    Joris

    Hi,
    Adobe Interactive form can be generated and sent it via email by using a normal Java class. But that Java class should run in a server which should contain Adobe DocumentService.This java class can be archived as a par file and deployed on Portal server or can be written as a Webservice and can be triggered by clicking on a URL.
    Hope this blog helps.
    /people/ramesh.kotagiri/blog/2009/01/19/dynamic-generation-of-offline-adobe-interactive-forms-for-sap-46c-and-ep-70-without-user-intervention-part-150-iii

  • Adobe interactive forms First Logon Problem

    Hello All
    we build an adobe interactive form (for sap solution) and we have a very strange problem , the form contains several fields and a submit button that triggers a submit we are using the form in native mode inside IE throw  the sap portal .
    now the problem is that if a user intestinal logon to the xp station opens the web browser and the interactive form and press the submit button  , the vent is not triggered .
    if the user closes the IE browser > opens adobe reader application (without opening any file ) > closes the adobe reader > opens the IE browser and the form again every thing works perfectly .
    so we narrow the problem down to the initial log on and the need to open adobe read application after initial logon .
    how can we solve it that we will not need too open the adobe reader application after initial logon.
    THX
    Ronen

    Which version of Adobe Reader is installed on your system? Also, please let us know which OS and browser are you using?

Maybe you are looking for

  • How to install Leopard from an external DVD reader?

    Hi, I've bought Leopard today. unfortunately, it's not yet installed on my PowerBook. As my SuperDrive is dead, I use now an external DVD (Lacie Portable DVD-RW), but it doesn't work. I can read the Leopard install DVD, but when it reboot, it reboot

  • How do I import video from Utube into Itunes?

    Hi there, I have downloaded some videos from Utube using TechCrunch onto my desktop. I have tried to import these videos into Itunes but have failed. Does anyone know how to do this please? Your help is greatly appreciated. Thanks again, muddy65

  • Blackberry deleted my Blackberry Messenger App from My Phone and Won't Let Me Re-Download It!

    A few days ago, my Blackberry decided to mysteriously delete the Blackberry Messenger application I had downloaded on my phone. When I go to Blackberry App World, it shows that the BBM Application had been installed and will not let me re-download it

  • AirPort problem

    I use ethernet for my internet connection. A friend came over to my place with his laptop and wanted internet. I used my iMac G5 ALS to share my connection through my AirPort card. It worked well. A different friend came over and wanted me to share m

  • Cannot Find Previous Purchases

    I have bought quite a few ringtones but when I change my phone or computer to a new one they don't show up in my iTunes. If I try to go and buy the same ringtones like you would do with app's it charges me twice even though the message says "You own