Application help display

Hi,
I want to display the application help for any transaction openned but when i do this a browser is launched and a file of help is opened but an error is appearing telling that " navigation to web page is cancelled"
Any help please,

Hello Zied,
Can you paste the url in the borwser.
Regards.
Ruchit.

Similar Messages

  • The custom error message in the bank application is displaying in English

    Hello Team,
    The custom error message for a blank institution number in the bank application is displaying in English when the user is logged in French. See attached screen shot.
    ESS --> Personal Information --> Bank Information.
    Could any one let me know the procedure in solving the error. Helpful answer is highly appreciated.
    Thanks,
    Sankar

    Hi,
    sandip is correct, go to SE11 Table T100.
    I did it this way: Searched for (in my case) SPRSL = DE and TEXT = "Bitte Bankschlüssel eingeben" (that's the said error message). With the upcoming result I got the message ID and message Number, these are:
    ARBGB = 'AR' MSGNR = '195'
    ARBGR = '1J' MSGNR ='510'
    Maintain them for your SPRSL and you should be fine.
    regards, Lukas

  • Error while opening the application help

    Hello,
    We are trying to open the application help from the R/3. It is giving
    us the follwoing error.
    This is linked to the knowledge warehouse server 6.20.
    Error:
    SAP Internet Knowledge Server
    The IKS cannot display the page you asked for.
    Please contact the administrator if this problem persists.
    Additional infomation:
    RFC Error: System exception raised, connection closed (SIW_IKS_VAR_GET)
    RfcRc: <3>, ErrorInfo:
    The confuguration looks fine as per the note # 381266.
    The help is working fine previously.
    Thanks in advance.
    Best regards,
    Madhav.

    Hi Arun,
    Error due to incorrect installation of life cycle designer.
    check the below links for solution.. ( same issue ).
    Error Message "Error while Opening the Document"
    Error - Adobe Live Cycle designer
    Regards
    Srinivas

  • Choice between UPK in-application help and standard EBS help

    Hi,
    We are on a EBS 11.5.10 project, implementing UPK.
    We got UPK in-application help working; changed custom.pll, set the profile option, everything fine.
    Now we would like the users to have the choice between UPK help (default) and standard EBS help.
    Therefore we opened the In-Application Support Player Configuration, and created a new Tab:
    Type: Oracle E-Business Suite help
    Tab Text: EBS help
    URL: ?
    Whatever we put in the URL, it won’t display the standard EBS context sensitive help. We can see the ‘EBS help’ tab when selecting ‘window help’ in the application but the page is blank or shows an error message.
    Do you have any tips on how to get this working?
    Thanks,
    Abe de Beer
    EBS Financials consultant
    Oracle Belgium

    Hi,
    I have the exact same requirtment, Could you please give the step what you have done so that it would be helpfull. Also after publishing the content on the i am not seeing the "Application Option" i am seeing the smart help. do we need to configure on "Application Option" or on smart help. Where ever is see the doc it says configure oracle_gateway.html but i dont see oracle/hemi folder at all. do know if there is a set up that has to be done to get this option (UPK 11.10.1)
    Thanks

  • Help displaying a splash screen.

    Hi Guys.
    I need help displaying a splash screen as an advertisment or something before i have my main application run.
    Here is the code i wrote (it works as if it were a seperate application)
    * To change this template, choose Tools | Templates
    * and open the template in the editor.
    package MajourProject;
    import java.awt.AWTException;
    import java.awt.Dimension;
    import java.awt.Robot;
    import java.awt.Toolkit;
    import javax.swing.ImageIcon;
    import javax.swing.JLabel;
    import javax.swing.JOptionPane;
    import javax.swing.JProgressBar;
    import javax.swing.JScrollPane;
    import javax.swing.JWindow;
    * @author Matt
    public class SplashScreen extends JWindow
        public SplashScreen()
    Start();
        public void Start(int UpTime)
            ImageIcon ii = new ImageIcon("src/1.jpg");
              JScrollPane jsp = new JScrollPane(new JLabel(ii));
                    JProgressBar Bar = new JProgressBar();
              getContentPane().add(jsp);
              setSize(853,303);
              centerScreen();
              setVisible(true);
                   try
                                Thread.sleep(20000);
                               dispose();
                   catch(Exception IE)
            private void centerScreen()
                    Dimension d = Toolkit.getDefaultToolkit().getScreenSize();
                    int x = (int) ((d.getWidth() - getWidth()) / 2);
              int y = (int) ((d.getHeight() - getHeight()) / 2);
              setLocation(x, (y-100));
           public static void main(String [] args)
                 new
    }

    And there's a problem with that code, is there?
    I don't really feel like running the code to find out what that problem might be, so let me just point out that splash screens are built into Java 6. Adding a splash screen to your program requires nothing more than using a command-line argument to point at the image file.

  • Help Application Help the browser opens but getting err msg

    Hi,
    when we select Help -> Application Help ,the browser opens but we get
    the message that 'Page cannot be displayed'for some transaction codes,
    not for all transaction codes.For eg.sm50,PA20,PPOME.
    Please help me .
    Thanks And Regards,
    Minakshi

    Hi Juan,
    Thanks for your valuable reply.
    But My question is help->application help browser is displaying for other t.codes like ST22,sm21 etc. but it is not opening for sm50 ,PA20...in a system.
    SR13 configuration setting is for all t.codes whereas we got error msg 'page cannot be displayed ' for some t.codes not for all.
    Please help me on this.
    Thanks and Regards,
    Minakshi

  • Application help window

    To All, 
    Is there a feature in labview to create an application help window?
    -Cosmica 

    Right click on a control and select description and tip.
    Whatever you write in description will be displayed at the help window (ctrl+h) when the mouse is over that control.

  • How to implement "Application Help" for activated Businiess Functions & Add Ons?

    Dear all
    I am setting up a SAP NetWeaver System with Business Function INSURANCE activated (for the use of FS-CD) and the reinsurance Add On FS-RI installed.
    I am able to set up "Application Help" in transaction SR13 for the "ERP/ECC part", meaning: When I open some "normal" ECC/ERP transaction, like MM03 oder PA20 and click on ("Help" in menubar >) "Application Help" in SAP Gui, a browser opens an shows me the context sensitive online help page for the corresponding transaction. (For PA20, this is "Displaying HR Master Data", for MM03 it's "Displaying Material Master Records")
    If I open an FS-RI transaction (like "/MSG/H_BORD1" oder "/MSG/R_V3"), I am only forwarded to the general SAP Library. But there is an online documentation available ("SAP for Industries" > "SAP Insurance Management" > ...)
    So, how to link the Business Functions and Add Ons with the Online Help?
    Is there a simple way to set up "Application Help" for activated Business Functions and installed Add Ons?
    I found some (online) documentation, but this is all more confusing than helping...
    Thanks for any help!
    Frank

    Second, when you create a Core Data Document Based application, XCode generates the MyDocument class, derivating from NSPersistentDocument. This class is dedicated to maintain the Managed Object Model and the Managed Object Context of each document of your application.
    There is only one Context and generally one Model for each Document.
    In Interface Builder, the Managed Object Context must be bound to the managedObjectContext of the MyDocument instance: it's the File's owner of the myDocument.xib Nib file.
    It's not the case in your Nib File where the Managed Object Context is bound to the invoiceID of the Invoice Controller.
    It's difficult to help you without an overall knowledge of your application, perhaps could you create an InvoiceItem Controller and bind its Content Set to the relationship of your invoice.

  • Photoshop CS4 in-application help

    I am using the trial Photoshop CS4 and cannot get the in-application Help to work. the CS3 Help works just fine.
    When I launch Help from the Menu bar I am directed to the Adobe Site.
    When I launch the Adobe Help application from the Applications folder, I get the Help window, and when I click on the 'Help for' menu and Choose 'Adobe Photoshop CS4' I get this
    "This topic is in the Help system of another product. To view the topic, install that product. file:///Library/Application%20Support/Adobe/Help/en_US/Photoshop/11.0/help.html'
    I need 'Help' with 'Help'.
    Fitz

    What Buko says.
    Also, when you've opened that page, you'll see a little (
    very little) PDF icon at the top there, which gives you the option of downloading the whole Help site as a 40+MB PDF document to your drive. Useful if you're always connected to the Internet, but it has the downside of not benefiting from updates, additions and corrections.

  • I have an ipod touch 2 and rebuilt my laptop.  Reinstalled ITUNES and can't find my applications on ITunes after login.  I tried to activate Itunes again but it didn't.  How can I get my applications to display on ITUNEs?

    I have an Ipod Touch 2 and rebuilt my laptop.  Reinstalled ITUNES and can't find my applications on ITunes after login.  I tried to activate Itunes again but it didn't.  How can I get my applications to display on ITUNEs?

    It sounds like you essentially have a new computer and unless you restored from a backup your iTunes library would be empty.  You can transfer your iTunes purchases from your iPod to the computer by:
    iTunes Store: Transferring purchases from your iPhone, iPad, or iPod to a computer
    SInce you changed syncing computers. after you move the stuff you need to restore the iPod to factory defaults and sync the stuff back to your iPod.  If you had the iPod backup file you could restore from backup.
    If you have non-iTunes pruchases you can copy them to your computer by using one of the third-party programs discussed in this previous discussion:
    Best iPod to PC

  • Application Help in IR and ID

    Hi Everyone... I am Varun, an XI Consultant.
            Would anyone help me in resolving this issue.
       I want  to <b>ENABLE</b> <b>Application Help TAB </b> in <b> HELP Menu </b>where we have in <b>Integration Repository </b> and <b>Integration Directory</b> screens.
          I Would appreciate if anyone would me in this regard.
    Regards,
    Varun Reddy.K

    Thanks, Jaime Farinos for you reply and that helped me alot..
    Now i could successfully get enable the APPLICATION HELP tab in the Help Menu in Integration Repository and Integration Directory.
    As you suggested me to implement note 839880 and i did the same
    As i gave the url as http://help.sap.com/saphelp_nw2004s/helpdata in com.sap.aii.docu.url and it worked well but which ever object i select in IR/ID only the above url is getting enabled because i gave that url as default.
    Now what i need is for example if i select Mapping Obects in Integration Repository or for example Sender Agreement in Integration Directory and when i press Application Help tab in Help Menu, then that correspoinding url of (Mapping Obects  or Sender Agreement ) of help.sap.com page should get opened respectively and so on.
    Hope you got my point.
    Please help me in this issue.
    Regards,
    Varun Reddy Kasireddy.

  • Application Help in Spanish

    Hello,
    On the site help.sap.com, there is no application help in spanish for:
    SAP ERP Central Component 6.0
    SAP ERP 6.0 – EHP2
    SAP ERP 6.0 – EHP3
    SAP ERP 6.0 – EHP4
    SAP ERP 6.0 – EHP5
    SAP ERP 6.0 – EHP6
    SAP ERP 6.0 – EHP7
    The last application help in Spanish was published with SAP R/3 Enterprise Release 4.70  in 2003.
    Somebody knows, when will sap publish application help in spanish?
    Kind regards,
    Milton.

    This should help...
    QuickTime or iTunes Installer "Could not open key" alert stops install on Windows

  • Application Help in German

    Hello,
    One of our users when he clicks in Application Help, the browser starts SAP HELP in German language. This happens only for a couple of them and the rest of the user commuinty is having ENGLISH.
    Can any one suggest if it is any parameter setting or GUI setting etc where the user has gone wrong.
    He has the other SAP screens and work in Perfect English and only the SAP help pops out in German language.
    Any poiinters to solve this query would be great and awarded suitably...
    Thanks.
    Sri

    Hi Keerti,
    Thanks for the response..... but there is only one variant in settings..IBWHELP and its the same for every one.. we have tried copy Ssystem Settings option as well but of no use... and i have only 2 users with such issue where the HELP file opens in German....
    Any other views or pointers would be appreciated...
    Br,
    Sri

  • Problem in Application Help Configuration in Solution Manager

    Hi Experts,
    Here I facing one problem during Application Help configuration..
    When I am going through application help for Solman Configuration it's taking me to standard erp help..
    Where as in SR13, under PlainHtmlHttp,
    In path tab I had given <b>saphelp_sm40/helpdata</b> for solution manager document.
    But for other standard t-code it's giving actual application help.
    where for SMSY,SOLAR01 etc i am not getting the application help.
    Looking for advices.
    Thanks & Regards,
    Sumanta Chatterjee

    Dear Sumanta,
    This depends on how you want to (or how you can) use this http://help.
    sap.com site.
    At first you must be aware of the different areas on this site, these
    areas have different URL structures, for example:
    - http://help.sap.com/saphelp_erp2004 <<< for mySAP ERP
    - http://help.sap.com/saphelp_47x200  <<< for R3 Enterprise
    - http://help.sap.com/saphelp_nw04    <<< for SAP NetWeaver 04
    - http://help.sap.com/saphelp_sm32    <<< for SAP Solution Manager 3.2
    The main problem is that in the area "http://help.sap.com/saphelp_sm32"
    there is only online documentation for the Solution Manager
    functionality.
    Can you please check the table SBAON_CCHK with transaction SE16.
    The following record must exist:
    MANDT COMPONENT                NAME_EN
    xxx   ST                       Solar Help
    If this record does not exist, please create this record manually.
    This should help resolve the issue.
    Regards
    Amit

  • Application not displaying in workspace

    Oracle BPM application not displaying in BPM Workspace but it is displaying in weblogic console ,EM and in workspace role  please give solution its urgent...

    Login to BPM Workspace
    <HostName>:8001/bpm/workspace/
    Administration
    Select the Human Tasks in your Process
    Assign users to those Human Tasks
    Login to BPM Workspace with that user

Maybe you are looking for