Print problems with Adobe Interactive Forms

Hello Experts,
if i push the print preview button or the print button out of transaction SFP, or out of the Test  
Program FP_TEST_00, then the sandglass appears. But nothing happens.
can you help me?

No i can answer my question by myself.
we have 3 sap-systems printing via one ads-machine.
the problem was, that the second sap-system was not maintained as a separate destination in visual administrator on the ads.
so the sap-system could send an request, but got no answer.

Similar Messages

  • Data Passing Problem with Adobe Interactive Forms

    Hello all,
    I am trying to create a Guided Procedure to implement an offline Adobe Interactive form. This form is based on the standard Requisition Request form used in MSS for e-Recruiting.
    I've copied the standard form and updated the layout to ZCI using the appropriate transaction (not manually). After that, I've changed the Interface and layout. But to get the Form in the portal you need to have a .xpd file. Therefore, I've tested the form in preview mode, saved a copy as a PDF file and opened this copy in the standalone Adobe Lifecycler Designer. In the standalone version you are able to save the form as a PDF (not possible using transaction SFP).
    My question 1 is if this is a wrong approach and there is a better way to retrieve the xpd file.
    Next to that, I wrote a RFC function to retrieve data in the backend. This function is working and now I try to pass the data to the Form in the GP (using prefilling). The data is never passed, any points that I need to check there. The data used to export is a structure that contains a number of table types, because Adobe has issues with importing tables it seems. The form is working correctly in the backend.
    Points will be rewarded for helpfull awnsers!
    Kind regards & thanks in advance...

    Check double post

  • Problem with adobe interactive form

    Hi everyone,
    Is there another technology to create a form
    that allow calling RFCs from SAP,
    save the form on the local machine,
    update/insert data and do digital signature ?
    Thanks.
    Regards.

    Hi David,
    To create a form that allow calling RFCs from SAP, you can do this using Adobe Interactive Form. This will absolutely work.
    Best Regards,
    Shital

  • Problem with ADOBE Interactive forms

    Hi Gurus,
    I have a form which contails fields after dynamic table records. I need to display the signture and other details after I populate the content of the table which is inside my master page. I am calling this form from my se38 program.I have used table type to display the data. Can any body advice me how to do it.
    Regards,
    Srini

    Good mate..
    Follow this design approach bring your table design from master page to the layout
    Form1 ---Form Elements Root node
    |---SubForm_Form2 (Parent form with layout type flowed top - bottom & allow page breaks with in content)
                   |--- Suborm3( layout type fixed)
                            |----------Table.
                   |---Subform4(for your independent field including signature layout type fixed)
                           |------- All the independent fields
    With this approach at all times you will see the table data first followed by your signature fields also the advantage is that even if the table data is spread across more than one page it will automatically move to the next page and will see the signature only once afte completion of this table.
    Does it make sense, let me know if you need more help.
    Cheers,
    Sai

  • Problems with Adobe Interactive Forms

    Hi,
    I'm working on a report that have a header with two dynamic tables (with fixed rows count) and the body have other two dynamic tables with a large amount of data.
    The first doubt is:
    I put my header on the Master Page, and in the first page of report, the header data appears ok, but when the second page comes, just the data contained in the root node appears in the header. Neither the data contained in a node 1..1 appeared.
    The second doubt is:
    In the report body, I've two dynamic tables with a large amount of data, so, when my table reach the end of the page, I need to add a page break and continue in the next page, adding the column header again. I'm trying to set the "Allow Page Breaks within Content" and "Overflow Leader", but I can't set these properties in a subform of type "Flow Content", flow direction "Table". So, how can i add Page Breaks ?
    Thanks in advance
    []'s

    Perhaps your interpretation of the Master Page is different than mine.  I never put anything but static content in my Master Page.  For instance for the form in my weblog my Master page has a head with a logo and Footer with a page number and some static text. 
    In my Master Page I have single Page that I called MainPage. I then create a Content Area within this MainPage. 
    All of my variable elements go into a separate Page.  I set that entire page object as Flow Content (flow direction Top to Bottom) with Allow Page Breaks within Content marked.  I set the Place to (in Content Area "Name" where Name is the name of the Content Area in the Master Page).  The After is set to Go To Page MainPage(Back to the Master Page Object). 
    With this my paging with tables and Master Page content all work correctly.  I can do page breaks and repeat my table headers, but continue the content normally.  Hopefully this helps.

  • ISR with Adobe Interactive Forms: java.io.FileNotFoundException

    Dear SDN readers,
    I am currently working on an ISR with Adobe Interactive Forms project, and I must say that I find the configuration rather complex, however until now I kept making progress.
    Now I've come to the next error given by webdynpro, when testing the scenario from the testbutton in transaction QISRSCENARIO:
    java.io.FileNotFoundException:
    .\temp\webdynpro\public\sap.com\pcui_gp~isr\webdynpro\
    Components\com.sap.pcui_gp.isr.isrprocessevent.showform.
    VcISRShowForm\
    ..\..\sap.com\pcui_gp~isr\IsrForm\
    ~wd_key18_1135844968237\unknown.pdf 
    ... <i>(some more info)</i> ... (The system cannot find the path specified)
    Indeed, this path does not exist on our portal. I assume this has something to do with credential files, but since the ADS is running fine from ABAP I cannot see why.
    Has anyone experienced this before, or can someone point me into a direction to look for?
    Thanks in advance and best regards, Hans

    Found it. The problem occurs on the conbination ECC SP8 and Netweaver 13.
    See note 874130, but make sure to read it in German.
    Message was edited by: Hans Gmelig Meyling

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

  • WebDynpro with Adobe Interactive Forms

    Hello Experts,
    We use Java Webdynpro with Adobe Interactive forms. We have 2 local development components. In the first development component we create a PDF and mail that PDF to client. De mode we used for PDF creation in 'UpdateDataInPdf'.
    The client fills out the PDF and send it back to office by mail.
    The second development components reads the mailbox and displays the PDF. The mode for this PDF display is 'UsePDF'. We use a PDF utility to transfer the data from PDF to the context. We can change the data in the PDF but is not reflected in the context. How can I fix this.
    Regards,
    Patrick Willems

    HI
    In the Web Dynpro for Interactive forms document
    http://help.sap.com/saphelp_nw2004s/helpdata/en/aa/940ee5331b4b8fa0a6cb6714dc5db4/frameset.htm
    Please find the required info at this link -
    https://www.sdn.sap.com/irj/sdn/interactiveforms
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/d1088b7e-0c01-0010-c78e-984c0537e3ec [original link is broken]
    please Refer this links
    thank you
    Tulasi.Palnati

  • Default printer problems with adobe 10.1.2

    I was having problems printing PDFs since upgrading to 10.1.2.  After reading and trying many recommendations, I happened to notice that my default printer(I have only one printer) was listed twice on the print window.  The first (default) printer is spelled "HP PSC 2350 series" (upper case 'PSC')  The second is "HP psc 2350 series" (lower case 'psc') .  The printer is named 'HP psc 2350 series' in my printers and devices, and if I select this printer, the page will print perfectly.  Now that I have solved my printing issue,  I would like to change the default setting on the adobe print window to come up as the active link, so I don't have to continue to select a different printer everytime I wish to print a document.  The printer by the lower case "psc" name is set as the default printer in printers and devices, and I cannot figure out why it doesn't come up as the default printer on the adobe reader print window.  I also cannot figure out how to change the default in the print window.   An added interesting fact is that I get no response in the print window when I try to select "preferences' or 'advanced' for the upper case 'PSC' printer.
    My computer runs in Windows 7 (64-bit).  The printer is HP psc 2355xi all-in-one.  Any suggestions are much appreciated

    I have not been able to select a different default printer for Adobe,  but I can print if I manually select the correct link everytime.
    Date: Tue, 6 Mar 2012 13:16:52 -0700
    From: [email protected]
    To: [email protected]
    Subject: default printer problems with adobe 10.1.2
        Re: default printer problems with adobe 10.1.2
        created by AMG13 in Adobe Reader - View the full discussion
    I am having the same issue.The correct printer is selected as the default printer on the control panel and there is no driver with the lowercase convention.However, the first printer option that appears is the lowercase convention. Is there any way to select a default printer for specifically for Adobe, as opossed to the PC itself?
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4248912#4248912
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4248912#4248912. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Adobe Reader by email or at Adobe Forums
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Problem with Sap interactive form by Adobe control

    Hi,
    I'm using NWDS version 7.0.21  .
    I downloaded and installed LiveCycleDesigner 7.1 from service.sap.com  .
    I restarted my computer.
    I start NWDS and open an existing WD java project, and i tryed to  add an adobe interactive form control into existing view.
    That time error below poped-up.
    How can i fix this problem.
    Thanks.
    Error
    JVM terminated. exit code = 1
    c:\j2sdk1.4.2_16\bin\javaw.exe
    -Xmx 512m
    -Xms128m
    -Xx:PermSize = 32m
    -Xx:MaxPermSize=128m
    -DallUserDir='C:\ProgramData'
    -cp C:\ProgramFiles\SAP\IDE\IDE70\eclipse\SapStartup.jar
    com.sap.ide.eclipse.startup.Main
    -os win32
    -ws win32
    -arch x86
    -feature com.sap.java.ide
    -showsplash C:\program Files\SAP\IDE\IDE70\eclipse\SapIde.exe
    -showsplash 600

    It must be installed LiveCycle Designer 8.0 for NWDS 7.0.21

  • 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

  • Loadrunner / ecatt with adobe interactive forms

    Has anyone tried either eCATT or loadrunner with an Adobe interactive form inside of a webdynpro app yet? We are getting ready to, but won't be ready for about 2 - 3 weeks. Any advice or comments would be appreciated.
    bkpf

    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

  • Hanging issue - with adobe interactive forms

    Hi Guys,
    I' am facing the following problem with the adobe interactive forms. After the successfull completion of 6 to 7 round trips,
    the form is hanging next time. Let me know if you people have faced the same issue and what was done.
    Thanks,
    Aravind

    Hi,
    Some more information on the issue. I' am using HCM forms and processes to develop the forms.
    Ther problem is only happening to two forms which are more than 200Kbytes. Is there any size
    restriction for the adobe forms developed. if yes, please let me know.
    Thanks,
    Aravind

  • Error while executing WebDynpro Application with Adobe interactive forms.

    I have created a webDynpro application which involves an adobe interactive form. When i deploy and run the application, i am able to deploy it on the J2EE engine on the EP server but while executing it, i get the following exception -
    <b>Error Summary
    While processing the current request, an exception occured which could not be handled by the application or the framework.
    If the information contained on this page doesn't help you to find and correct the cause of the problem, please contact your system administrator. To facilitate analysis of the problem, keep a copy of this error page. Hint: Most browsers allow to select all content, copy it and then paste it into an empty document (e.g. email or simple text file).
    Root Cause
    The initial exception that caused the request to fail, was:
       com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Error during call to AdobeDocumentServer: Processing exception during a "UsageRights" operation. Request start time: Thu Oct 12 17:30:39 GMT+05:30 2006
        at com.sap.tc.webdynpro.clientserver.adobe.AdobeFormHelper.createPDFDocumentForUIElement(AdobeFormHelper.java:486)
        at com.sap.tc.webdynpro.clientserver.uielib.adobe.impl.InteractiveForm.afterHandleActionEvent(InteractiveForm.java:185)
        at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.afterHandleActionEvent(ClientApplication.java:1154)
        at com.sap.tc.webdynpro.clientserver.task.WebDynproMainTask.handleActionEvent(WebDynproMainTask.java:402)
        at com.sap.tc.webdynpro.clientserver.task.WebDynproMainTask.execute(WebDynproMainTask.java:649)
        ... 21 more</b>
    I would appreciate any help in this matter.
    Thanks...

    Hi,
    Check the note in this site...
    https://websmp204.sap-ag.de/notes
    Regards,
    <i><b>Raja Sekhar</b></i>

  • 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

