Converting Webdynpro java view to PDF

Hello Expert,
Any idea if there is any simplest way available to export view format(data ,layout) in PDF without writing much code or using opensource apis or ADS.
Any suggestions will be useful.
thanks,
Siddharth

Things like that are normally done with the "Interactive Form" UI Element with which you can use the integrated Adobe Forms environment. For more information have a look at the Integrate Online Interactive Forms by Adobe

Similar Messages

  • Dynamic rendering of WebDynpro Java View

    Hi,
    For the project work I have to render the WebDynpro Java View dynamically.
    Here I need to get the UI Element. From there I need to get the
    context with which UI Element like Input field, Dropdown are binded. I am able to get the UI Elements from the Root Element of View.
    However I could not retrieve the context type which is binded to the input field. Could you please let me know if it is possile to
    retrieve this information.
    Thanks and Regards,
    Sanjeev
    ESS Development

    Hi Sanjeev,
    Check this links.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/6fdae690-0201-0010-a580-d104b459cb44
    Re: Create Dynamic Table
    Regards,
    Mithu

  • Incomplete load of a webdynpro Java view

    Hi All,
    I have a page containing a Webdynpro Java iview and an abap iview.
    When I navigate to this page, then my first iview does not load completely.
    In this first iview, there is a view containing a breadcrumb, a transparent container and a phase indicator at design time.
    At runtime, I add steps to the breadcrumb, input fields to the transparent container and phases to the phase indicator (I have to do this at runtime as these are decided dynamically based on data returned from an RFC).
    The problem is that when this iview is loaded along with the second abap iview, then it is incomplete. Steps are displayed in the breadcrumb, input elements are displayed in the Transparent container, but phases are not displayed in the phase indicator.
    Also the event handlers for the steps in the Breadcrumb are not called when I click on a particular step. In fact wdDoModifyView is not called at all when I click anywhere.
    All this works completely fine if I remove the abap iview from the page or replace the abap iview with a Java iview.
    But the strange thing is that if I create a page with any other Java iview and the same abap iview, then everything works fine. So there seems to be no problem with the abap iview also.
    I hope someone can help me with this.
    Thanks in advance !
    Regards,
    Sadaf.

    Hi Sadaf,
    make sure all links on that page are using the same protocol i.e.  all http or https. if there is a difference in protocol with any app the web dynpro does not load correctly.
    Regards,
    Raj

  • Convert Webdynpro Java WebService

    Hello,
    I have a Webdynpro Java Application deployed on the Portal Server. I want to convert this Application to a WebService and call it from a BSP Application . How can I achieve the same ?
    Any help would be highly appreciated.

    Hi,
    As John rightly pointed out, you cant convert a webdynpro java app to webservice. as wd java is meant for UI developing. But you can convert a RFC to webservice and can use it in your application.
    Kindly refer this link for more information:
    Converting a RFC enabled function module to a webservice
    Hope this will help you.
    Regards,
    JIthin

  • How to create a calender view in webdynpro java EP 7.0

    Hi ,
    I want to create a calender view in webdynpro,
    Requirments are
    1. it should be current month view
    2. Below each day i want to show office in-time and out-time in two cloumns(these values will be coming tru RFCs).
    ie
    1
    10am | 4pm
    Is this possible in webdynpro java EP 7.0 ?
    Please help me
    Thanks
    Kumar

    Hi Kumar,
    If you are using EP7.0, there is no calendar UI element in webdynpro development. There is only date navigator UI element. This is demonstrated in the below article.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c059344a-1930-2d10-6e8a-dcec5f94993e?quicklink=index&overridelayout=true
    Regards,
    Ganesh N

  • CATS webdynpro Java - working times in weekly view

    Hi Team
    1.  Start & end time in Weekly view : Requirement is to allow shift planning employees to enter their working times in  weekly view itslef. But as I had discovered that it is possible to enter it only in dailuy view of webdynpro Java application in ERP 6.0.
    I came across a better Webdynpro ABAP application which exactly fits the requirement but it is part of EHP5, getting a mini upgrade for one application was also rejected. is it possible to implement in a short period of time without great impact ..anybody experienced on this?
    http://help.sap.com/erp2005_ehp_05/helpdata/EN/30/e67780e37f4f5a90105a9e9205660f/frameset.htm
    So I am again back to finding way to enhance the weekly view.I read all teh therads...didnt find anyone successful
    2. Default Attendance type & target hours & start & end times from Infotypes : CATS0002 exit is called only when we go to next step ,is there any other way to default as soon as CATS screen is loaded ?
    Any help would be greatly appreciated & rewarded.
    Thanks
    Edited by: Nidhi Guglani on Mar 10, 2011 5:17 PM
    Edited by: Nidhi Guglani on Mar 14, 2011 12:10 PM

    Hi Suresh,
    Thanks for your valuable inputs. I went and looked into the java file and found bit different.I dont see how they are getting the column headers like Saturday,Sunday,Monday...
    Basically I need to keep one 'Submit' button on top of my table and on click, it should populate 8 hrs in the correspounding column.For eg. if its monday, it should default 8 hrs in monday column so  that user dont have to manually type it in and also save these working hrs in the backend system without further click on 'Save' or 'Review'.
    I still need to check with the ABAPers regading the user exit.
    Also, Is it possible if I create a custom webdynpro application where I can use a BAPI that takes in the current day from my webdynpro and update the cats database and send an export parameter with success or error message.
    Thanks
    Anjana

  • How to create a word document or a pdf through webdynpro java

    Hi All,
    I have a requirement where in i need to create a word/pdf document with a certain template form.
    When the user clicks on a  button then the word document with a template should be created and saved in his/her desktop.
    I need to know what is the procedure to create a document.
    If anyone has worked on it then please help me out.
    Thanks and Regards,
    Pradeep

    Hi Pradeep,
    For creating PDF documents in Webdynpro Java you can use  "iText.jar" .
    to know more about creating PDF using iText refer these links.
    http://www.brothersoft.com/downloads/itext-jar.html
    http://www.lowagie.com/iText/download.html
    Regards
    Sridhar

  • Creating a pdf from Webdynpro iview using "WebDynpro Java"

    Hi everybody,
           I have a requirement like creating a pdf file from the iview content in a web dynpro project.  
           Can any one explain me the procedure as well as code how to create a pdf from the table content using the "WebDynpro Java". 
    Thanks in advance,
    Naveen

    Hi Naveen,
    To be able to use PDF forms in Web Dynproapplications:
    ��SAPNetWeaver Developer Studio(minimum SPS 11) is installed
    ��Adobe LiveCycleDesigner7.0 is installed
    ��Adobe Reader7.0.x is installed
    ��SAP NetWeaverWeb AS Java compatible with the DevStudio s installed
    ��The Adobe Document Services are deployed and configured on the SAP J2EE Engine.
    ��The Active Component Framework(ACF) of the Interactive Forms integration is installed. (not mandatory)
    �� Internet Explorer(version 6)
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/2b6db1c4-0801-0010-faa5-ff4b4df55b45
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/63f09fc2-0401-0010-1482-dbf9891e7613
    Web Report to PDF
    /thread/104121 [original link is broken]
    Dynamik PDF
    Create Adobe PDF for user to download and print
    Online PDF
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/8d7b9e7d-0c01-0010-2495-947691554cb7
    Regards,
    Mithu

  • How to send pdf attachment through mail using Webdynpro-Java

    How can i send the Adobe Interactive Form with data involved as a PDF attachment to mail? using Webdynpro-Java.
    Is there any Adobe API or jar file for generating pdf?
    Helpful answer is highly appreciable and rewarded with points.!

    Hi Sankar,
    try [Offline Interactive PDF Form Using E-Mail|/docs/DOC-8061#49]
    Michal

  • PDF Forms embedded in Webdynpro Java - Can eCATT recognize???

    Hi All,
               Will eCATT be able to identify the PDF forms embedded in Webdynpro Java applications.....
    Thanks in Advance
    Puru

    I think it will not. I am almost sure it will not. Any new complex screens are a challenge to eCATT. Flash, Flex and sometimes even trees.
    Says,
    Justin

  • How to access ISR scenaros / PDF Forms to Webdynpro Java

    How do we access the ISR Scenarios / PDF Forms created in R/3 to a WebDynPro - Java application. I don't think we have to use BAPIs to access these Adobe Forms.
    Any insights is really appreciated.
    Thank you very much ....
    Waiting for any replies

    Hi,
    Well, As such I learned these HR Forms from this ISR Cookbook itself. I too delivered couple of ISR/PCR based applications. I also refered the Standard Forms and the related BADI's to get to understand the ISR Architecture.
    As such,I dont think you can get any precise document for HR Forms.
    But, you can always get Custom PCR Documentation from
    <b>https://websmp202.sap-ag.de/mss</b>
    In this link, access the Documentation-Internet Service Requests and Personnel Change Requests part.
    These documents will certainly be useful for you.
    Regards,
    <i><b>Raja Sekhar</b></i>

  • Large PDF file size in Webdynpro JAVA

    Hi All
    I have imported a PDF in Webdynpro JAVA using InteractiveForm UI element. During application execution the size of the PDF seems drastically increased and the application performance is very poor.
    If I make the PDF form as readonly then the size seems normal.
    Any suggestions on the size increase issue with interactive PDF forms in Webdynpro JAVA.
    EP 7.01 SP5
    ADSSAP 7.01 SP5 (1000.7.01.5.0.20090825153742)
    Thanks in advance
    Geogi Luke

    When I make enabled property to false in the UI element, then the size is less than 300KB
    This is ok, it works this way.
    I think some additions are happening at runtime to the PDF and the size is increasing.
    Open the file in WD and save it immediately. Work with the form and save it again. Compare.
    I am using lifecycle designer 7.1 for developments.
    If you can, upgrade to 8.1, you´re efficiency will improve significantly. And of course.. your user experience will change;))
    Note 1176858 - Adobe LiveCycle Designer 8.1 Installation
    Regards Otto

  • Convert smartform output in to PDF using CONVERT_OTF function  how to do it

    Hi Anil , and  Hi All
             I am trying to display smartforms output in java webdynpro
             for that i have got the following code in sdn.
               can anybody please clarify these doubts in the  below code
               1) What are the mandatory input and output parameters
                   I have to pass here in this code to my application
               2) please check my previous post also in this regards please
       . Please reply at the very earliest. Check the below code
    Convert smartform output in to PDF using CONVERT_OTF function module and you can write pdf using parameter 'binfile' of this function in WebDynpro using the following code:
    It is copied from my prg. I hope you understand it.
    public void onActionGetQuote(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent )
    //@@begin onActionGetQuote(ServerEvent)
    wdThis.wdGetOppt_QwriterCustController().executeZquote_Writer_Input();
    String fileName = wdContext.currentZquote_Writer_InputElement().getOrder().toString().trim() + System.currentTimeMillis() + ".pdf";
    String pdfOutput = new String(wdContext.currentOutputElement().getBinfile());
    if (pdfOutput != null)
    try
    String pdfResoucePath = WDURLGenerator.getResourcePath(wdComponentAPI.getDeployableObjectPart(), fileName);
    FileOutputStream fileOutputStream = new FileOutputStream(new File(pdfResoucePath));
    PrintStream ps = new PrintStream(fileOutputStream);
    ps.print(pdfOutput);
    ps.close();
    //Display the PDF to the browser
    String fileURL = WDURLGenerator.getAbsoluteWebResourceURL(wdComponentAPI.getDeployableObjectPart(), fileName);
    IWDWindow window = wdComponentAPI.getWindowManager().createExternalWindow(fileURL, "Pdf Browser", false);
    window.removeWindowFeature(WDWindowFeature.ADDRESS_BAR);
    window.removeWindowFeature(WDWindowFeature.MENU_BAR);
    window.removeWindowFeature(WDWindowFeature.STATUS_BAR);
    window.removeWindowFeature(WDWindowFeature.TOOL_BAR);
    window.open();
    // To collect all the file created in the server by user
    quoteFiles.add(quoteFiles.size(), pdfResoucePath);
    } catch (Exception e)
    throw new WDRuntimeException(e);
    //@@end

    Hi
        ABAPers prepared a BAPI function module which calls Smart form , how can i execute it from java Webdynpro, so that I can display the smart form in Webdynpro. Pleas reply at the very earliest.  Every answer will be rewarded.
    regards
    jalandhar

  • How to add table in SAP Non interactive forms in webdynpro java

    Hi Experts,
    I have a requirement in webdynpro java.I have a print button.On clicking print button a pdf will be opened.
    This pdf will have data from the webdynpro view.I want to know how to add table in the adobe pdf.The webdynpro view will have many rows of table(rows will keep changing as per the size of the data output).How to send this data to adobe.How do we bind the node to the table in the adobe.How to automatically
    Please suggest.
    Thanks,
    Rajani
    Edited by: Rajani Nandagiri on Dec 26, 2008 8:58 AM

    Rajani,
    Take a look at below links, it will help you.
    [Handling Dynamic Length Tables in Adobe Forms|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e0859ad1-53aa-2a10-78ae-99e41c407669]
    [Integrate tables & Images in Adobe Web Dynpro|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/user-interface-technology/wd%20java/wdjava%20archive/dynamic%20non-interactive%20pdf%20form.pdf]
    [How to Handle Table Input and Output|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/user-interface-technology/wd%20java/7.0/adobe/how%20to%20handle%20table%20input%20and%20output.pdf]
    [How Tou2026deal with Table input and display in Interactive Forms|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/00c4041d-188d-2910-6ea2-b4d5155f56e0]
    Chintan

  • Opening sap transaction in uwl to webdynpro java screen

    Hi Poral Gurus
    I am new  to uwl concept . we are in  the process of the Leave apply and approval . the work items are displayed in the sbwp
    which comes in uwl . when we click on the item in work list it is opening the sap transaction, but the requirement is there any way to convert the sap transaction view to the webdypro java screen  . the screen should not no way look like the sap transaction but it should look like which is developed in webdynpro java using nwds
    The problem here is the work item is opening the sap logon when an work item is being clicked and the screen also is not exactly what we look in sbwp. it is having a different look. the screen is becomming small where the user has to use scroll bars to navigate to particular input element,but in sbwp it is showing the full screen.
    Please help on this is there any way to solve this problem.
    Thanks
    prasad

    Hi,
    Let us know whether you are using the standard Leave request application with standard workflow or customized screen.
    If you are using Custom development for the approval screen, then Make sure that you have mapped your custom development screen to the workflow task in SWFVISU.
    Then Re-register the UWL system in portal which is available in the below location.
    System administration - system configuration - universal worklist and workflow u2013 universal worklist administration - Universal worklist systems - re-register the workflow system.
    Thanks,
    Nandhadevi.T

