Need input on Interactive Forms

Hello,
Can anyone give idea on below info.
( As per my knowledge the following are not possible, any alternatives are welcome! ).
1. Suppose the interactive form contians some input fields and submit button. When the user enters data and click on submit button, the data should be validated in SAP and the status and some other data should come back Adobe layout.Is this possible?
2. If the above step possible,Based on the return values new form (interactive) should be generated and display the user. I should say this can be dynamic .
Thanks in advance.
pavan meda

Pavan,
  Use two different Webdynpro views and define outbound and inbound plug between these two and share the session data with the component controller. Once the user submits the data validate it with the back end and if it is validated call fire the outbound plug and your second view would display the new adobe form. Hope this would solve your problem. I have designed few applications as I described above. If it doesn't work for you please let me know.
Thanks!
Surya.

Similar Messages

  • Help needed in printing   interactive form

    Hi Friends
    I just developed an application  which access  ECC
    can any one guide me to print  the output pdfform
    i have opened result interactive form and placed a print button ...next which script i should use? formcalc  or
    java script..since my application is a java webdynpro .
    can  you give me the piece of code for that..formcalc
    already got the script..but  i dont know the exact java script for  printing.
    plz help me in this issue
    vivek chandra

    Hi Raja
    Thanks for that stuff..very helpful
    i  have 3 inputfields on one of my interactive form
    i was asked to fill those fileds  with predefined data
    so that once the app is run, input form fields should
    dispaly the predefiend values.in wdinit method i could
    do that using wdContext.currentelement.setName("xxx");
    i have 3 fields..three are text fields.from the third field need to eneter the date,its a PO Bapi..i did context binding ..i could drag the input  fields..
    but when iam trying to set predefiend date for the
    3rd field..its not accepting it..since it is of type
    date.. do i need to create any data type for the 3rd field in javadictionary????plz guide me in this issue
    regards
    vivek chandra

  • Help Needed with Adobe Interactive Forms scripts

    Hi Gurus,
    I have an Interactive form in which I have 5 radio buttons. Upon selecting any one of the radio buttons, some values (Ex : If user selects the first radi button 20 should be displayed in the text box. If he selects the second 21 should be displayed in the textbox.). In my script, I need to capture the checked value of the radio buttons ( They  are grouped) and how I should reference radio button on the form/subform
    Regards,
    Srini

    Where to start with scripting:
    http://www.adobe.com/devnet/livecycle/articles/lc_designer_scripting_basics/lc_designer_scripting_basics.pdf
    http://help.adobe.com/en_US/livecycle/es/FormCalc.pdf
    In first doc, check the last chapter for the most illustrative examples.
    You need to be able to get the value of the radio (var help = this.rawValue), use the condition (if (){} else {} )and set the value (this.rawValue = "").
    Otto

  • Need inputs : PO Smart form Bulgaria language in SRM

    Hi Experts,
    I need a couple of suggestions and guide lines for PO print out Smart form.
    We have requirement for PO, print out should print in Bulgaria language if the PO Vendors is from Bulgaria country.
    And if the vendor is other than Bulgaria country then it should print in the English.
    We have already a custom smart form (English)which we have assigned it in BADI for the PO Print output BBP_OUTPUT_CHANGE_SF.
    Do we have to create 2 different smart forms? One is for Bulgaria vendors and other for non Bulgaria vendors.
    And Do need to assign the 2 different smart forms in BADI based up on the vendor country?
    If I enter the fixed text (like labels) in Bulgarian language then it will automatically will print in Bulgarian language?
    And what I have to do dynamic text (which I will read from the print program input data or data base tables) ? Is there any way for the translation for these dynamic texts?
    And I tried to put some labels in Bulgarian language in the smart form, but I am not able to see in those characters in the print preview in the portal. Its showing as some junk characters asu201D#u201D. But I am able to see in Spool (GUI, SP01). Is it because of the Bulgaria Language pack is not there in my system
    looking for your valuable inputs.
    Thank you ,
    Bharathi.

    Ok here´s how it works:
    In standard logic the output type gets drawn in communication language of supplier.
    so for a bulgarian supplier, with communication language Bulgarian the output type will get drawn in bulgarian.
    This means the bulgarian form will get processed and in the form text will be drawn in bulgarian language as well if you stayed with standard logic and draw texts with NAST-SPRAS.
    in your print program in the entry routine, not any entry routine but the one which is customized in TNAPR for this output type, place following coding:
    if nast-spras NE 'BG'.
      nast-spras = 'EN'.
    endif.
    that should do the whole job.
    and NO you have absoluteley NO chance to handle this in the form.
    If you arrived in the form you are already in a certain language and it too late to do what you want to.
    Edited by: Florian Kemmer on Jul 16, 2009 3:21 PM
    Edited by: Florian Kemmer on Jul 16, 2009 3:23 PM

  • Help needed with PCR Interactive Forms.

    Hello,
    We are trying to get a prototype system going to show HR some WebDynpro and Adobe Forms technology. I'm focusing on our PCR's right now. I have fixed one problem by configuring the ABAP WAS in the java visual admin http destinations. I now want to take our ISR's and map them to adobe forms in QISRSCENARIO. I am looking at the available forms and wish to configure.
    - Transfer an Employee out of my Org - ISR_FORM_SPTR - The inactive SPTR form displays the following "The creation of this form has not yet been completed. Therefore, you cannot use the form at this time. The finished form will be available with the next release.SAP AG "
    - Move an Employee to a Vacancy in My Org - ISR_FORM_???? - This may be some old custom development on our part because I'm seeing nothing close in ISR forms.
    - Change an Employee in Current Position - ISR_FORM_SPPD - Displays form after a popup shows soem formcalc errors.
    - Separate an Employee - ISR_FORM_SPSD - Displays form
    - Change Working Time of an Employee - ISR_FORM_SPWT - Displays form after a popup shows soem formcalc errors.
    This is just a prototype so I'm not lookign to mesh all out pcr customizations. I do have some questions though.
    I can't seem to find anything telling me what adobe forms are delivered for a particular version of SAP. We are on ECC5.0.
    Is a form marked inactive simply not delivered? If not how do I activate?
    Basically we'll want to be using adobe forms wherever delivered for ECC50. Any pointers to documentation on what's delivered vs. what I'm seeing in QISRSCENARION would be greatly appreciated as well as any general docs on working with, modifying forms.
    Thanks,
    Doug

    Where to start with scripting:
    http://www.adobe.com/devnet/livecycle/articles/lc_designer_scripting_basics/lc_designer_scripting_basics.pdf
    http://help.adobe.com/en_US/livecycle/es/FormCalc.pdf
    In first doc, check the last chapter for the most illustrative examples.
    You need to be able to get the value of the radio (var help = this.rawValue), use the condition (if (){} else {} )and set the value (this.rawValue = "").
    Otto

  • Help needed (New to Interactive form Integration for PDF)

    hi all,
    I am new to this intractive form integration.
    I just want to know from where i can get the basic infomration about my current setup that i have and if there is a need to upgrade then from where i can get the installables.
    1 How can i see my current installation is running on which support pack?
    2 Where i can get the Adobe life cycle disigner I mean it comes with some NWS version or you have to buy seperately if so then from where and what does it cost
    3 From where i can get the Installable to install the ACF on my machine ? Is it also cost something or freely available.

    1. With your Java stack running, call the Engine homepage at http://<server>:<port>/index.html, and click on System Information. (You can also go there directly: http://<server>:<port>/sap/monitoring/SystemInfo.)
    The information is on the top right under Software Components. You can also use the link All components to get more details, i.e. the ADS version.
    2. Go to the SAP Service Marketplace at http://service.sap.com/download and search for 'Designer'. Choose version 7.1 if you're higher than NW 2004s SPS5, otherwise take 7.0.
    3. All ACF information is in SAP Note 766191.
    Cheers,
    Markus Meisl
    SAP NetWeaver Product Management

  • What minimal configuration i need to use interactive forms.

    Hi,
    Here NetWeaver 2004s with SP 14.I need to configure ADS for that . So can any one tell me what minimal configuration needs for interactive applications.Which credential need for that ?
    Please give me step by step solution.And provide documents if possible.
    Regards,
    Gurprit Bhatia

    Hi Gurprit,
    Below is the link for ADS configuration guide that will be most helpful to you for configuration.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/9e4e9afb-0701-0010-f8a8-b8cd093662c2
    You need to get credentials by raising a note with SAP according to note 736902.
    Refer to note 750784 for license information.
    Hope this helps!!
    Regards,
    Arafat

  • Create offline interactive forms using webdynpro java with XML data source

    Hi Gurus,
    I am having a scenario like below:
    Sales guy request for order list online from portal- Sytem receives the request and creat XML file- from xml file need to create a Offline interactive form-Sales guy fills it offline at customer site- uploads in portal -on submit xml has to be generated with captured data at customer site-Process to  ECC.
    So my questions are:
    How to create the offline interactive form  from XML?
    Once filled offline interactive form uploaded into portal how to create XML again from pdf ?
    Please give some idea on this as this is my first Offline interactive form using XML datasource.
    Thanks
    Ravi
    Edited by: Ravi Sunkara on Jul 27, 2010 5:25 PM

    Hi Otto,
    Sorry for replying lately. First of all  I did not get your suggestions as your are editing the same posting.
    Secondly we will be using WDJ. Actually in between SAP Portal and ECC we are having adobe LCES so we need to create Interactive form using XML only. Once it is filled again the form will be submitted to another application which is running on FLEX, which will process the order.
    if you can give me your personal id i can send you the detailed process
    Thanks
    Ravi

  • System requirement for Adobe Interactive forms as end user

    Hi All,
    Can any one guide me the minimum system requirement at client PC so that they can use
    Adobe interactive forms. i.e. what should be the lowest Adobe reader version and any other
    software needed to use interactive form as end user?
    I am developer So I am having latest Adobe version & SAP software's.
    So forms are working fine on my PC.
    Thx

    Hi Rohan,
    SAP Interactive forms requires Adobe Reader 7.0.9 or above for it to display/work correctly which is also clearly mentioned in SAP Note 834573 (for your reference).
    Also, in case you are using the displayType property of the Interactive form as Activex then you may need to install ACF (Active Component Framework ) also on the client's machine in order to preview the form correctly. You should use the property as native which is available in latest versions.
    Also, Please make sure that the settings in adobe reader as: Open Adobe Reader->Edit->Preferences->Internet->Display PDF in Broeser option is checked, in case you are diplaying your form in browser.
    It seems, if you check the above things your PDF should work properly on client's environment as well.
    Hope it helps
    Regards,
    Gaurav Bhardwaj

  • Execute Interactive form with JSPDynPage component

    Hi all,
    I need to use interactive forms in my project.
    Can i use interactive forms in my JSPDynpage components?
    Regards
    Gabriel García.

    Hi,
    A Presentation from tech ed
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/26e9dc90-0201-0010-a790-a7048c8bba95
    A blog
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/88e7ea34-0501-0010-95b0-ed14cfbeb85a
    Adobe Online Interactive Forms Integration into Web Dynpro for Java Applications - Webinar Details
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/cf8dc795-0801-0010-ae97-af93a0795b3f
    Regards
    Ayyapparaj

  • Problem with Input help inside an adobe interactive forms

    Hi Experts,
    I'm currently implementing a Webdynpro ABAP application containing a Interactive forms.
    I'm using Adobe Live Cycle Designer 8.0, Acrobat reader 9.2, Internet Explorer 7.0
    My problem is that when I click on the "input help" button inside the adobe form, he automatically refresh all the forms UI element with their initial values. Is-it a refresh event included when we pressed the "Input help" button or an other event? How Can I deactivate that action, event?
    Because since he automatically refresh my form data I loose the context current values.
    Thanks in advance,
    Louis

    P740741 wrote:>
    > Hi Norbert,
    >
    > Thanks for reply, yes I use ZCI and I inserted the Webdynpro script  through Utilities.
    >
    > Best Regards,
    > Louis
    strange, but you could compare the version of the zci scripting
    in your form in the hierarchy tab there are variables and the ContainerFoundation_JS script --> the first line
    // DO NOT MODIFY THE CODE BEYOND THIS POINT - xxxxxxxxxxxxxxxxxxxxxxxxxxx - ContainerFoundation_JS gives you the requested information about the scripting version...have a look at this version...
    norbert
    perhaps this note helps:
    Note 999998 - Analyzing errors with Adobe Integration of Web Dynpro ABAP
    --> for debugging!
    A client debug function is available as of SAP NetWeaver Release 7.00 Support Package 19 (or after you implement Note 1287114) and for all Enhancement Packages. Activate this client debug function using the URL parameter "sap-wd-clientDebug=X" (attach it to the URL using "&"). You can then activate the client trace using the key combination <CTRL><ALT><SHIFT>T (move the focus to a Web Dynpro UI element, for example, to an InputField, do NOT move the focus to Adobe Reader). The system opens a new browser window with the trace output. The trace may contain an error entry ("Network Error", and so on). The URL also activates the Adobe document services (ADS) trace. The trace outputs of the ADS are copied to the generated PDF document as an attachment. Open the file "Error.pdf" of the ADS trace: Form errors (for example, script errors) are listed there.
    Edited by: Norbert Prager on Oct 24, 2009 7:31 PM

  • Need help with Adobe Interactive Form Saving

    Hi Gurus,
    I need your help with Adobe Interactive form saving.
    I have written the code in pre-save event to prompt a message when user didn't enter any value before saving. The form data should not be saved upon clicking save (Just prompt the message and exit form the form). Can u please advice me how to do this.
    Regards,
    Srini

    see the link: http://forms.stefcameron.com/2008/04/
    it says:
    preSave: Failed validations will not prevent the form from being saved however Acrobat/Reader will issue a special warning message, after issuing the validation error message, to inform the user that the validations failed. Iu2019m guessing this is because the user may be saving the form to continue filling it at a later time so the save canu2019t be completely prevented.
    regards,
    BJagdishwar.

  • 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

  • Interactive form - Retrieve table inputs

    Hi,
    I am working on interactive form where user needs to enter data in table which has 2 columns.
    How can I retreive this whole table data in ONCLICK method.My cardinality is 1...n
    I am only able to  get first row using following code.
    DATA lo_nd_adobe_data TYPE REF TO if_wd_context_node.
      DATA lo_nd_item TYPE REF TO if_wd_context_node.
      DATA lo_el_item TYPE REF TO if_wd_context_element.
      DATA ls_item1 TYPE IF_MAIN=>element_item.
    * navigate from <CONTEXT> to <ADOBE_DATA> via lead selection
      lo_nd_adobe_data = wd_context->get_child_node( name = IF_MAIN=>wdctx_adobe_data ).
    * navigate from <ADOBE_DATA> to <ITEM> via lead selection
      lo_nd_item = lo_nd_adobe_data->get_child_node( name = IF_MAIN=>wdctx_item ).
    * get element via lead selection
      lo_el_item = lo_nd_item->get_element(  ).
    * get all declared attributes
      lo_el_item->get_static_attributes(
        IMPORTING
          static_attributes = ls_item1 ).
    Rgds
    Praveen

    Hi Praveen,
    In the On Submit Event use the following code. just change the Last Lines of your code so that the table can be read to an local internal table.
      DATA lo_nd_adobe_data TYPE REF TO if_wd_context_node.
      DATA lo_nd_item TYPE REF TO if_wd_context_node.
      DATA lo_el_item TYPE REF TO if_wd_context_element.
      DATA ls_item1 TYPE STANDARD TABLE OF IF_MAIN=>element_item INITIAL SIZE 0.
    * navigate from <CONTEXT> to <ADOBE_DATA> via lead selection
      lo_nd_adobe_data = wd_context->get_child_node( name = IF_MAIN=>wdctx_adobe_data ).
    * navigate from <ADOBE_DATA> to <ITEM> via lead selection
      lo_nd_item = lo_nd_adobe_data->get_child_node( name = IF_MAIN=>wdctx_item ).
    * get element via lead selection
      lo_el_item = lo_nd_item->get_element(  ).
    * get all declared attributes
    lo_nd_item->get_static_attributes_table(
        IMPORTING
          table = ls_item1 ).
    Regards
    Pradeep Goli
    Edited by: Pradeep Goli on Mar 13, 2009 4:43 PM

  • Need Sap Interactive forms Scenario.

    Hi Experts! Its an urgent,
    I need some simple scenario based on HR related for Sap Interactive forms by adobe, If it is workflow invoved also no problem. Any  one can send that plz.
    Advance Thanks,
    vikram.c

    Hi Vikram,
    If the MSS (manager Self Service) packages are deployed in your portal, you will be able to use the PCR (Personnel change Request) Forms. You can submit the forms and the approvals can be prorperly routed using the Worlkflow.
    There are a list of standard PCR forms provided by SAP. Please do look into them for a demo.
    At the R/3 end, you will get the details of these PCR forms (ISR - Internal Service Requests), using the transaction - QISRSCENARIO.
    Do dig into this link.
      <a href="https://websmp109.sap-ag.de/adobe">Interactive Forms based on Adobe</a>
    Hope you have got your answer.
    Kindly update if it helps you. Also search in SDN for relevant detials. There are many general threads in this forum, regrding introductory links.
    Thanks and regards ,
    Anto.

Maybe you are looking for

  • Ical events on desktop

    Is there a way to have daily events in ical appear on the desktop at startup? Kind of like the stickies do, but showing the events in the calendar.

  • Creation of view on single table?

    Hi Team, I have a requirement like for creaation of view on single table (QMEL) in SAP ECC side... Note: in this table i need 2o fields only....not all fields. First can we create view on single table? if  'Yes' can any one tell , How we can creat vi

  • /Library/Receipts/ Question

    I have a TON of packages in my /Library/Receipts/ folder. Is is okay to clean out all of those packages? Or are they needed? I'm thinking it could save space on the hard drive.

  • Opening Pioneer DVDRW drive door without power

    I have a problem with my Pioneer DVDRW drive on my G5. When it closes with a disk in it it sounds like a mixmaster. I suspect I accidently placed one of the clear plastic protectors that come with a new stack of DVDs together with the disk in the dri

  • I am trying to delete a video

    I am trying to delete a video from my iPhone 4S. I connect my iPhone to computer, open iTunes, select the video and go to File to select delete, the delete option is ghosted and will not allow me to select it. How can I delete this video that I have