Path of the application which is entered in Viewer option

Hi,
What is the path of the application that is entered in the viewer options. I basically want to see the applications that are available for the MIME types. Also is there a way by which we can add new applications.
Ex: Lets say I want to open the CP output directly in Notepad. Is there a way to achieve this. If notepad application is not there already is there a way to add the custom applications. Kindly let me know.
Kindly apologise if this is not the correct forum.
Thanks

Hi,
If you are referring to Oracle Apps concurrent request output viewer, check on the metalink note below:
Note 184375.1 - How to Setup The Report Output to Different Viewer Types in Oracle Applications 11i
Hope it helps.. E-Business Suite-> AOL forum could provide additional info.
Regards,
Rownald

Similar Messages

  • F4 help for file path in the Application server

    Hi All,
    i want to provide the F4 help so as to enable us to give the file path in the application server (AL11). I'm in version 4.0
    Regards
    Shekhar

    Hi
    Copy paste the following code and see the result
    Here you can see 2 types of open dialogs
    1. Directory View
    2. File View
    Use any one as per your requirement.
    DATA : l_filetable TYPE filetable,
           l_rc TYPE i.
    DATA: l_folder TYPE string,
          l_file TYPE string.
    PARAMETERS: p_folder(100) TYPE c,
                p_file(100) TYPE c.
    *Provide a Dialogue box for getting a folder path
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_folder.
      CALL METHOD cl_gui_frontend_services=>directory_browse
        EXPORTING
          window_title    = 'Select Folder Path'
          initial_folder  = 'D:\'
        CHANGING
          selected_folder = l_folder.
      p_folder = l_folder.
    *Provide a Dialogue box for getting a file path
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_file.
      CALL METHOD cl_gui_frontend_services=>file_open_dialog
        EXPORTING
          window_title      = 'Select a Text File'
          initial_directory = l_folder
        CHANGING
          file_table        = l_filetable
          rc                = l_rc.
    Reward points generously
    Regards
    Akshay Chonkar
      READ TABLE l_filetable INTO p_file INDEX 1.
      CHECK sy-subrc <> 0.

  • Probelm in getting absolute path of the application folder?

    I have problem in getting the absolute path of the application folder.
    I wriiten the following line in my action class:
    String absPath = getServlet().getServletContext().getRealPath("/");
    when i run my application 'DTH' in Tomcat server, I am getting correct path :
    C:\Tomcat\jakarta-tomcat-5.0.25\webapps\DTH
    But when i run this application in weblogic server, I am getting null value for the above line.
    Can any one help me in this?

    public java.lang.String getRealPath(java.lang.String path)
    This method returns null if the servlet container cannot translate the virtual path to a real path for any reason (such as when the content is being made available from a .war archive).
    so, getRealPath() might not be a very good approach because of its different behavior when used from a war or exploded application.
    What you could do is:
    1. pass the path as a parameter inside web.xml (config files, log files etc)
    2. For dynamic lookup of files you could make use of ClassLoader.getResource().
    Hope it helps.

  • I have just purchased a subscription of Acrobat XI Pro, which I installed in my computer a long time ago, when I first tried it. Alas, I cannot open the application, which keeps asking me for a serial number I have not yet received. What the hell is going

    I have just purchased a subscription of Acrobat XI Pro, which I installed in my computer a long time ago, when I first tried it. Alas, I cannot open the application, which keeps asking me for a serial number I have not yet received. What the hell is going on?

    [discussion moved to Acrobat Installation & Update Issues forum.]

  • What is the application which is always trying to connect to a server ?

    what is the application which is always trying to connect to a server ?
    My macbook is always trying to connect to one of my Mac which is not on the network ?
    How to stop with that ?
    Cheers.

    Oh, just the message ("there was a problem connecting to the server...."..)
    I (perhaps) just find the solution..
    I reset the sync service folder
    http://support.apple.com/kb/TS1627

  • HT5622 why i cannot download the application which is free? I make apple id and im trying to download but it show that i have to review my apple id and they are asking the account number. what i should do? please help.

    why i cannot download the application which is free? I make apple id and im trying to download but it show that i have to review my apple id and they are asking the account number. what should i do? please help.

    To use an Apple ID, in the iTunes/App store, requires a payment method be associated with your ID. That can be either a credit card, or if no credit card, you can redeem an iTunes gift card. So, do you have a payment method associated with your account?

  • Could not edit original smart object because the application which created the smart object could not be launched

    could not edit original smart object because the application which created the smart object could not be launched

    Hi there,
    I got this problem when I installed Adob master collection Over CS 5.
    I had children book story storis which created in Adobe illustrator CS 5 and I created art boards in Adobe photoshop cs 5.
    After installting CS 6 i tried to edit the smart objects and it was not opeinging the smart object file in Illustrator.
    I did some tests.
    1) Right click on smart object layer and click export contents. Save on desktopp or anywhere you want. (I saved on desktop)
    2) I had this file on my desktop (Vector Smart Object10.ai) but it didn't show any icon, which program should open this type of file.
    3) Double click on the file and it pop up a extension window 'Click on change and select adobe illustrator' and press OK.
    4) Go back to your photoshop file and right click on smart object layer and click dit content. now this time it opens up assets in illustrator.
    ENJOY!
    Thanks
    Haroon
    www.4d-studios.co.uk

  • How remove the values which are entered in filter attributes of VO

    Hi,
    On top of one VO we are performing search using bind variables.
    To refine the search we have added filterable="true".
    Now when we perform seach and then we have filtered using one column we got result and we proceeded.
    When we come to this screen again when i perform search with the bindvariable and click on search then the previously applied filter is also getting applied
    becuase the value in that filter is still there.
    So How can i remove the value which is entered in filter attribute of the VO programatically.
    Please help me.
    Regards
    Gayaz

    would this help you:
    http://adfscopes.blogspot.com/2011/03/programatically-clearing-filter.html

  • Error handling: Customizing error details: Info about the the path to the VI which has thrown the error

    Hi,
    I need a quick advice about how to display in the error cluster the information about the path and VI which has thrown an error.
    When I don't prepare my own error message, and the error is captured automatically, the information about the path, Vi name and calling VIs is presented automatically.
    When I prepare/define my own basic error cluster I have only what I define in the string part of the cluster. 
    How to cause tha apperance the path and VI name in my defined error message?

    MimiKLM wrote:
    You mean this link
    That's helpful too but,  I had read "When I prepare/define my own basic error cluster I have only what I define in the string part of the cluster" as you wanted to use a file to expose those custom error codes and ultimately ship them with your solution dynamically rather than statically
    The error ring will pick up any custom errors you define in the error file(s).  Including formatting!  this then populates the explain errors and error dialogs just like any error definition that ships with any LabVIEW component or toolkit.
    Certainly, an error ring can also STATICALLY define or re-define an error within the application instance the ring is called from.  Those Error Rings are quite flexible!
    Jeff

  • While executing the application which method will trigger first

    Hi all,
    while executing a webdynpro application which hooker  method will trigger first?

    Hi Naveen,
    The first method called is the WDDOINIT of the component controller.
    For more details on hook method please see the below link.
    http://wiki.sdn.sap.com/wiki/display/WDABAP/HooksMethodsinWebdynprofor+ABAP
    http://help.sap.com/saphelp_tm70/helpdata/en/45/c87f413e70010de10000000a1550b0/frameset.htm
    Thanks
    Pradeep

  • How to remove the application which is downloaded from app store

    I have downloaded pocket pond application from app store. However I would like to remove it as I do not like it. Can you let me know how to remove the application?
    Regards
    AADK

    Press and hold the icon until it wiggles.  Press the x to delete the app.  Press the Home button when done.
    http://manuals.info.apple.com/en_US/iPhone_iOS4_User_Guide.pdf

  • I purchased QT Pro, and the manual indicates that you can export to Windows Media.  However, the application does not give me that option.  Am I missing something?

    How can I export a movie to Windows Media using QT Pro?  Upgraded QT7.7 to Pro for this reason based on the graphic in the QT manual that indicates Windows Media is an export selection.

    In my original e-mail I actually pasted a screen print of the drop-down menu in the manual.  However, here is the link:
    http://images.apple.com/quicktime/pdf/QuickTime7_User_Guide.pdf
    Go to section 4:  Exporting Files with Quicktime Pro.  Page 42 has an illustration of the menu choices.  The text states “To see the list of file formats available for a movie open in QuickTime Player, choose File > Export and browse the list of file format choices in the Export pop-up menu.”  In the illustration of the drop-down menu, the selection “Movie to Windows Media” is listed between “Movie to QuickTime Movie” and “Sound to AIFF.”  However, the actual application does not provide this option.  After reading the support threads (after my purchase), users agree that  WMV is not supported.  However, the Apple user manual clearly displays this option and it was this documentation that led me to purchase the QT Pro upgrade.  If the format is not supported, why is it listed in the documentation?
    I feel that this illustration is misleading, and I’m requesting a refund based on the fact the application does not support an option illustrated in Apple’s published manual.
    If this e-mail supports attachments, the attached file is the pdf version I saved of this manual.
    Curt

  • FCPx will not open, Leaves spinning beach ball of death over the application which is unresponsive after upgrade to 10.8.2.

    I recently decieded to upgrade my computer from Lion to Mountain Lion, right after the upgrade this problem started with my FCPx 10.0 so i decided maybe the software was unsupported so I chose to download the trial of 10.0.6 FCPx. This aswell became unresponsive. I have already tried deleting all of my FCP projects, which did not change the problem at all. It would be nice if I could get a fast response on this because I have a deadline for an edit of one week.

    HI Suisse-Lad, try removing the FCPX state information..
    Simply
    quit or force out FCPX
    use the Finder or the terminal.app to PURGE | REMOVE | DELETE the following state inforataion from FCPX before you start looking at the FCPX prefs which I'm confident others may suggest.
    Step 1: delete this:
    ~/Library/Save Application State/com.apple.FinalCut.savedState
    Step 2: USe Finder or terminal.app rename these two folders that appear on ANY file systems you have where they exist where you may have asked FCPX to put its goodies, rename to something else:
    Final Cut Events and Final Cut Projects to zzz.Final Cut Events and zzz.Final Cut Projects
    This should cause FCPX NOT to try and reinstate the FCPX UI like it was launched last time and secondly NOT to try and LOAD any events or reinstate an PROJECTS and build proxy thumbnails because it wont find any. If you'r enew to FCPX these two directiries will be likely in your ~/Movies directory...
    Step 3: Launch FCPX and see if yourresults differ.
    Step 4 (optional) IF not then as others may suggest to delete the 3-4 com.apple.FinalCutxxxx.plist files in the ~/Library/Preferences (your home domain library)
    Post your results for other to see.
    Warwick

  • How to get the real path of the application in a JavaBean?

    Hi everyone,
    I know this has been asked several times before, but I I am not really satisfied with the answers... :-)
    I am writing a webapp which uses XML files for storing information, the "business" logic is in JavaBeans. So far I just used hardcoded paths, now I will have to put the thing on a server and need a better solution.
    I understand I can use getServletContext().getRealpath() but that doesn't work in a Bean.
    One solution would be to fill a (hidden) field calling that and passing the field to the Bean, but I don't really like that solution.
    I am using Java Studio Creator 2 (Update 1), isn't there a way to access the ApplicationBean instance in my JavaBeans? As I understand it, I could get the path from there as well.
    Thanks!

    When you create the bean that contains the business logic you will have to pass in the real path either as a constructor parameter or by setting a property of the bean.

  • With version 5.0.1 bookmarks are automatically updated when launching the application, which was not the case in the previous versions. Is it possible to avoid that ?

    I prefered the previous versions when the bookmarks did not update automatically when launching Firefox

    _VZ_ wrote:
    So the question is whether I can somehow coax the linker to give an error
    when these symbols are used?I guess you can - with a bit of a hack. You an probably use a map file telling linker to use only version SUNW_1.4.1 (or whatever version your client machines' have). This way you'll get errors about missing definitions up front:
    $ cat mapfile
    libCstd.so - SUNW_1.1.1 $ADDVERS=SUNW_1.1.1;
    $ CC -M mapfile  a.cc
    Undefined                       first referenced
    symbol                             in file
    std::string::~basic_string() a.o  (symbol belongs to unavailable version /export/opt/sunstudio12.1/lib/sparc/libCstd.so (SUNW_1.2))
    std::basic_ostream<__type_0,__type_1>&std::operator<<<char,std::char_traits<char>,std::allocator<char> >(std::basic_ostream<__type_0,__type_1>&,const std::basic_string<__type_0,__type_1,__type_2>&) a.o  (symbol belongs to unavailable version /opt/sunstudio12.1/lib/sparc/libCstd.so (SUNW_1.2))
    void std::string::__unLink() a.o  (symbol belongs to unavailable version /opt/sunstudio12.1/lib/sparc/libCstd.so (SUNW_1.2))
    ld: fatal: Symbol referencing errors. No output written to a.outSee Linker and Libraries Guide, section "Binding to Additional Version Definitions" (http://docs.sun.com/app/docs/doc/819-0690/chapter5-81344?l=en&a=view) for explanation and an example.

Maybe you are looking for

  • Saving PDF's to previous subfolder.

    I am saving pdf files from Outlook 2010 to a flash drive, I would like it to save to the last subfolder that I had saved in previously, not to go back to the default folder.  It had done this prior and than quit doing it.  Not sure how to get back to

  • Can't open itune

    Can someone help me? I just installed Window vista today and now when i clicked on itune, It states "the folder 'itunes' is on a locked disc or you do not have write permision for this folder". Can someone help me how to get itune working? Thanks

  • Airplay Audio

    I have a Music Tech Mac Lab with an AppleTV connected to a laser projector. I don't want Airplay to switch my audio to the AppleTV & projector. I have better audio hooked to my computer. Can I stop Airplay from switching to the lower quality laser pr

  • My iphone 4s suddenly lost all my appts. on my calendar and all my personally assigned ring tones. I just received a ipad air and did nothing that I know of to change anything on my phone.

    Help! I am a newbie at this. Have an Iphone 4s has been working fine. I use my calendar for appts. and I have assigned ringtones for certain contacts. Today for no reason that I know of the calendar is empty and the special ringtones are gone. I just

  • Loading library, never streams, force quit iTunes

    I can sync just fine, I can view movie trailers and YouTube with no glitches but I can't stream after changing sources, I just get the spinning wheel and it says loading my library, it gets stuck there and my iTunes freezes up and I have to force qui