Maybe you are looking for

  • Multiple devices: Apple/iCloud IDs and iTunes

    Hi - I have a headache trying to figure this out reading articles on line. Can someone please provide a simple explanation to do the following, and being very clear on Apple ID vs iCloud ID? I can't believe this is so complicated, but judging by the

  • Sending contacts to Nokia 6103 via bluetooth

    Good morning, everyone! I'm having some trouble with the bluetooth connection between my MBP (C2D) and my Nokia 6103 telephone. Specifically, I am trying to send the contents of my addressbook from the MBP to the Nokia. However, I'm only able to send

  • Set location in Reminders by tap

    Reminders.app allows to notify on location (arriving or leaving). But when location sets it cannot be selected by tap on the map. Only by writing address via search field. Is there app restriction or my iPhone fault?

  • How to Change or Use Browser for WebDynPro In Ubuntu(Linux)???

    Dear Experts,                   I want to know how to use webdynpro in Ubuntu(Linux) OS, when i select 'test' it shows Browser started in Status bar but browser is not open, but when i copy and paste the URL in address bar it opens, please help me ho

  • Keyboard Satellite 3000-214 - Ctrl-key not working

    Hi, I've started my old Satellite 3000-214 Notebook and suddenly my Ctrl-key did not work anymore. I've already tried to clean the keyboard by unmounting all keys from it and cleaning the foils, without success. Can anyone tell me where I can get a s