Printout of WDA Application

Dear All
i have developed a custom  WDA Application which consist of one iView. I need to take the printout of that iView.  I am not able to get the print option for that iView.
Pleas help me ,  how can i get the print out of that iView
Note: Taking printout of the page will not help since its cuts the half of the screen.
Regards
Pravesh

Hi
May be this thread will be useful
How to print Iview contents only
Print the iview
Edited by: Tulasi Palnati on Apr 3, 2009 12:59 PM

Similar Messages

  • Print wda application

    How  could we take printout wda application when we triggars buton?

    Hi praveenkumar,
    WDA printing will support from NW 7.02
    this issue is already answered by Thomas Jung , plz have a look at the below thread
    [Print screen|Print screen]
    Regards
    Chinnaiya P

  • Error while deploying WDA application on portal.

    hello Friends,
    i am getting this error when eevr i try to check my WDA application on portal.
    can you please help me?
    note:my its connection is not establishing.
    is this the cause of error?
    The URL http://duetserver:8006/sap/bc/webdynpro/sap/z57316_portal_event_send/ was not called due to an error.
    Note
    The following error text was processed in the system EC1 : Die URL enthält keine vollständige Domainangabe (duetserver statt duetserver.).
    The error occurred on the application server DuetServer_EC1_06 and in the work process 1 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: CHECK of program CX_FQDN=======================CP
    Method: LATE_CONSTRUCTOR of program CL_WDR_UCF====================CP
    Method: HANDLE_REQUEST of program CL_WDR_UCF====================CP
    Method: IF_HTTP_EXTENSION~HANDLE_REQUEST of program CL_WDR_MAIN_TASK==============CP
    Method: EXECUTE_REQUEST of program CL_HTTP_SERVER================CP
    Function: HTTP_DISPATCH_REQUEST of program SAPLHTTP_RUNTIME
    Module: %_HTTP_START of program SAPMHTTP
    What can I do?
    If the termination type was RABAX_STATE, then you can find more information on the cause of the termination in the system EC1 in transaction ST22.
    If the termination type was ABORT_MESSAGE_STATE, then you can find more information on the cause of the termination on the application server DuetServer_EC1_06 in transaction SM21.
    If the termination type was ERROR_MESSAGE_STATE, then you can search for more information in the trace file for the work process 1 in transaction ST11 on the application server DuetServer_EC1_06 . In some situations, you may also need to analyze the trace files of other work processes.
    If you do not yet have a user ID, contact your system administrator.
    Error code: ICF-IE-http -c: 100 -u: DEVECC -l: E -s: EC1 -i: DuetServer_EC1_06 -w: 1 -d: 20070614 -t: 142215 -v: RABAX_STATE -e: UNCAUGHT_EXCEPTION
    HTTP 500 - Internal Server Error
    Your SAP Internet Communication Framework Team
    thanks,
    Nutan.

    you need to set up FQDN fully qualified domain name.
    instead of  http://duetserver:8006/....you need to use
    http://duetserver.domain.com:8006/...
    check
    1. whether WAS settings in system definition in portal is with FQDN
    2. check whether ABAP system FQDN is done. (its in the profile parameter icm/host_name_full (you can run abap report RSPARAM and check this.)

  • Bypass Logon screen of the SAP R/3 system where WDA application resides

    Hi,
    I created an application in WDA. I have another appplication in WDJ. On one of the views of WDJ application, I created a link to URL UI elem and provided WDA application's URL to it as a reference. When I click on the link to URL,  I expect that WDA should launch. But instead a logon screen appears. This logon screen is the logon screen of the SAP R/3 server in which I created the WDA application.
    I want to bypass this logon screen. how do i do this ?
    Regards
    seventyros

    For that you need to establish the SSO between the R/3 system and the JAVA system.
    you can import the sso ticket form key store and then put it in abap stack..
    or one more method is to give hardcoded user id and password in SICF for the web dynpro application.
    however this approach is not recommended.
    thanks
    sarbjeet singh

  • How to adjust size of Portal Page Panels for WDA Applications

    Hi,
    I am designing a Portal Page using Page Layout "3 Colums (Narrow:Wide:Narrow" for WDA application.  The problem is that the width of the web dynpro contents on the Left and Right panels ("Narrow" parts of the Page Layout) is not very wide, leaving lot of empty space between those panels and the Center ("Wide") panel.  Is there a way that I can adjust the width of each panel in the mentioned Portal Page Layout?
    I went through SAP library which mentions using method lr_port_manager->navigate_absolute but I am not clear how to pass the width value in the method.  If that method is relevant, can someone give a code example (no copy/paste from SAP Library pls.) of how to put the width value (e.g., 300  in the method?  Also, in which method (e.g., WDDOINIT) I should execute the code.
    Will greatly appreciate the help!
    Thanks,
    Tony

    You can easily create a custom page layout with your desired widths.
    Take a look at this blog:
    The specified item was not found.
    Thanks,
    Shanti

  • WDA application differs across application servers

    Hi,
    when transporting from dev to Q, with Q running on 4 different app servers, we see different behaviour of our WDA application. This manifests itself as (for instance) columns of tables not being in the same positions, and also different column widths within the same tables.
    It may be down to the different app servers running different versions of the WDA application, but then my question would be: how do we ensure all app servers are "synchronized" whenever we release a new transport? As of now, the users report conflicting test results based on the app behaving differently depending on which app server they happen to be routed to...
    OSS doesn't seem to hold any clues to this kind of behaviour. Would a simple flush of the browser cache be sufficient, or is this to do with the app servers themselves (cache, memory, whatever...?)
    Regards,
    Trond

    I don't believe that the app servers holding different versions of a program, it should be same across the systems.
    Pl check with the following:
    Column's width changes based on its content if no width is set to the column.
    also,
    Users can always personalize the column positions, if personalization is set.
    Thanks
    Abhi

  • A Problem when calling a new WDA Application

    Hi,
    i am opening a new wda application with link in a html page using that code;
    in a html;
    <a href = "http://domain/sap/bc/webdynpro/sap/zhr_105_user_pass_control" />  Link </a>
    in "zhr_105_user_pass_control" wda application;
    METHOD onactioncall .
      DATA : lv_url TYPE string.
      CALL METHOD cl_wd_utilities=>construct_wd_url
        EXPORTING
          application_name = 'ZNEW_WDA'
        IMPORTING
          out_absolute_url = lv_url.
      DATA lo_window_manager TYPE REF TO if_wd_window_manager.
      DATA lo_api_component  TYPE REF TO if_wd_component.
      DATA lo_window         TYPE REF TO if_wd_window.
      lo_api_component  = wd_comp_controller->wd_get_api( ).
      lo_window_manager = lo_api_component->get_window_manager( ).
      CALL METHOD lo_window_manager->create_external_window
        EXPORTING
          url    = lv_url
        RECEIVING
          window = lo_window.
      lo_window->open( ).
    ENDMETHOD.
    But this is opening wda application in new window and standard sap sessions couldn't starting so the login screen is opening.
    How can i redirect my wda application to another wda application with started sessions?
    Can somebody help me please?
    Thanks.

    Hi,
    Here you r using below code
    CALL METHOD lo_window_manager->create_external_window
        EXPORTING
          url    = lv_url
        RECEIVING
          window = lo_window.
      lo_window->open( ).
    It's occuring the external window each time that's why opening Log-On window.
    Skip this code and use the code for keep the same window.
    -Rick

  • Disabling "User settings" option from all the WDA applications.

    Hello Experts,
    We have implemented SRM business package.We want to disable right click "User settings" option from all the applications presented in SRM BP.
    I know a way of disabling "User settings" by passing WDDISABLEUSERPERSONALIZATION  parameter. We dont want to follow this approach as there are many applications and it would be difficult to change all the applications.
    My question is do we have any settings ( may be in sicf ) which could disable "User settings" centrally for all WDA application on that particular server?
    Thanks
    Surender singh Dahiya

    Hi surender,
    Check this..
    http://help.sap.com/saphelp_nw70/helpdata/en/7b/fb57412df8091de10000000a155106/content.htm
    Cheers,
    Kris.

  • Upload LOGO into WDA application

    Hi All,
    please let me know how to upload a logo in SAP system in WDA application.
    my Logo is saved in the system.
    I want to display the logo in the output in WDA.
    Thanks,
    Raju.

    Hi Alex,
    i would like to upload my Company logo,but in the UI Image it shows existing images,i want to take the Image from the  file where i stored in the system.
    please provide step by step process..
    Thanks in advance,
    raju.

  • WDA application on Intermec

    Dear All,
    I had developed WDA application which is running fine in INTERMEC POCKET PC , but while scanning ONENTER EVENT which has been defined on input field is not getting triggered. But application such as BSP, ITSMOBILE AND SAP console are responding
    to ONENTER EVENT. I am running application on Pocket PC Internet explorer
    We are using Intermec CK3  with WINDOW 6.1.
    Can you please suggest how trigger WDA application
    Thanks ,
    RK

    Hi Rama,
    My understanding is that WDA is not supported for mobile devices. 
    Check this link ...
    Mobile support for WebDynPro ABAP
    Rgds
    John

  • WDA application problem

    Hi,
    i hav created a WDA Application and configured in portal.
    from outside i can able to acces portal, but the iview which is WDA application is not working from outside.
    do we need SAP GUI to access WDA Application through portal?
    Can some one put some light on this.
    Here i also test the URL http://netweaver.portal.com:8000/sap/bc/webdynpro/sap/zpayslip from browser center. Even this url also not working.
    What setting do i need to change
    Regards,
    Renu

    Hi
    WebdynproABAP Application Integration with Enterprise Portal
    1. create a component
    2.go to main view create action trigger_event.
    3.click on trigger event action
    4.open code wizard.
    5.select portal intergration call in that PORTAL MANAGER(IF_WD_PORTAL_INTERGRATION) AND METHOD (FIRE)
    6. IT WILL WRITE CODE FOR U IN ONACTIONTRIGGER_EVENT.
    7.change  the code with portal_event_namespace ='com.sap'
                            portal_event_name ='test_event'
    8.save and activate main menu.
    9.embedd view to window and activate it.
    10.create application activate it and run it.
    11.Now got to system administrator ->system configuration->portal content and create new system .
    12. select suitable system and proceed next.
    13.in next screen give name of system,system id and id prefix ,click next then
    14 choose option for editing and ur system is created.
    15. choose connector in propety category
    application host as hostname of applic server.
    logical systen name as system name defined in backend
    system type sap_r3
    16. now do WAS configuration.
    give the required field .
    17.now do its configuration
    go to r3 system use transaction SICF
    default_host->sap->bc->gui->its->webgui->SAPGUI for html
    right click on slect option test service open new window
    do the setting as required.
    Do the user management setting
    18.then sld configuration.
    19. Test the connection.
    20.Now application is embedded in iview
    21 u need to add this iview to portal frame work
    i hope this work

  • WDA Application: how to get the pdfsource xstring updated by user?

    Hi, gurus
    we use adobe interactive form in our WDA application to provide user interface for input, then we want to get the pdfsource back into our context again, and later we use a extraction tool to grab the xml data out of the string.
    the problem is that , once the form is displayed on the client side , any user input done to the form will not update the pdf source defined in the context.
    could you please tell me is it possible to get the updated pdf source back in the context?
    thanks .
    Jun

    Hi Jun,
    it is great news. But for me it doesn't work. Which SP do you have (SP10 patch1, SP11)? I have SP10, no patch.
    My best solution, but it doesn't work, is:
    1. I have an adobe form with ZCI layout (this form I created in SP10). I inserted webdynpro script in SFP. On form I have webDynpro native Submit button.
    2. My interactiveForm in WDA has properties:
    <i>dataSource</i>: node in context under which is attribute of type structure (type of my import parameter from interface of my adobe fom). I tryed use empty node of my context or to leave this property empty but then in server round trip I got error: Access via 'NULL' object reference not possible.
    displayType: native
    enabled: true
    pdfSource: attribute of type xstring
    readOnly: false
    templateSource: empty
    onSubmit: my_action
    If I press Submit button in form then server round trip is processed. But my_action isn't called. Method WDDOMODIFYVIEW is only called and in pdf source is pdf file which I prefilled (no new values in xml data).
    Please describe properties of context node which you use for the property dataSource.
    As you mentioned "the static context binding is soooo...unflexible".
    Thanks
    Michal

  • WDA application on virtual host (port)

    Hi,
    is there a way how to deploy (create) a webdynpro application on a virtual host (port)? As I generate a webdynpro application, SAP creates a service under default host (port). I need to have my application accessible only on virtual host (port) - different to default. Therefore alias cannot be used. I haven't found any parameter how to set this port when I create a WDA application in SE80.
    I'm looking for some system setting or configuration, not application solution.
    Thanks.
    Petr

    Without adding a virtual host, did you try using the following arrangement?
    Port 80
    Listen 77777
    No virtual host is used here assuming you have only one application - which is this form application whose physical port is 7777.
    thanks,
    AMN

  • Calling WDJ from WDA application

    Hi experts,
    Can anyone please tell me that how 2 call a WDJ application from a WDA application. Please explain in detail as i am complete novice in this field.
    thnx.

    Hi Thomas and experts,
    I have requirement where i need to call WD java standard application.
    My requirement : I am displaying teamview in my MSS through OADP by using WD ABAP...
                                 Initial Screen displays columns like Position, Employee name , Job ...etc
                                     when manager select position in teamview ....it has to check whether positions region went live or not.
                                    I) IF position region went live then it has to open 3rd party tool and pass parameters(Here i am open 3rd      party URL and passing parameters)
    Here my requirement, 2)Already we have standard WDJ application which is using as of now, so if positions region has not gone live then i have to call standard WDJ application with passing parameter and skipping initial screen which is displaying teamview and continue with position details
    Is this possible through portal which explained above. can any one suggest me how to proceed .
    Thanks in advance...
    Regards,
    Farooq

  • Sending a parameter to another WDA Application in my WDA Appliction

    Hi,
    i have a tree and i am calling another wda application on select the item of my tree but i want to send a parameter that is value of selected item of my tree.
    How can i call the wda applications with sending a parameter?
    Can somebody help me pls?
    Thanks.

    Hi,
    You can call navigate_absolute of if_wd_portal_integration.
    This can be done using code wizard:
    1. Select portal integration radio button of code wizard
    2. Select navigate_absolute method
    In  navigation_target parameter, you have to pass PCD location of iView of the other application say APP2
    and in business_parameters table type parameter,  you can pass any number of parameters in key value format.
      DATA lo_api_component  TYPE REF TO if_wd_component.
      DATA lo_portal_manager TYPE REF TO if_wd_portal_integration.
      lo_api_component = wd_comp_controller->wd_get_api( ).
      lo_portal_manager = lo_api_component->get_portal_manager( ).
      CALL METHOD lo_portal_manager->navigate_absolute
        EXPORTING
          navigation_target   = 'Put PCD Location of iView '
    *      navigation_mode     = IF_WD_PORTAL_INTEGRATION=>CO_SHOW_INPLACE
    *      window_features     =
    *      window_name         =
    *      history_mode        = IF_WD_PORTAL_INTEGRATION=>CO_NO_DUPLICATES
    *      target_title        =
    *      context_url         =
    *      post_parameters     = ABAP_FALSE
    *      use_sap_launcher    = ABAP_TRUE
           business_parameters = lt_business_parameters
    *      launcher_parameters =