Maybe you are looking for

  • Mac os 10.6.8 & hp officejet pro 8500a plus (910g) stopped printing wirelessly​.

    hp officejet pro 8500a plus (910g) prints from mac os 10.6.8 with a usb, but stopped printing wirelessly HP Network Configuration Page states Network Status: ready and Active Connection Type: Wireless Wireless Network Test Report - looks A-O.K. Turne

  • Can't launch iTunes due to previous version of QuickTime installed

    I installed an older version of QuickTime, now I can't launch iTunes anymore. In Control Panel, I have QuickTime 32--version 2.11.57 listed. I did everything in the document http://discussions.apple.com/thread.jspa?messageID=3366434&#3366434 but noth

  • VCloud REST API - Change computername on VApp Instantiation

    I am using the VCloud REST API to instantiate a VApp from a Vapp template When I POST the following XML <?xml version="1.0" encoding="UTF-8"?>   <InstantiateVAppTemplateParams xmlns="http://www.vmware.com/vcloud/v1.5"  xmlns:ovf="http://schemas.dmtf.

  • Link of table EKKO,EKPO,EKET,KONV

    Hi Experts, Now , i am writing a program to print purhchase order, and i met 2 problems. 1.why it is different price between 'net price' and 'condition price'? sometimes, they are different. 2.the net price always is wrong. so i need to get the price

  • IPod touch gen 2 software update

    Hi. I have an iPod touch generation 2. Can I get iOS 5 or an least late enough to get a few game apps for my son? Thank you