Adobe forms: Displaying work area data in different windows

Hi,
I have a requirement of showing work area data in different windows i.e work area which has sent from program needs to come in different windows of the form. I have created a smartform which will perfectly doing the above logic. The above work area also contains amount fields. I am also passing language 'English' or 'French', based on this i am displaying some texts also.
But Client wants to see the same requirement in Adobe forms. Ao i am new to Adobe forms, I need some help for performing the above scenario. I am doing my research on this. But i want to know the steps which will not reduce the performance.
In smartform, first window contains personnel no from work area and the second window contains address from work area. Then i have created a template with employee premium amount column, company premium amount column and total of that, all these from work area. So work area will contain only one row which i have to show in different window and on template.
In Adobe forms, How can i do the same this which i have done in smart forms.
Please suggest me any one in doing this. I appreciate your answers.
Thanks,
s.vikgnesh

Hi,
Yes as Santoosh said there is no such wiondow option in Adobe forms.
But if you use webdynpro java/Abap we can acheive this.
think something like this below, if it works.
have 2 views 1st for the adobe form, 2nd view in a new window for the work area screen.
in the adobe view have a button for the work area and respective event handler.
in the event handler call this window, and then reload the same adobe form.
if from the work area form if you need value to be passed to this adobe form. have a event handler for this.
when purpose is done, close that window and set value to the required context field on the form. and reload that adobe form.
this is a fuzzy process and time consuming, unless business has no other option we dont go this approach.
but for sure this works, we did the same for a EHS process.
Cheers,
Sai