Maybe you are looking for

  • Hidden "MaglevExpressTemp" files taking up 7GB of space - delete? How?

    Hi, I'm starting to run out of space on my iMac (2009) hard drive, so using a programme called "FindSpace" I've gone through my hard disk and found the following entry (see picture below). It's a list of over 200 files (the first few are shown in the

  • Solaris Management Console (SMC) - Solaris 9 x86

    I�ve just installed Solaris 9 (x86) version. I�m unable to install Solaris Management console. I was using below command to add listed patches: pkgadd -d . SUNWpmgr SUNWrmui SUNWlvmr SUNWlvma SUNWlvmg I�m unable to find these packages on cd1. Somehow

  • ITunes+QuickTime installation from CD of iPod nano Issue

    During installing the s/w from CD. an error regarding QT was displyed (something to do with files) and later the installation was over. When iTunes is launched get an error "iTunes have encountered problem and needs to be closed". and it asks whether

  • JTreeTable rendering problems

    Hi all! I have used some clesses to create a JTable containing a JTree, basing on the example in the sun's site. The costructor is: JFrame frame = new JFrame("TITLE"); JTreeTable table = createTable(); //Creates the treetable JScrollPane scrollPane =

  • Connecting Apple TV to iTunes Tip

    After following every bit of info on this forum as well as Apple's solution I still had no luck. Finally, I tried unchecking Proxy box in the network settings and it worked! I guess for those of you still having trouble connecting Apple Tv to iTunes,