LPD_CUST application alias

Hello,
I have created a table . This table is maintained in SM30 . In this instance there is a column and a column alias.
I now want to create an F4-help fpr the application-alias. For this I would like after the instance has been select, view in F4 aliases.
It will then display only the alias of the selected instance . Is there a table that links the instance with its alias?
Regards Kerim

Hi
Please find the screenshot the system alias maintained in LPD_CUST
Regards
CRANGV

Similar Messages

  • Application Alias not working with Global Single Sig on

    I have a intranet applications, with login against https://login.oracle.com that is working fine. However, when I try to use the Application Alias, defined on Applications Attributes, it's not working, redirecting to an invalid page:
    https://htmldb.oraclecorp.com/pls/htmldb/-PORTAL_SSO-
    How can I make this work, I mean, using alias, instead of applications number?
    Thanks in advance,
    Andre Silveira

    Andre,
    Assuming your application's ID is 9999 and its alias is AAAA, you may be finding that a request like f?p=9999 and f?p=AAAA produce the same results, those you described. When using SSO as the authentication scheme, it's necessary to provide the page ID or page alias in the URL also, e.g, f?p=AAAA:PPPP or f?p=AAAA:1.
    Scott

  • How to change the application alias for a web project in NW7.2

    Hi,
    a simple question, but I could not manage to solve it: How do I change the application alias (the url) of a web project? I'm using Netweaver 7.2 and all the tutorials I found refer to earlier versions and do not work anymore.
    In particular, I would like to change e.g. "server.com/vendor~webbappname" (the standard url of the web project) to "server.com/mywebapp".
    Thanks in advance for your help!

    Hi,
    Try customizing the <context-root> element in the web.xml deployment descriptor, for example:
    <?xml version="1.0" encoding="ASCII"?>
    <application xmlns="http://java.sun.com/xml/ns/javaee"
               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
               xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
              http://java.sun.com/xml/ns/javaee/application_5.xsd"
               version="5">
               <display-name>YourWebApp</display-name>
               <module>
                   <web>
                   <web-uri>YourWebApp.war</web-uri>
                   <context-root>mywebapp</context-root>
              </web>
         </module>
         <module>
              <ejb>YourWebAppEjb.jar</ejb>
         </module>
    </application>
    Afterwards, rebuild and redeploy your application.
    I hope that helps.
    Regards,
    Yordan

  • Report Bug: Application Alias Issue

    Hi,
    I have a unique problem of Application Alias not working. For a particular application only this happens. For all other Application in this DB it works nicely.
    I am using ApEx 3.0.1
    Regards
    Rana

    Rana,
    You have not described your problem in sufficient detail for posting to a technical forum. Also you present (and probably do not have) evidence that supports your claim that your problem is unique. Why would it be? Please explain the situation fully and create a demonstration on apex.oracle.com, if you can.
    Scott

  • Application alias shows up only when logged in as SYS

    Oracle 11gR2
    APEX 4.2.3
    RHEL 6.3
    select *
    from   apex_applications
    where  workspace = 'MY_WORKSPACE';
    -- 0 rows
    When logged into APEX as a user with a workspace assigned (MY_WORKSPACE) that contains an application (and an application alias), no rows are returned when given the application alias in the query above (see the above SQL).
    But log in as SYS and the application alias is there -- i.e. a row is returned.
    What could be causing this?

    Many dictionary views limit rows returned by level of access.
    For instance, schema owners will only see applications related to the workspace their associated with.
    Some views won't let you see any rows unless you're querying via APEX (not SQL Developer), eg: apex_application_files

  • "Add to bookmarks - button" for application with application alias

    How to make "add to bookmarks - button" to login page of the application with the application alias?
    The idea is to ensure that end-users are storing the application alias to bookmarks rather than the direct link to application id which might change.
    rgrds Paavo

    Jari, here are some of my trials hosted now in apex.oracle.com. All url's to be bookmarked are "hardcoded" in to the login page html-header's javascript function.
    Sample db application - url with workspace name.
    http://apex.oracle.com/pls/apex/f?p=COM_ORACLE_APEX_PRODUCT_PORTAL:LOGIN:0&c=PAAVO_POC
    - the LOGIN alias defaults to login page
    - the session id is = 0 as recommended here: http://docs.oracle.com/cd/E23903_01/doc/doc.41/e21674/concept_url.htm#HTMDB03020
    - workspace name is actually Internal in the administration so omitting workspace name leads to error " Error The application alias "COM_ORACLE_APEX_PRODUCT_PORTAL" can not be converted to a unique application ID. ", perhaps other workspaces have also the same sample app alias
    - so used the PAAVO_POC as workspace name (got it during registration)
    - LOGIN page HTML-header is:
    <script type="text/javascript">
    function bookmark()
    window.external.AddFavorite("http://apex.oracle.com/pls/apex/f?p=COM_ORACLE_APEX_PRODUCT_PORTAL:LOGIN:0&c=PAAVO_POC","COM_ORACLE_APEX_PRODUCT_PORTAL in ws paavo_poc");
    </script>- LOGIN page HTML Body attribute is:
    <form>
    <input type="button" onclick="bookmark()" value="Bookmark me">
    </form>- tried to also add "Click here to bookmark me" button in the login region with the following code (couldn't figure out how to do button for this via apex developer)
    <form>
    <input type="button" onclick="bookmark()" value="Click here to bookmark me">
    </form>- login doesn't work anymore
    Copy of the same sample application but with more different / more unique alias and without the "Click here to bookmark me" button in the Login-region.
    http://apex.oracle.com/pls/apex/f?p=paavos_product_portal:LOGIN:0&c=PAAVO_POC
    - the bookmark could be stored without workspace name, but it might break if the same app. alias name appears in some other workspace http://apex.oracle.com/pls/apex/f?p=paavos_product_portal:LOGIN:0
    - login works now because no hassling with the button-code in the Login-region :)
    Then fresh new application with the following URL's and with the same symptoms.
    http://apex.oracle.com/pls/apex/f?p=POCTEST_NO_B_BUTTON:LOGIN:0&c=PAAVO_POC
    http://apex.oracle.com/pls/apex/f?p=poctest:LOGIN:0&c=PAAVO_POC
    - Enter with "demo" and "ApexIsGood". Please don't kill my workspace with lots of 'fishes' :).
    It would be good to have the URL constructed dynamically e.g. fetching the application_alias_name and the correct workspace to be used.
    In perfect world it would also be good to have feature in for redirecting the user from old version to production 'application alias' with dynamic action requesting the user to update his/her bookmark.
    But as said I am bit stuck ..
    rgrds Paavo
    Edited by: paavo on Apr 7, 2012 3:20 PM
    Edited by: paavo on Apr 10, 2012 4:05 PM

  • Using Application Alias in URL

    hi all,
    I wanted to use application alias name in URL of my application while running. I wrote an application alias in application definition, and tried to run it using its alias. Ir runs fine, but to my surprise when i switched to any other page except home page by using two level tabs, my application alias again changes to application id. Can anyone help me in this that what i am missing here? How can i use application alias on every tab click.??
    Thanks & Regards,
    Sunil Bhatia - Programmer
    Eon Technlogies Pvt Ltd

    I wrote an application alias in application definition, and tried to run it using its alias. Ir runs fine, but to my surprise when i switched to any other page except home page by using two level tabs, my application alias again changes to application id.That's the way it works. You'll have to look at mod_rewrite in Apache to achieve what you want. There's a Oracle Application Express (APEX) usage.

  • Target Application Alias of firebox-bin is overwritten

    I copied some speakable comments of my friend in the firefox-bin, and accidently it seems to have replaced the Target Application Alias of the firefox-bin for an empty (visible) text file with the same name. Does anyone know how or where to fix this? The speakable items of firefox don't seem to work anymore.

    Hello, do a Get info on Target Application Alias, if Kind is really an Alias then click Select New Original & choose Firefox.
    If not an Alias I imagine you could highlight Firefox in Applications, make an Alias, move & rename that Alias.

  • Version Info and Application Alias referencing

    Hello,
    in the "Edit Application Definition" there are settings for
    Application Alias
    Image Prefix
    Version
    I would like to display these informations on the webpage.
    Which Variables could use for displaying values?
    regards
    volker Strasser

    Hi,
    Application Alias
    http://download.oracle.com/docs/cd/E14373_01/appdev.32/e11838/concept.htm#sthref202
    Image Prefix
    http://download.oracle.com/docs/cd/E14373_01/appdev.32/e11838/concept.htm#sthref226
    You can use substitution string #APP_VERSION# in page templates.
    http://download.oracle.com/docs/cd/E14373_01/appdev.32/e11838/themes.htm#sthref1664
    Might help also
    http://oraclequirks.blogspot.com/2007/07/apex-substitution-strings-cross.html
    Br,Jari
    Edited by: jarola on Feb 11, 2010 5:22 PM

  • Application Alias Issue

    Hello,
    I am trying to login to my site using the application and page aliases. My link looks like:
    site/pls/ISR01DV/f?p=PJ:HOMEI get an error of "Unable to resolve page alias (HOME)" when I run this link, but if I use the application number (107), it works fine.
    Any ideas?

    Well, I ran them in Debug Mode, and they all worked. But the problem is that my clients won't be in Debug mode when they try to sign in.
    When I try and sign in for the first time, the combinations are:
    Works: App #: Page #
    App #: Page Name
    Doesn't Work: App Alias: Page #
    App Alias: Page Name
    When I try the Alias:Number combo, I get this error:
    "Expecting p_company or wwv_flow_company cookie to contain security group id of application owner"
    My Current Authentication Scheme is Database.

  • Specifing application ALIAS in XE version of ApEx

    How and where do you specify the following alias command in XE when there is no marvel.conf or dads.conf file?
    alias /myapp/ http://127.0.0.1:8080/pls/htmldb/f?p=100:1
    URL= http://127.0.0.1:8080/myapp
    thanks
    Paul Platt

    If anyone else is interested in a solution/workaround to this, then go to the following thread in the XE discussion group.. You may need a logon though...use your OTN UN/PW
    Setting up a simple URL alias for ApEx application.  No marvel.conf file???
    regards
    Paul P

  • Replacing the Applications Icon in the Dock, not just with an Applications alias--two different things

    There is at least one answer to my question posted here, except it's not quite accurate. I too accidentally yanked my Applications folder from the Dock (which, by the way, is very easy to do, so in the way is the Dock. It's just very easy to drag it or any other icon in the dock out accidentally while working in a another programs, most particularly perhaps while working furiously back and forth across the screen in a grahics program. And hiding the Dock doesn't help because one is constantly bumping the sides of the screen with the mouse. In fact, choosing to hide the Dock might make matters worse because one forgets it's there. That's what happened--I accidentally grabbed it and pulled it out.
    I thought to put back an alias out of Finder and it works okay, but not like before. The old Applications icon wasn't just an alias (and I don't recall there being a shortcut symbol attached to the old Applications Icon). Now when I click on it I don't get the balloon that used to pop up dislaying all of my program as large icons. Instead I just get a Finder-style list of my applications such that it's harder to locate the program I want to use.
    What I really want back is the old Icon that worked as it used to work and that installs with the orginal installation of Snow Leopard. Does anyone know how to get that one back? Thanks,

    FYI - All Dock icons are aliases, however they don't show the curly arrow.
    To view your folder contents as you wish, right-click on the icon and choose the view options -
    "display as" 'folder' will just show the folder, 'Stack' will show the first application in the folder (usually Adress Book).
    View contenta as - list or grid - no fan option when the Dock's at the side (as it sounds like yours is).
    EDIT
    Incidentally, if you've dragged an alias to the Dock instead of the actual folder from Finder, you now have an alias pointing to another alias pointing to the Applications folder.
    Bit unnecesary.
    Message was edited by: noondaywitch

  • Comprehension question: Reporting Financials Dashboard (LPD_CUST) and Alias

    Hi together,
    We have activated the business package for financial reporting.
    We have set up in portal a system connection to R/3 system and assigned roles to user.
    user logs on, sees "financial reporting" dashboard in portal - everything fine so far.
    When he tries to open any report a "page not found or available" error messages pops up.
    In LPD_CUST we can assign system aliases. I'm not quite sure in which system they have to be defined
    R/3?
    Portal (connected SSO to BW)?
    BW?
    Could you please help me out?
    thank you in advance
    regards,
    Markus

    In my point of view, you should not do this kind of modifications.
    Instead you should change the portal roles you are using and assign the configuration directly to the IView.

  • Duplicate Alias for Application (BUG?)

    We have noticed that APEX (v3.0.1) allows you to have multiple applications with the same application alias's has anyone else discovered this?
    In FLOWS_03000 I cannot see any unique constraint for alias.
    Might be a issue as different application id's will point to same alias
    Regards
    Graeme

    Graeme,
    ...to have multiple applications with the same application alias's...
    ...with the same application alias...
    Not within a given workspace. Across workspaces this is allowed in which case you may have to use the &c= argument in the f call if the URL uses an application alias. Further elaboration here: Re: ERR-7620: When User tries to access application in development
    Might be a issue as different application id's will point to same alias
    Application IDs don't point to an alias -- aliases resolve to a specific ID within a workspace.
    Scott

  • Can Application Builder report be modified to show the app ALIAS as well?

    Hi All,
    Is there a way to customize this report to show also the application alias?
    It would be very useful for us because we have several versions of the same applications and the only difference between them is the application alias.
    Regards,
    Harvey

    Hi Scott,
    I'm referring to the 'View Applications' report (page 1500) of the Application Builder.
    As I posted before, we would like to see the app_alias as well on this report.
    Is there any way to get this?
    Regards,
    Harvey

Maybe you are looking for

  • Premiere pro cc2014 and audio file ac3

    Good morning In premiere pro cc2014 help it is specified that Ac3 audio format is supported. Each time I try to import such a file the program sends an error message stating the contrary! what is the solution? My software is updated; I don't understa

  • Can't charge shuffle because I can't properly eject

    I understand that the shuffle doesn't charge if the orange light is blinking and that you have to eject from iTunes to get it stop blinking. When I eject from iTunes, I get the message that it can't be ejected from iTunes because files on the shuffle

  • Images in tables

    Hi, There is a requirement for me like in a table there should be some fileds along with images. how to include image in a table. it shoud visisble like a link. when i click link it sohlud open the image. how to do this. what all r the steps i need t

  • How we make time table in SAP?

    Hi Experts If i am going to implement SAP HCM in any college or University and I want to make a format of daily time table, examination detail, mark sheets and degree. So how we can do this?  And also how Payroll is different from the other organizat

  • Why wont my macbook pro wake from sleep when i try to use it?

    When my Macbook pro goes to sleep I cannot wake it back up, the rainbow spiral spins and spins and will not stop with the black screen i have to hold the power button to turn it off and then turn it back on