Similar Messages

  • How to display the header data on different position in alv report

    hi all,
    how to display the header data on different position in alv report.
    for example ,
    customer                                                   name
      xxxx                                                         xxxx
                     vendor        name     street 
                      xxxx         xxxx      xxxxx
    pls   help me .

    hi
    as per my understanding you need to trnasfer header internal table data  to pdf..
    please check the following links for internal table to pdf..
    Convertion of Internal table data to PDF
    This link is related to ur issue
    Re: how to insert the calling of the FM: OTF to PDF
    Thanks

  • Dropdown of all adobe forms of mss are not working

    Hi All
    <b>Dropdown in adobe forms like</b>
    Change Employee Group and Subgroup
    Change Personnel area and subarea
    <b>are not showing any values</b>.
    When I download adobe form in xml format I can all values from backend is <b>available in xml file</b>.
    Actually when I click on down arrow of any dropdown it doesn't do anything.
    I am using EP 7.0 , NW 2004 s and Adobe 7.0.8 is installed in Fronend.
    I can observe pick list for date is working.
    Please help.
    Thanks
    Rakrim

    I fixed it somehow.
    Sent from my iPhone
    On Sep 28, 2014, at 10:55 AM, Gilad D (try67) <[email protected]>

  • Adobe form displaying data of previous selected records

    Dear All,
    I have created a wd component consisting of 2 views.
    In the first view i am displaying an ALV. When i select a record and click on the alv button, the second view
    gets called which contains an Adobe Form showing the data.
    The problem i am facing is that the record which gets displayed in the adobe form is the one previous selected record and not the current record which i select.
    Kindly give your valuable suggestions .
    Regards,
    Niti

    Hi ,
    Adobe form is just an external media in your case , it has nothing to do with your data.
    Check what data is getting passed to adobe form via debuging .
    check if your getting the selected element .
    You can also post your code here if possible.
    Regards
    Kuldeep

  • Adobe form displayed is different from that in Designer

    Hello All,
      Has anyone come across this situation before ? I have created a simple adobe form in NDS (Designer) but the deployed form that appears in IE is different. Any feedback or suggestions will be appreciated. Thank you.
    from
    Kwok Wei

    Hello All,
      I think I may have just found a way to save the form. It seems that I need to select Reload + Rebuild for the changes to be updated.  I have been all this time been selecting on "save all metadata" and then "deploy new archive and run". 
    Here is my NDS version number :
    Version: 2.0.12
    Build id: 200505230145
      Do you think its a bug ?
    from
    Kwok Wei

  • Blank adobe form displayed in  web dynpro application

    Hi,
                 I have created an Interactive Adobe form using web dynpro Java. When I run the form (in IE), a blank page is displayed.
    If I keep the Adobe reader open and run the form on IE, the form is opened in reader and it's working.
    When I access the same form on a different system, there is no problem.
    Does this have anything to do with the IE settings or Adobe Reader version/ updates.
    I have checked the adobe reader version and it's the same on both the systems.
    Version:
    Adobe Reader Version : 8.1.2.
    Adobe Designer 7.1
    SAP NW 2004s - SP 15
    Thank you,
    Vasu

    Not sure what the problem could be, here are some suggessionsu2026
    Check whether you have enabled the option Display PDF in browser in the Adobe Reader.
    I should be under:   Edit > Preference > Internet
    Also, in your Web Dynpro Application, try to set the u201CdisplayTypeu201D property of your Interactive form to ActiveX
    Else, just try upgrading your Adobe Reader to latest version!
    Hope this helps,
    Harman

  • Values not capture during adobe form display on pa30.

    Hi Experts,
    I have attached Adobe Form into Transaction PA30 in which form values are not capturing during form display,
    But its displaying at the time of form generation on ZHINUREQ_CORRS_LETTER program.
    Kindly give suggestion.
    Regards,
    Abdul

    Hi Saujanya,
    This could by caused by the network, the used browser or additional browser plugins. Try to do the following:
    1. Test with an alternative browser (if you are on a SP which supports different browsers than IE, see PAM, http://service.sap.com/pam): If it works with Firefox, then you know the problem is caused by IE and not by the OS, network, ...
    2. Deactivate/uninstall all additional browser plugins/add-ons (like google toolbar, Yahoo toolbar, ...)
    3. Create a client trace as explained in SAP note 999998. Maybe there's a hint in the trace. Watch for something like "ERROR".
    4. Install a HTTP sniffer (like "fiddler") on both machines and compare the network traffic. Maybe there's a request with a 4xx HTTP status code?
    5. How is the machine connected to your network? Is it behind an additional webproxy?
    Hope one of this helps,
    Ralf

  • Can we store values @run time in Adobe Forms when there are multiple views

    Hi,
    I am new to Web dynpro Java - Adobe Forms. I working on a solution for the following scenario.
    I have 3 Views (each an adobe Form) in a web dynpro component.
    I have to capture the user entered values in View1 and View2 (PDFs) and display them in VIew 3 (another PDF)
    I am able to capture the values in the recent view. (view2) but the values from the view1(Context elements ) are cleared.
    Can I hold or store the values from the first view like we do in java using session variables??
    Also, if there is any other way out, please let me know.
    Version:
    NWDS 7.0.1
    SAP Netweaver SP12
    Adobe Designer - 7.0.1
    Thanks in Advance.
    Vasu

    I got the solution

  • Adobe Form not work in SP09

    Hi,
    I'm developing an Abap Web Dynpro with Adobe Interactive Form inside.
    I have correctly setting these parameters: InteractiveForm.enabled = true,
    InteractiveForm.readonly = false; but when I execute the Form all fields are
    in read only mode.
    My system is ECC sp06, SAPKB70009 and SAPKA70009, but I can't patch the system.

    I implement these note:
    1- Note 981638 - Dynamic forms are not supported in Web Dynpro ABAP
    2- Note 1018060 - Adobe: Locale has invalid country/language combination
    3- Note 999997 - Setting usage rights unnecessary with Adobe integration
    Insert these code in WD Page:
    method WDDOMODIFYVIEW.
    data: LR_INTERACTIVE_FORM type ref to CL_WD_INTERACTIVE_FORM,
    LR_METHOD_HANDLER type ref to IF_WD_IACTIVE_FORM_METHOD_HNDL.
    check first_time = abap_true.
    LR_INTERACTIVE_FORM ?= VIEW->GET_ELEMENT(u2018INTERACTIVE_FORM_1u2019).
    LR_METHOD_HANDLER ?= LR_INTERACTIVE_FORM->_METHOD_HANDLER.
    LR_METHOD_HANDLER->SET_LEGACY_EDITING_ENABLED( abap_true ).
    . endmethod.
    Now Interactive Fom works correctly

  • Adobe form is not posting data

    Dear Experts
    I am facing problem in vendor creation using adobe form .
    i  developed a remote function module  to create vendor and used Batch Data Communication to update  T Code  XK01 when i execute it runs fine . when we see that vendor using T code XK03 it is seen in the vendor list. but when i create vendor through the form  vendor is not created.
    but when i applied the same procedure  to update a z table through a function module it  works. Please help what to do.
    Thank You.

    HI Mustafa,
    The versions look ok and this should not have happened. Did you upgrade your ECC application from which you are calling Adobe Interactive forms, if so let me know ECC upgrade details.
    Are you using adobe interactive forms for ESS and MSS.
    Did you check the default trace, you can also activate the adobe logs from visual admin
    Go to Visual Administrator for your J2EE engine.
    Server -> services -> Log Configurator.
    Then select 'To Advanced mode' and 'Locations' tab.
    Root Location -> com -> sap -> engine -> services -> webservices -> server -> runtime -> com -> adobe_adobeDocumentServices -> AdobeDocumentServices
    Please change this node to 'ALL' and save configuration.
    All ADS trace will be written in DefaultTrace of server node.
    After you finished your test, don't forget to change log level to 'default'
    If you cannot find any useful information in default trace, please forward it to me.
    Thank You,
    Praveen

  • Adobe form-Able to post  data using Adobe Reader 9 but not with Adobe Proff

    Hello Guru's
    I am facing one problem with adobe forms.
    We have develoed a adobe form using adobe reader 9.
    Now when user are posting the purchase requistion using the form,they are able to post the data using
    Adobe Reader 9 but not with Adobe Reader professional.
    Can anyone please advice me what can be the problem here.

    Adobe Reader 9 can't save the old FDA forms. FDA must update their forms.

  • Adobe form not working after MSS Patch Upgrade

    Hi,
    We have implemented ESS/MSS and in one of the MSS scenario to create a new personnel chnage request we have an Adobe interactive form (WD) which actually validates the users Social Security number by calling an RFC in the ECC 6.0 and updates the form's filed on the front end. There was an issue of "Expired SSO Ticket" and to resolve this SAP recommended to apply SAP_JTECHS (SAPJTECHS13P_14-10003467) and SAP_JTECHF (SAPJTECHF13P_15-10003468) patches to fix the problem. But after applying these patches Adobe form for PCR has stopped working and it just gets hanged, form appears on the front end and when user enters the values and hit enter to validate, it doesnt communicate with the Backend ECC system only the SAP status picture keeps rotating, i turned the trace ON and checked it, its not at all communicating with the ECC system. Where as in other systems where we have not appplied the pacthes, those are working fine. One of the error i noticed in the server log is as below:
    jco.client.mysapsso2=AjExMDAgAA5wb3J0YWw6QkNPTFNUT4gAE2Jhc2ljYXV0aGVudGljYXRpb24BAAdCQ09MU1RPAgADMDAwAwADU1BEBAAMMjAwODExMDMxNjU3BQAEAAAAEAoAB0JDT0xTVE//AQUwggEBBgkqhkiG9w0BBwKggfMwgfACAQExCzAJBgUrDgMCGgUAMAsGCSqGSIb3DQEHATGB0DCBzQIBATAiMB0xDDAKBgNVBAMTA1NQRDENMAsGA1UECxMESjJFRQIBADAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3DQEHATAcBgkqhkiG9w0BCQUxDxcNMDgxMTAzMTY1NzQwWjAjBgkqhkiG9w0BCQQxFgQUfD7V7TS!58cgzIFyucxCSL4ltuswCQYHKoZIzjgEAwQvMC0CFA4Q0!Rr2xYFPwFwXz8WeFF1UALlAhUAmHiTdHw!3s4Q!Jc9gDyY4QSvxa4=, user=, mshost=sapdv2.company.com, r3name=DV2, jco.client.type=B, jco.client.trace=0, group=SRS, codepage=1100}
    Client not connected#
    #1.5 #76C1EDD07B440026000000000007501600045ACC2EF6809D#1225732914577#/Applications/BusinessLogic#sap.com/home~zb2bzsrs#com.sap.isa.core.eai.sp.jco.JCoConnectionStateful#BCOLSTO#1480##hadspd1.bnet_SPD_306896250#BCOLSTO#daca9e30a9cb11dd99c976c1edd07b44#SAPEngine_Application_Thread[impl:3]_19##0#0#Error#1#/Applications/BusinessLogic#Java###Error occcurred in EAI layer "".#2#com.sap.mw.jco.JCO$Exception: (104) RFC_ERROR_SYSTEM_FAILURE: Error in module RSQL of the database interface.#parameters: [client]='null' [user]='null' [language]='null' [ashost]='null' [systemnumber]='null' [mshost]='null' [gwhost]='null' [gwserv]='null' [group]='null' [systemid]='null'
    Properties: {passwd=?, lang=en, client=150,
    Can someone please suggest what could be the possible reason for such a problem with Adobe form and whats the way out to resolve this. Appreciate a quick help in this regard.
    Thanks in  advance,
    Sarabjeet.

    Hi,
    We had the same issue after the Patch update to SP17 in both Backend as well in Portal, to resolve my colleagues had a look at the standard forms which were working and found that because of the patch update the script used in the custom forms was changed and not the standard and
    on event trigger which was processed in the container they replace the script to the standard one. and it started working.
    But this is not the solution we are looking at solution on having the same version of script as in the standard even after the patch update.
    So to your point to resolve compare the scripts in both standard and customized forms and do the same.
    And also have a look at the SAP Note: 1109392
    .... this is a temporary solution.....
    Hope this helps.
    Cheers-
    Pramod

  • Adobe Forms not working in Mini SAP

    Hello,
    I´ve installed Adobe Lifecycle Designer in my computer and later I´ve installed the certificate under https://www.sdn.sap.com/irj/sdn/nw-downloads, so I´m supposed to be able to work with Adobe Forms in Mini SAP (trans. SFP) but nope.
    It should work as stated in some posts in this forum, but negative. Reading the posts, seems like many of you are also unable to work with it. Curiosly I worked with it in 2 cases and don´t know what happened that it comes and goes.
    Hopefully some one from SAP can tell us how to make it work.

    Hi Alvaro,
    After installing Trial NW CE EHP1 Java Stack, how install the essential credential file available at [https://www.sdn.sap.com/irj/scn/downloads?rid=/library/uuid/10e507e7-2670-2a10-0ba5-eaaabdf7c221] for Adobe Interactive form acttivation ??
    Have downloaded credential file dont know how to import it ??
    Any help would be gratefull.
    Greetings
    Prashant

  • Web dynpro Adobe Form Display In Portal

    Hi,
    I have a Web dynpro Abap application which triggers a adobe form, which is displayed fine when previwed from Web dynpro Abap, but the same application when inegrated in portal it is not displaying the adobe form in portal.
    Any help would be greatly appreciated.
    Thanks in advance.
    Regards
    G Suraj

    Hi Suraj,
    As you have written that you are using ADOBE Form, So you check with your Portal Admin that
    ADS services are configured in Portal or not ??
    Regards,
    Piyush

  • Adobe Form showing previous records data

    Dear All,
    I have created a wd component consisting of 2 views.
    In the first view i am displaying an ALV. When i select a record and click on the alv button, the second view
    gets called which contains an Adobe Form showing the data.
    The problem i am facing is that the record which gets displayed in the adobe form is the one previous selected record and not the current record which i select.
    Kindly give your valuable suggestions .
    Regards,
    Niti

    this doesn't sound like an adobe issue. you need to set a breakpoint and check which record you're really passing to your interface

Maybe you are looking for

  • MOVING iTUNES FROM OLD EXTERNAL DRIVE TO NEW EXTERNAL DRIVE

    My iTunes folder is currently on an old exHD, and I want to move the folder to my new exHD. I tried "Consolidate," but it froze during the operation (twice). Then I dragged the folder to the new exHD and it copied it perfectly. But iTunes still reads

  • Problems with SOAP Adapter/Interface

    Hi Experts, we currently try and experiment with XI 3.0 Stack 09 and the SOAP adapter respectively. We started with a simple interface (foo..., see wsdl attachment) that we want to provide by XI. All configurations (SLD, Integration Repository, Integ

  • How can I set the time to remove trash items?

    My trash folder used to empty automatically after a week or so but it no longer empties automatically. Can anyone help me? Thanks.

  • Can't sync my ICalendar... it's bugging

    Hi Guys I have added all my meeting and trips with Microsoft Outlook 14.3.5, I had a bug to sync my Ipad the sync is working fine from Outlook to Calendar but as soon as I try to sync via Itunes my calendar to my Ipad, Itunes is running for hours and

  • Any way to encode faster ?

    Hi I have a Macbook Pro 2.5Ghz 4gb memory OSX 10.6.6 I encode a lot of EyeTVHD video clips. It is a slow laborious process. I mean it takes 6 to 12 hours for some. EyeTV tells me that even its own hardware driven Turbo264 would not enhance encode tim