Get URL for WDJ application

Hi guys!
Deployed an application (ear file) on server.
URL is: http://<server ip>:50000/webdynpro/dispatcher/sap.com/jaswd/JCaptcha?SAPtestId=2&answer=init&guid=4C19CB2279C6019DE10080000A0FF2AC
Is there any class (like CL_WD_UTILITIES=>CONSTRUCT_WD_URL) to get this link from abap?
Thanks!

Hi,
     Is this a static link ? You can directly copy & paste the link and hardcode it.
Thanks & Regards
Umang

Similar Messages

  • URL for WD Application in portal

    Hello Everyone,
    My requirement is to send a link to a WD ABAP iView by email. Is there anyway we can find out the URL of the WD ABAP Application on portal? Please let me know about this. I would appreciate your help.
    Regards,
    Gopal.

    Found the Short URL for the Application and used it.

  • Get URL for List and ListItem

    Hi,
    I have a SharePoint List (SPList) and need to provide the URL for the list. It should be possible to copy this URL to the browsers address field and navigate to the corresponding Details or Overview View (or default view) of the list.
    Additionally, I have a List Item object (SPListItem) and need the URL to directly navigate to the DispForm.aspx of this item.
    I tried it like this:
    string listURL = ... + "/Lists/" + myList.Title;
    string itemURL = listURL + "/DispForm.aspx?ID=/" + id;
    The URLs are correct as long as the "Internal Name" of the list is the same as the displayed name of the list. But in SharePoint it is possible to add a List-Template with no blanks in the name (e.g. 'MyList'), but later rename it and include a blank (e.g. 'My List'). In this case the listURL I retrieve with the above code snippet does not work anymore! For SharePoint only a URL with the list name without blanks is existent. In short: the URL does not include the blank for the list in the url but myList.Title does!!
    So my question is, how can I get a URL that directly leads to my list's Details view (or default view) and the URL that leads directly to the list items "DispForm.aspx"??

    Hi,
            It seems you need to get correct ListItem URL from ListItem’s property, and thanks for all helpful suggestions.
            In this situation, would you please try using List’s Form property instead of “SubString”, code like this:
            string itemURL = yourweb.Url+"/"+yourlist.Forms[PAGETYPE.PAGE_DISPLAYFORM].Url + "?ID=" + item.ID;
           Then  you will actual retrieve the correct path to the DispForm.aspx page.
           Hope this sample can help.
    Best Regards,
    -Aaron

  • Trying to get URL for my photos for Mac 10.9.3

    Have never been able to get a URL for one of my photos. How do I do that? Do I need to download a program to do so?  (I am a participant at FSM Film Score Monthly, and wanted to post some of my photos there.) Thanks.

    Looking now
    The site here is making answering this very difficult
    OK made an account and looked at the instructions for posting. As andy surmised the image you want to have in your post at that site must already be on the web somewhere.
    You could try one of the links andy posted, photobucket might be the easiest for a new user to use\
    Once you have an account there and you upload your images you can post them to the FSM site
    by using the code
    [iimg]URL from photo bucket[/img]
    OK finally got that all posted, good luck
    regards

  • URL for Oracle Applications

    I have access to oracle appplication 11i server and I want to login to apps for concurrent manager status .Where can I find the URL of Oracle Applications 11i?

    I am an oracle application trainee.
    please send me the url and login password infromation for oracle application for practice.

  • Get URL for J2EE client application

    Please forgive me if this question has an obvious answer, but I can't see it.
    Once Web Start has downloaded and started my J2EE Swing application client, how can my client get the name of the host (or entire URL) from which the client was downloaded?
    I would rather not have to hard code this into my client, so that the WAR file I deploy to the server is platform independent.
    bobj5000

    Use the JNLP BasicSevice API getCodeBase() to get the URL of the server.
    BasicService bs = (BasicService)ServiceManager.lookup("javax.jnlp.BasicService");
    URL url = bs.getCodeBase();
    Hope this helps
    Jeff

  • Http500 when trying to access URL for Oracle Application Server Console

    We have a new install of R12.1.0 on Windows 2003 R2 (32bit). The Applications seem to work fine. Users can access the R12 applications and submit jobs.
    We need to configure a new oc4j instance, so we are trying to access the Oracle Applications Server Console for the first time. After entering the URL below, we encounter an Http 500 error. The Application server console service is running.
    http://wbf-soadb.bolthouse.int:18100/emd/console
    Thanks

    Mark,
    The document (Note: 603716.1 - Using AS10g AS Control with eBusiness Suite Rel 12) used to be available for public access but seems not anymore. Please log a SR to get a copy of this doc as you need to follow the steps in this doc to access AS Control with R12.
    Thanks,
    Hussein

  • Rewriting http headers and url for Oracle Applications

    We are running Oracle financial applications and need to provide access to users on the Internet. We can do that fine except for people behind tightly controlled firewalls that only allow port 80 and 443. Oracle insist it has to run it's apps using SSL on non-standard ports like 8001 and such which means many people can't get to them. So to make sure everyone can get to the apps I need to preset it on port 443. Changing the apps/servers isn't an option for many frustrating reasons so I'm looking for something that can reverse proxy and rewrite headers and url's. The hard part is the headers and all urls in the web pages need to be changed on the fly because Oracle hard codes everything with absolute paths.
    Can someone give me some advice on what Cisco product(s) may be able to help?

    After bringing this up with my Cisco rep it was recommended I look at the AVS 3120 box which is supposed to support the header/url rewriting I need. Can anyone with experience with these boxes let me know if I'm being steered in the right direction? The documentation doesn't seem to specifically mention this ability or if it does it's worded in a way that doesn't make it obvious.

  • Get icons for my application?

    Where can I get nice icons for my applikation?

    If you're looking for icons for use within your application, check out:
    http://developer.java.sun.com/developer/techDocs/hi/repository/
    If you're looking for an icon to use as your application's icon, you can whip one up yourself via software like:
    http://www.sharewaresoft.com/Icon-Tools-1-category-39.htm
    Good Luck
    Lee

  • Shrinking URL for WebDynpro Application

    Hi ,
    I'm doing an application in web Dynpro that dispatching to Web by using WEB Dispatcher.Here i want to Supressed the unwanted URL Parameters.
    for Example My actual URL looks like this :
    http://filqua.Mayo.inet:8080/sap/bc/webdynpro/sap/zdoms?sap-language=EN
    i want in this format :
    http://doms.Mayo.in
    Please help in this issue.
    Regards,
    Malik

    Hi Rama,
    First of all thanks for ur reply....
    I found out how to reduce the size of  URL with the very informative help from THOMAS JUNG.
    Step 1->We need to go to T-code-> SICF .
    Step 2->Click on External Aliases button.
    Step 3->It will navigate to Maintain external aliases page, over there we will right click on Virtual Host-> Create External Aliases
    Step 4-> Enter node name for External Alias and give some description.
    Step 5-> Go to Logon Data tab, fill the required information for (Client,User, Password,Language).
    Step 6-> Next go to Trg Element tab, drill down for ur created Program i.e (host->sap->bc->webdynpro->ur program)
                  double click on ur program, save it and click on back menu button.
    Step 7->Select ur created external alias name right click and go for Test Ext. Alias.
    It will show u the final result , u can check ur final URL with any browser it will work..
    Thanks,
    Malik

  • Get URL for class

    Is there any Java API that will allow me to get the URL of the JAR file or directory that contains a particular class? I'm looking for somrthing similar to getResource(String) in the Class class that will tell me which JAR file or directory the class loader is pulling stuff from.

    The URLClassLoader has a method called getURLs(). I hope this snippet of code could help!
    import java.net.URLClassLoader;
    import java.net.URL;
    import java.net.MalformedURLException;
    public class Main {
        public static void main(String[] args) {
            try {
                URL[] urls = new URL[3];
                urls[0] = new URL("file:p/");
                urls[1] = new URL("http://java.sun.com/");
                urls[2] = new URL("file:/tmp/c.jar");
                // Create URLClassLoader
                URLClassLoader cl = URLClassLoader.newInstance(urls);
                URL[] retUrls = cl.getURLs();
                for (int i = 0; i < retUrls.length; i++) {
                    System.out.println(retUrls[ i ]);
            } catch (MalformedURLException e) {
                e.printStackTrace();

  • Repoint or change the URL for an application

    Hi,
    I have deployed an application (Java based) via OC4J using Oracle application Server ,
    URL Application : http://200.100.11.232/test
    Enterprize manager URL : http://200.100.11.232
    Can you tell me how I can point http://200.100.11.232/test to the test application instead of the enterprise manager home page. I want to use Enterprise manager URL to run the application , Advise needed Please.
    best regards

    changing mod_oc4j.conf could help as well using virtual hosts with Rewrite in httpd.conf could do the work.
    Hope this helps.
    Greetings.

  • Not getting URL for WSDL to integrate with Xcelsius

    Hi all,
    I want to integrate Xcelsius with SAP data (Xcelsius should use data source as SAP data). First I had created a Function Module and using that FM I created Web Service. But when I tried to open SOAMANAGER transaction for that Web Service , the URL needed for integrating SAP data with Xcelsius is not coming (showing blank). So I could not able to connect that Web service with Xcelsius.
    Can anyone please help me in this regard.. Any suggestion will be wellcomed..
    Thanks,
    Simadri

    HI,
    which looks to me like an issue on the SAP Server side already so I would suggest you post the question into SOA area.
    Ingo

  • I want to create home page for my application with short URL

    I want to create home page for my application with short URL
    as when I want user to use my application user must go to URL like this
    http://127.0.0.1:7101/My-Project/faces/app/empModule/allEmployees/viewMyEmployees.jspxI want the user to use short URL , How can I use shorter URL not all this one.
    I want shorter URL for my application not to write full path .
    thanks in advance.
    Edited by: user611775 on Oct 31, 2010 10:21 PM

    Well,
    it's up to you. The first part (Mcit-Project-ViewController-context-root) is the context root which you define in the view controller project. 'faces' is the name the servlet filter reacts on. You can't omit it but shorten it in web.xml. The rest is your directory structure. I'm not sure how to shorten this other as to move the jspx files back into the web root folder.
    By the way an ADF faces app never uses the .jspx at the end of the url. If you specify '.jspx', you only render the page but don't start the work flow.
    Timo

  • Best practices for creating application schema

    All,
    Can anyone recommend best practices (or pointer to a url) for creating application schema. A novice installer created a schema and the tablespace ran out of disk space in 2 days and the system came to a halt at a production site. The tablespace was created with one datafile and with MAXSIZE specified. I am looking for Do's and Dont's on production system.
    Thanks for any help,
    Vissu

    I'm not sure that you can boil this down to a "Do's and Don'ts" list unless you want to get overly general...
    For example, do make sure that you provision space appropriately. "Appropriately" however, is going to be radically different in different environments. Some shops set all their data files to autoextend in production and monitor utilization at the OS level. Other shops specify exact file sizes and monitor utilization at the Oracle level. Each approach has its own advantages and disadvantages, you just need to make sure that your application uses the same approach that every other application in the organization uses.
    Do have an idea about the space utilization of the application, but don't go overboard. Running out of space in 2 days means someone failed to do a basic analysis. On the other hand, I've seen people spend way more time than they should making 5 year projections based on some relatively soft assumptions and getting worried about internal overheads that were much smaller than the error bars in their baseline estimates. Of course, the precision necessary also depends on the implications-- a 20% error in a multi-TB data warehouse is going to have a lot more impact than a 20% error in a 20 GB OLTP application.
    Justin

Maybe you are looking for

  • Error (200400) occurs when I try to connect my Mac Book Pro to Apple TV

    Every time I try to connect my Mac Book Pro to Apple TV error 200400 occurs. It connected once and functioned perfectly well. When I tried again the same error occurs. Again, and again. What is the issue? (My mac is new from 2012)

  • Is there a way to automatically sync documents across devices in iCloud?

    I thought that iCloud would automatically find my Pages documents and sync them to my iPad and iPhone.  But I find that I must first download the doc from the cloud, edit it and then replace it to the cloud every time.  Surely there is another way to

  • DexterM - Printer connected wireless but Notebook cannot connect to printer?

    Hi all, I will be a brief and clear as possible. I really hope someone can help! thanks in advance. DexterM, if your still arond I think maybe you would be familiar with this type of thing. I will be as concise as possible. I incorrectly removed some

  • Mac mini lost password

    is there any way to install a new password on a mac mini in order to update software? i have forgotten the password ! if not, how do i format the hard drive and start fresh? i have tried putting in the install disc number one and holding the "C" key

  • Styling references

    I'm very new to InDesign, so please excuse me if I've missed something.  I'm trying to insert references into a document and have a table at the end like this Branke 1998 Jurgen Branke. Creating robust solutions by means of evolutionary algorithms. I