How to call WebDynpro application from an external application

Hi All,
I have an external application, from which an existing webdynpro application should be accessed.
Is there any way i can access WebDynpro application through an URL, so that i can access the same from the external application.
I have to pass a parameter also in the url from extrenal application for which that data should be displayed.
Thanks
Supriya

You can call a web dynpro application from an external app by using the web dynpro application url.
Go to WD application in studio and look at the properties tab, you will find the url.
It should be something like this:
http://<host>:<port>/webdynpro/dispatcher/<namespace>/<dc name>/<application name>
MLS

Similar Messages

  • How to call a report from a web application

    Hi,
    I have a web server in wich is installed Reports 6i. My question is how can I call reports 6i to generate a pdf using a .rep file from my web application (built with java)?

    Hi,
    The below link will be very useful for one who need idea on calling Oracle Report from Java Application,
    http://www.oracle.com/technology/products/reports/htdocs/getstart/examples/reportswebservice/index.html
    Thanks & Rgds,
    M T

  • How to call BSP pages from a BSP application of another package

    Hi,
    I have a BSP application in one package and I want to call pages from another BSP application in a different package.
    Is it possible? How it would have to do it?
    Thanks in advance
    Regards

    Hi,
    You cannot call a page fragment in a seperate window or seperately in the same window...
    Page fragment is used only for including a fragment in your page....
    It is not a seperate page..!
    To call a page fragment, you have to  use the include directive...
    eg :
    <%@include file="Carrier_report_logo.htm" %>
    Hope this helps.
    <b><i>Do reward each useful answer..!</i></b>
    Thanks,
    Tatvagna.
    Message was edited by:
            Tatvagna Shah

  • How to call Java methods from a Windows application?

    Hello all,
    At our company, we need to integrate our product which is a Java Swing application with a Windows application. Specifically, we are trying to call Java methods that reside in our application from the Lotus Notes email client application, which is a native Windows application. Such that when a user clicks a button in the Lotus Notes email client, it will trigger an event in our Swing application. Is this possible using JNI? Do you know of any resources or references relating to this kind of a project?
    Thanks,
    Mete Kural

    If there is some dll interface that lets Lotus Notes load up and use a DLL, then yes, this should be possible.

  • How to call Webdynpro ABAP from Widget

    Hello guys,
    I want to add an icon to my widget with a link to a webdynpro ABAP application.
    However, the link is dependent on the system the user is accessing.
    So, I'd like to know if it's possible and what's the best method to do it.
    1. is it possible to call a Transcation or a RFC that calls a WebDynpro from the Widget?
    or
    2. is it possible to retrieve the Widget's default system parameters and assemble the Webdynpro URL dynamically?
    Any more ideas?
    Thank you and best regards,
    Henrique.

    up.
    Henrique.

  • How to trigger report generation from a external application?

    Post Author: samdc
    CA Forum: General
    Dear,
    I've a service desk and if a button is pressed a report should be generated with the information in that service desk database and that report should be visualized. The report design is done and can be generated now only the call from the service desk application has to be added?
    Can anyone help me with this?
    Thanks in advance
    Best regards
    Sam De Coster

    The Essbase Java API is a part of the Analytic Provider Services (APS) product in Essbase 9.3.x, Analytic High Availability Services (AHAS) in 9.0.x through 9.2.x and the Essbase Deployment Services (EDS) product in Essbase 7x. When you install it, there is a samples subdirectory with many java code examples.
    Tim Tow
    Applied OLAP, Inc

  • How to call webdynpro applications from outside

    Hi
    I have a requirement where i need to call below webdynpro application from outside (for ex CRM,ISA..) environments
    http://test.com/webdynpro/dispatcher/test/eomp~eompapp/EmpDisp?EmpNo=0500002203.  When i am running this application from
    browser , my application working fine and i am able to see call to the backend BAPI's.  But when I configure this url
    in the configurations of the above environment.  I am unable to run this application.
    Any Idea?
    Thanks
    Prasad

    Hi
    I am not getting any error, but the backend call not hapening.  I put a debugger in the backend BAPI and run the webdynpro application , no input parameters came or call came to the the backend BAPI.
    Thanks
    Prasad

  • How do you pass an ActiveX Variant from an external application to LabVIEW?

    Background: I created a LabVIEW ActiveX server. I can access it with my external application (Matlab). I have a control variable in my LabVIEW executable. I want to use Active X to set the value of my control variable from my external application.
    Documentation: The only reference in the documentation for this task is in the Using ActiveX with LabVIEW in the LabVIEW 2009 help. It simply says "Use the variant control and indicator to pass data to or from ActiveX controls." I also went through all the ActiveX examples in the example finder and did not find any vis that passed variables using ActiveX.
    Questions:
    What should my control variable look like in LabVIEW? Should it be a refnum, a variant, or a data type? Does it have to be wired to a vi connector?
    Do I need to do any magic on this variable, such as change its properties?
    How do I pass the value from my external application to the variable in my LabVIEW executable?
    Thank you.

    Hello Lyn,
     The control variable should be a refnum and it would have to be wired to Automation Open with the correct reference.
    Here are some great examples of using ActiveX Server in LabVIEW
    LabVIEW Executable Used as ActiveX Server in LabVIEW
    http://decibel.ni.com/content/docs/DOC-9647
     Calling ActiveX Code from LabVIEW
     http://decibel.ni.com/content/docs/DOC-9073
    Andy Chang
    National Instruments
    LabVIEW Control Design and Simulation

  • How to call a package from the Report in Oracle Application Express

    How to call a package from the Report in Oracle Application Express

    Hello,
    What do you mean? Something like SELECT mypackage.function( par1, par2) from dual?
    Or do you want to execute a procedure when something happens on the page, like clicking a button?
    Greetings,
    Roel
    http://roelhartman.blogspot.com/
    You can reward this reply by marking it as either Helpful or Correct ;-)

  • How to call the RFC from R/3 to SRM, when we use webdynpro abap? (Urgent)

    Hello
    We use SRM Server 5.5 with classic scenario.
    We want to call RFC in R/3 from webdynpro ABAP.
    How can we do that?
    We are developing the web report using webdynpro abap.
    So we need some of R/3 data such like PR(EBAN)and PO(EKKO,EKPO).
    When user choose the search parameter, report diplay the Shopping cart, PR and PO data on webdynpro.  So we call the R/3 RFC to display the PR, PO data.
    But I tired to call the RFC in R/3, We could not call it.
    How to call the RFC from R/3 to SRM, when we use webdynpro abap?
    Thank you,
    Best Regards,
    SH.

    Hi
    <b>Please look at the following threads as well -></b>
    WebDynpro in SRM
    BAPI's /RFC's in SRM
    BAPI to Change Shopping Cart by RFC
    SRM60 and webdynpro
    Webdynpro Services Exception
    WebDynpro using BAPI has an error
    SRM60 and webdynpro...
    <b>SAP uses META Function modules in SRM to get data from R/3 back-end.</b>
    <u>For getting Purchase requistion data, use the function modules -></u>
    META_REQUISITION_CHANGE        Change purchase requisition              
    META_REQUISITION_CREATE        Create Requisition                       
    META_REQUISITION_DELETE        Delete/close purchase requisition        
    META_REQUISITION_GETDETAIL     Display requisition details              
    META_REQUISITION_GETITEMS      Display requisition items                
    META_REQUISITION_GETRELINFO    Get Releasease Info for requisitions
    <u>For getting Purchase order data, use the function modules -></u>
    META_PO_CREATE                 Create purchase order                    
    META_PO_DELETE                 Delete reservation                       
    META_PO_GETDETAIL              Display purchase order details           
    META_PO_GETITEMS               Display purchase order items             
    META_PO_GETRELINFO             Display purchase order release information
    Hope this will definitely help. Do let me know.
    Regards
    - Atul

  • How to call oracle reports from ADF application.

    Hi
    I am migrating oracle 11g application to ADF. I would like to call oracle reports from ADF application.

    There is nothing similar to forms-reports integration, but you can invoke rwservlet url.
    Here is sample and utility class: Sameh Nassar: Call Oracle Reports From Your ADF Application
    Dario

  • How to Call ScheduleBatch.cmd from External Server

    I am attempting to kick off a set of Hyperion Reports after data is loaded to the Essbase. Currently, our data warehouse is loaded and then triggers a bat file which loads Essbase using a MAXL script. I want to add the automatic sending of Hyperion Financial Reports to the end of this process using ScheduleBatch.cmd. I can do this from the reports server but the Bat/Maxl exist on a separate server. Is there a way to call ScheduleBatch.cmd from an external server? If not, is there another way to accomplish this?
    Thanks for your help.
    Heather

    I do something similar, in my environment although I use esscmd.
    I first exported the Batch for command line scheduling, which generates an XML file. In my case, I stored the XML in c:\bin\financial_reporting\batch_reports\exported_batch.xml
    I then created a bat file that executes the batch (Contents of batch file in italics)
    REM START_BATCH_FILE
    d:
    cd D:\Hyperion\products\biplus\bin
    D:\Hyperion\products\biplus\bin\ScheduleBatch C:\bin\financial_reporting\batch_reports\exported_batch.xml <<REPORT_SERVER_HOST_NAME>>
    REM END_BATCH_FILE
    I created a Scheduled Task on the Reports Server that runs this task, but the task is not enabled.
    At the end of my dataload, I initiate a call to the Reporting Server to run the task (Batch file that does dataload and runs the task in italics).
    REM DATALOAD.CMD
    ESSCMD F:\DataLoads\Scripts\SCR\Load_and_AGG.ESSSCRIPT
    C:\WINDOWS\system32\schtasks.exe /run /tn Run_Scheduled_Batch /s <<REPORTING_SERVER>> /u <<DOMAIN>>\<<DOMAIN_USER>> /p <<USER_PASSWORD>>
    REM END_DATALOAD.CMD
    I don't know if I did anything else to make this work (did this a while ago).
    Hope this helps.
    Thanks
    Dan

  • How to call BI report  from web dynpro

    Hi ,
    How to call  BI report from webdynpro application  and what are the prerequisites for that .
    Please provide an example to work with BI application frame UI element
    Thanks

    Hi Rajpal,
    Please go through this..
    calling BI report
    Cheers,
    Kris.

  • How to call a Applet from a servlet and vice versa...?

    Hi all
    Can anyone help me how to call a applet from a servlet and vice versa. When the applet is called it should contact the database (oracle8i) and get the data. When i submit the applet form the data in the applet should be saved in the database.
    Thanks in advance
    Kamalakannan

    Sweep is correct about requestDispatcher being another approach for inter-servlet delegation; the only issue that i recall with this approach is that it defaults the method of the destination servlet to the one it was called from...for example, calling servlet2 from within servlet1.post() resulted in the dispatcher attempting to utilize servlet2.post() - i believe that i searched for a parameterize solution to no avail :( (ended up handling the request by placing a "fake" doPost() in servlet2 that simply called servlet2.doGet())
    however, if your application is functioning correctly on your pc/webserver then the problem may be external to servlet communication (e.g. client webserver's ports not configured or blocked, missing runtime classes, etc.)
    my suggestion would be to set aside the programmatic concerns for the moment - what is the response if you open a browser on a client's machine and access the URL in question (i.e. http://clientserver:port/stefanoServlet)? If it will not respond to access in this manner then it certainly won't when your application calls for it.
    It's possible that there is a coding error but, given the info supplied, i'd start examining the environment, first. Let us know if you have any luck with the test i recommended or not (please provide abundant detail). Or, if you've found the solution then you may want to post back with a quick blub so the next person knows how to escape the trap.
    D

  • How can i copy files from one external hard disk to another using macbook pro with retina display

    How can i copy files from one external hard drive to another using macbook pro with retina display?

    That's odd - if you open Disk Utility (Applications->Utilities) and select the disk(s), how are they formatted? If you're only going to be used with your Mac, they should be formatted as "Mac OS Extended (Journaled)".
    Clinton

Maybe you are looking for

  • Standalone drivers, 4speakers reverting t

    I performed a clean install using latest drivers for audigy mp3+, but every time i reboot my speaker settings keep reverting to 2 speakers, whats wrong with it's? I use windows control panel to change speaker settings, if i install surround mixer it

  • Dumb??  How do I tell if an XServe Raid is a G4 or a G5??

    I've looked all over the RAID Admin.... Is there any way to do a "Get Info"?? It's NOT listed in the "Info" screen. Thanks

  • Another classpath question

    Hi, I used to programm in java but then I took a break because of school issues for a long time. Now it seems like Ive forgotten everything. Well I installed java again (because reinstalled windows meanwhile) and I successfully set my PATH variable,

  • Using Cannibalization Group with just DP implemented

    Hi I have just implemented Demand Planning (DP) and won´t implement other APO module. I want to use the cannibalization group (transaction /SAPAPO/MP32), but I have to click the BOM button (shift+F6) to bring and see the products. I don´t need the BO

  • Imported illustrator file prevents printing

    Hi there I have created a cmyk layout in InDesign CS5.5 which prints out fine on my laser printer - until I add a spot colour logo which has been supplied to me as an illustrator file. The document goes to my printer, which processes it in the usual