Web link in specific menu definition

Hi,
I'm trying to add a web link to a specific menu. I used the se43n transaction, but It seems like there may not be a straightforward way to customize it.
Do you have an idea on a simple solution ?
Thanks in advance.

Hi Mohaned,
    There is a function module named 'HELP_START'.
This fuction module calls web browser with particular link. e.g. when u click quick help (in help menu) then this function module is called.
otherwise u can call function module 'CALL_BROWSER'
with particular url. you have populate url first then pass it to FM as
  CALL FUNCTION 'CALL_BROWSER'
      EXPORTING
           url                    = url
        BROWSER_TYPE           =
        CONTEXTSTRING          =
   EXCEPTIONS
        FRONTEND_NOT_SUPPORTED = 1
        FRONTEND_ERROR         = 2
        PROG_NOT_FOUND         = 3
        NO_BATCH               = 4
        UNSPECIFIED_ERROR      = 5
        OTHERS                 = 6
Hope this helps you.
Award forum points to useful answers.

Similar Messages

  • Html link to specific photo in flash web export

    I want to send someone links to specific images in my flash web export. I know I can direct them to the source image file, but I want them to see it in the flash export interface. Is there a way I can make a duplicate copy of the index.html and edit the start image and save as another name, or would I have to copy and alter the flash file?

    You can't do a direct link to the image witht the built-in Flash movie. If you need to do this often, consider getting the SlideShowPro web engine and switching on "permalinks".
    But to resolve your existing problem, it is fiddly. I assume you want the rest of the web gallery to work, so copy the index.html file, and then look for a folder called resources\mediaGroupData and make a copy of the file group.xml, so you have two xml files in that folder. What you would need to do is edit this "copy.xml" so it only lists your picture. Then back to your copy of index.html and replace any references to group.xml with copy.xml. I told you it was fiddly!
    John

  • Web links do not show as visited according to my color selection in content menu. visited siles/links should be in red, mine are not chsnging sfter a visit to a sits.

    web links do not show as visited according to my color selection in content menu. visited sites/links should be in red, mine are not changing after a visit to a sits. A good example would be a visit to a news article in google. mu colors are set to res for visited sites - it does not happen, in fact nothing changes

    Google is using a visited color (#551a8b) that is hardly distinguishable from the unvisited color (#2200cc), so may not notice it.
    * Make sure that you not run Firefox in (permanent) [[Private Browsing]] mode
    * You enter Private Browsing mode if you select: Tools > Options > Privacy > History: Firefox will: "Never Remember History"
    * To see all History and Cookie settings, choose: Tools > Options > Privacy, choose the setting <b>Firefox will: Use custom settings for history</b>
    * Uncheck: [ ] "Automatically start Firefox in a private browsing session"
    You can look at these prefs on the about:config page to make sure that you keep history.
    *http://kb.mozillazine.org/browser.history_expire_days (180) (also affects saved form data)
    *http://kb.mozillazine.org/browser.history_expire_days_min (90)

  • How to create a flash menu that links to specific slides with in a Captivate swf

    Hi,
    I was wondering if someone could step by step explain how to
    create a menu in flash that links to specific slides with in a
    captivate swf. I understand that there is a rdcmndGotoSlide
    command. I can't seem to get it to work.
    Thanks,

    pdp_1 wrote:
    Hi!
    I would like to create a DVD menu that offers two languages. So the first page gives two options: Language 1 and Language 2. Then depending on which language you choose, you go to a menu that proposes different videos and a photo slideshow.
    Regardless on which language button you click on initially, you get the same content but in different languages.
    I've been looking at Premiere's templates, which I can certainly customize, but I really don't see how to create the double menu. Does anybody have an idea?
    Put the video with the first language on the timeline followed by the video with the second language.  Use chapter markers so you can have each video as a chapter in the menu.
    I use Premiere Pro, so I can't give more specific directions. Perhaps somebody like ATR will chime in.
    Also, I have another question: can I put videos from different projects in the same DVD with Premiere or must all of the videos that go into the DVD be in the same project?
    Thank you very much!!!
    pdp1
    They must be in the same project.

  • Create a Button that Opens a Specific Web Link from a Dropdown Box

    Hi guys.  My main question is, how do I make a Button that opens a specific Web Link, depending on the URL selected in a Dropdown box?
    Example:
    I'm a comlpete newbie and need a code sample of how this would work!  Thanks!
    I have a couple other questions which are related to this. 
    1) Is it possible to hide the URL in the Dropdown list, and only show the Name, so for examlpe, it would only list Hotmail, Gmail, Yahoo, and not the www....com?
    2) Another more advanced question is, once the web link is opened, is it possible to have adobe input or fill-in the Login and Password fields into the website and then hit "Enter" for you.  The Username and Password would be stored somewhere in adobe and would depend on the weblink opened. So for example: When you open Hotmail, it would use the following; Username:[email protected] and Password:password1, but if you opened Gmail, it would use a different Username and Password stored for Gmail.
    3) Finally, out of curiousity, is it possible to have adobe extract data from a website, and fill them into an adobe form?  This maybe over my head, but any starting point or examples would be of great help!

    Use something like this as the button's MouseUp action:
    app.launchURL(this.getField("URL Dropdown").value));
    To answer your other questions:
    1) Yes. Place the URL as the export value of each option, and the name of the site as the display value. The code I provided can remain the same.
    2) No.
    3) Might be possible, but it's very tricky. The way to do it would be to convert the website to a PDF, process that PDF to extract the data from it, and then use that to populate the form fields. That would require quite advanced scripting knowledge, but it could be possible.

  • In web dynpro i want explanation/definition for the following things

    Hi dudes,
             I want explanation *** definition for the following
    (1) web dynpro
    (2) Cardinality
    (3) methods
    (4) Nodes
    (5) Attributes
    (6) Interface
    (7) Views
    (8) Windows
    (9) Mapping
    (10)Binding
    (11)Model
    (12)Controller

    Hi,
    Here are the defintions for the terms you hav requested-
    Web Dynpro Architecture
    Definition
    Web Dynpro is the SAP NetWeaver programming model for user interfaces (UIs).
    The Web Dynpro model is based on the Model View Controller paradigm, and has the
    following features that build on the classic dynpro model:
    Clear separation of business logic and display logic
    Uniform metamodel for all types of user interfaces
    Execution on a number of client platforms
    Extensive platform independence of interfaces
    Web Dynpro provides support for developing Web representation of a business application.
    You use specific tools to describe the properties of a Web Dynpro application in the form of
    Web Dynpro metadata. The necessary source code is then generated automatically and
    executed at runtime. In addition to the events offered by the framework, you can also define
    your own events for a Web Dynpro application. However, the event handling must always be
    programmed in separate source code areas which are executed automatically when the event
    is triggered at runtime.
    In Web Dynpro, each user interface is always made up of the same basic elements. These
    elements of the metamodel can be statically declared using Web Dynpro tools.
    It is also possible to implement elements of the metamodel at runtime and to change them or
    reintegrate them at runtime. Using these implementations, you can make any changes or
    enhancements to a user interface that has been created by declarative methods by
    generating new interface structures at runtime.
    This means that you can combine declarative processes and the implementation of source
    code.
    A Web Dynpro component is a reusable entity. It summarizes all components that are
    required as part of this programming unit for an executable Web Dynpro application.
    The Web Dynpro component concept offers a number of advantages:
    Structuring of the programming
    Creation of easily manageable application blocks
    Reusability of whole components
    Decoupling of software projects in both time and space
    The Web Dynpro component contains any number of windows and views and their
    corresponding controllers. Additional Web Dynpro components can also be referenced.
    View
    A view describes the layout and behavior of a rectangular area of a user interface.
    Every Web Dynpro application has at least one view. The layout of a view is made up of
    different user interface elements, which can be nested in each other. The positioning of
    interface elements in one view is supported by the supplied layout variants.
    In addition to the visible part, the layout, a view also contains a controller and a context. The
    data to which the elements of the view can be bound are stored and managed in the view
    context, enabling them to be represented or used on the screen. The view controller can
    contain methods for data retrieval or for processing user input.
    Window
    A window is used to combine several Views and View Sets (the concept of view sets is only
    offered in Web Dynpro for Java). A view can only be displayed by the browser if it has been
    embedded in a window. A window always contains one or more views, which are connected
    by navigation links. One of these views, or a view set, is specified as the start view and is
    displayed the first time the window is called.
    Windows have inbound and outbound plugs.
    Inbound Plugs and Outbound Plugs
    A window has one or several inbound or outbound plugs. Using these plugs, a window can be
    included into a navigation chain. The concept of these plugs corresponds to the concept of
    the plug for a view. Each plug of a window is visible within the entire window and can be used
    for navigating within this window. In addition, one or several plugs can be made accessible to
    the component interface so that they are visible even beyond the limits of the component in
    question. They thus belong to the interface view of the relevant window.
    They are used to navogate from one view to other and pass the data between the views. Which view to be called next from current view - the flow of views is descriebd here using Plugs.
    Controller
    Controllers are the active parts of a Web Dynpro application. They define how the user can
    interact with the Web Dynpro application. The data that a controller can access is defined in
    the corresponding context. Different instances of controllers and contexts exist within a Web
    Dynpro application.
    View Controller
    Each view has exactly one view controller, which processes the actions performed by the user in the view.
    A view also has exactly one view context, which contains the data required for the view.
    Interface Controller
    Each Web Dynpro component contains exactly one component controller. This controller is a
    global controller that is visible also outside the component. It is thus part of the interface of a
    Web Dynpro component.
    Context
    Definition
    The data used in the component or in the view are stored in the context. Read-write access to
    this data is available using the controllers as a starting point.
    Structure
    The data from the contexts is managed in a hierarchical structure. Each context has a root
    node, underneath which the individual data fields (attributes) are stored in a tree structure.
    You create this tree structure according to the structure of your application.
    CONTEXT is generally called as a ROOT Node.
    Each context has nodes and attributes also.
    Cardinatlity
    Each node contains data fields that represent one of the following:
    u2022
    An individual instance of an object type
    u2022
    A table of instances.
    This property of a node is known as its cardinality. The following table summarizes the
    possible cardinalities for a node:
    Cardinality Description
    1:1 The node contains only one element instance, which is instantiated automatically.
    0:1 The node contains only one element instance, which must not be instantiated.
    1:n The node can contain multiple element instances, of which at least one must always be
    instantiated (and is instantiated automatically).
    0:n The node can contain multiple element instances, of which none have to be instantiated.
    Further information about this and other properties of context nodes is available in the section
    Context-Nodes: Properties.
    Recursion Nodes
    Dynamic node nesting is possible within a context, creating what is called a recursion node.
    The node that is used for recursion is always a predecessor of the new node. The newly
    created recursion node is a reference to a predecessor node and therefore cannot be
    processed separately. Instead it takes on the structure of the node to be repeated.
    Data Binding and Mapping
    Within the Web Dynpro architecture, the contexts of the different controllers can be linked in
    different ways:
    u2022
    A UI element of the user interface of the view can be linked with an element of the view
    context.
    u2022
    A mapping can be defined between two global controller contexts, or from a view
    context to a global controller context.
    The context of a global controller can be linked to a Web Dynpro Model.
    Defining Mapping Between Two Contexts
    The elements of a view context can be locally defined. In this case (represented in the graphic
    below as a "Local Node"), all the contained attributes are only visible within the relevant view.
    When the view disappears, the attribute values are deleted.
    Event
    The component controller allows you to create events.
    Events are used to communicate between controllers and enable one controller to trigger
    event handlers in a different controller.
    Cross-component communication can be implemented using the interface controlleru2019s events.
    Events that were created in the component controller are visible within the component only.
    Inbound Plugs
    Inbound plugs in a view also react like an event. Therefore, when a view is called using an
    inbound plug, the event handler that is optionally available for the inbound plug is always
    called first. In this case event handling takes place within the current view controller.
    UI Element Events
    Some UI elements, such as the Button element have special events that are linked with user
    actions. These events are predefined and have to be linked with an action at design time.
    Actions for UI Element Events
    Some UI elements such as the button element can react to a useru2019s interaction: clicking on
    the corresponding pushbutton can trigger a handling method to be called within the view
    controller. Such UI elements are equipped with one or several general events, which can be
    linked with a specific action at design time (switching to a subsequent view, for example). If
    such an action is created, an event handler method for this action is created automatically. In
    this way, you can equip a UI element event (which has been inserted several times into a
    view) with different actions as necessary. The event is then processed by the corresponding
    event handler depending on the action that is linked.
    Interfaces of Web Dynpro Components
    Each component has an interface in order to enable communication between Web Dynpro
    components and to enable a component to be called up by a user. This interface consists of
    two parts:
    Interface View of a Window Contained in a Component
    The interface view of a Web Dynpro window is used to link a window with a Web Dynpro
    application that can be called by the user.
    Reward if helpful.
    Best Wishes,
    Chandralekha

  • CCP Causes Web Links to Fail

    I get some pretty bizzare behavior when I run CCP.
    First, everything seems to work OK. I have it set up to run in compatibility mode in IE 10. I also use admin privileges to launch it. It seems to push things out fine. So far, it doesn't hang or anything.
    The problems are...
    While it's running, web links from other web pages and/or applications no longer function. That inculdes using the included help FAQs on the bottom of some pages, as well as links in emails received in Outlook 2013. Now the really weird part: Once I quit CCP, all those links seem to have been buffered and attempt to connect right away. (When I clicked on links multiple times -- not knowing why they weren't working -- after I quit CCP I got multiple browser tabs opened.)
    CCP seems to remove the "terminal length" when I later telnet to the box. Before running CCP: sh run pauses every so many lines; after starting CCP, neither sh run nor any other output pauses. I have to issue the terminal length 24 (or whatever) command to get it to pause again.
    Anybody else experience weird things like this when using CCP?
    UPDATE: I had been using CCP with the unsecure settings. When I went in using secure settings both of these problems disappeared. I'll leave the discussion up so that perhaps anyone else with a similar problem will know that it's an anomaly, but not unheard of...
    Regards,
    jeremyNLSO
    CCNA Routing & Switching, CCNA Security
    MCITP, MCTS
    Berlin, Germany
    Message was edited by: Noel Stanford Oveson

    This appears to be a bug with the tracking in the CWGraph control.  I have submitted your example program to the R&D department.  They should evaluate this issue for the next release of Measurement Studio. Unfortunately, there does not seem to be a decent work around other than not providing the option to select the Zoom function from the context menu.  I tried to specifically set the focus to the CWGraph control because I thought it may have been an issue with the focus, however this did not seem to resolve the issue.
    I appreciate you bringing this issue forward and explaining it clearly with an example.
    Regards,
    Tyler T

  • Creating DVD with PDF files and web links

    Hi all, first I'd like to say that these forums are a big help. I've spent DAYS scouring through topics learning. Of course, I know this opens it up for someone to post a link to a thread where my question has already been answered. Unfortunately, I haven't been able to find the specific help I need and would like to open a dialogue with experts.
    I am creating a marketing DVD for a product. We produced a video for it, but the client also wants the audience to have access to a large amount of research in this specific field. This exists as PDF files and links to websites.
    His previous Marketing CD was just that, a CD made with FileMaker and had the files and links and only worked in PC computers. I do not want to go back in that directions.
    I want to make an informative DVD with the video and a few pages of selling points and cool tricks (I discovered multilayered menus working on this!) for those viewing on TV or Computer, and then an option for Computer users to click for more info.
    How do I put PDF files on the disc and how do I put web links on there?
    Thanks,
    Byron

    DVDSP uses a tool called DVD@Access. It enables a user to link to URL and call such documents as pdfs. The problem is that its never was reliable - especially on the PC side of things.
    There have been many of posts in the last 2 days about its use. Do a search and you'll see.
    DVD was not designed with the web in mind - it was conceived long before that time. linking to "outside" documents requires a third party tool to take over.
    Just beware! - in fact if your client came to me I would refuse to do the job. I've seen the problems that exist doing work like this especially if your distributing to a large audience with different OS sets ups. If one of the users has Vista you can forget about it working at all.
    My suggestion would be to design a menu that tells the user the file paths to your pdfs or URLs on the disc.

  • Won't open homepage on open, won't open web pages from the menu 'open new window', Can't open menu button

    Ok, since update to version 31.0, I have been having some problems.
    I have tried doing everything stated in the support page about resetting, reinstalling, safe mode, restarting pc etc.
    First problem, when I open Firefox no web page loads. It just says New Tab and a blank white page. If I press the home button I am taken to my homepage which is google.
    Second problem, when I right click on a link and the menu pops up, if I click open in new window, a new window opens but it just says New Tab with a blank page and no URL information, just blank.
    Third problem, the Open Menu button just doesn't work at all. You can click all you like, that thing is not opening.
    I am really stuck as to what to do. I have only been using Firefox for about a month and t was good until these problems. If I can't resolve it, I will have to use another browser as it is really annoying.
    I am using Windows 8.1 by the way and have scanned my computer thouroughly for both virus's and malware.

    Hi zenithtwc, to test whether this is a settings issue, could you do a three-minute experiment?
    '''Create a new Firefox profile'''
    A new profile will have your system-installed plugins (e.g., Flash) and extensions (e.g., security suite toolbars), but no themes, other extensions, or other customizations. It also should have completely fresh settings databases and a fresh cache folder.
    Exit Firefox and start up in the Profile Manager using Start > search box (or Run):
    firefox.exe -P
    ''Don't delete anything here.'' Any time you want to switch profiles, exit Firefox and return to this dialog.
    Click the Create Profile button, assign a name like Test731, and skip the option to change the folder location. Then start Firefox in the new profile you created.
    Can it reach the internet?
    When returning to the Profile Manager, you might be tempted to use the Delete Profile button. But... it's a bit too easy to accidentally delete your "real" profile, so I recommend resisting the temptation. If you do want to clean up later, I suggest making a backup of all your profiles first in case something were to go wrong.

  • HT1688 On my iphone 4 below the search window, I have three greyed out safari icons with different web links attached

    I have a iPhone 4 8GB. I have three greyed out safari icons that doesn't say safari but a web link. It's like a bookmark to your homepage but not in your homepage.   I noticed it when I deleted all my web pages and on that one web page where it says "search or type in a address" right below it where it's just all white, there's three grey looking safari icons with each one with a different web site that's attached to it. When I tap on it it goes to a specific website. For ex one if them says www.longchamp.com, the other macys.com. There's no way to delete it. The wired thing is each one in color it like three shades of grey . Light, med and darker grey icons. When I hold down the icon you can move it around but can't delete, nothing just nothing. It's been there for the longest time I can remember. Do you know what this is? I took a pic of it. I don't know how to attach it to this discussion. Thank you for your patience and understanding.

    I seem to have fixed it by putting <div  class="clearfloat"></div> after the navigation bar?

  • Having trouble with links to specific destinations in pdfs

    I'm trying to create links from a web page to specific locations (destinations) in a pdf. I make the destinations in Acrobat, then I create the links in the web page (for example, userguide.pdf#intro), and they work perfectly in IE and Opera but not in Firefox. When I try these links in Firefox, it links to the pdf, but to the wrong place (usually the top of the pdf, but sometimes other places too). This has happened on two different computers, too.
    Someone has recently suggested that it may not be a Firefox problem after all, but a Reader problem--specifically, a problem with the Reader plug-in we have on Firefox. Does anyone have any insight on this?

    Hi,
    That usually means that either the Domain name or the Folder is incorrectly specified. Please see https://helpx.adobe.com/muse/using/uploading-site-third-party-hosting.html for an explanation of these fields.
    What values are you entering in these fields? Did Upload to FTP host work for you in previous versions of Muse? Are you using the same settings as before?
    Abhishek

  • Help! How to e-mail a PDF (from Pages) with active web links!

    I have been working on this for hours without any success! I would be so grateful for a brainy Apple wiz to help me out. I am creating a Pages document that has active web links in it. My goal is to e-mail my document with the active web links in it.
    So - If I export my Pages doc as a PDF to my desktop, the links work great! However - the moment I put that PDF into an email and send it the links become inactive. Is there any way to create a Pages document with web links > Export it as a PDF > Then mail with active (clickable) links? I have tried many times without success.
    If the answer to my question is no, does anyone have a tip for where I can create a PDF and mail it with active links? Will any of the Adobe programs work for this type of thing?
    Thanks so much!!
    Kristen

    Using Pages '09 v4.2.
    I just tested this. Assumption: You have the “Windows friendly attachments” checked in the attachments panel.
    Your Pages document is open. The web links are active. You want to get it into Mail.
    From the Pages menu bar, choose Share > Send Via Mail > PDF.
    Mail will open with a compose window. Your PDF will be attached as a full view document. You see the links present in the PDF.
    Now, click near the web links. This shows your PDF in blue. Now right-button click, and choose View as Icon from the pop-up panel.
    Now mail it to yourself on another account that Mail can open.
    You will see the web links in the PDF.
    Right-button click on a link and from the pop-up menu, choose Open with Safari.
    If you chose Quick Look, it would pop open the PDF and offer to open it further in your default PDF viewer. In my case, it is Adobe Reader.
    If Reader opens this PDF from the Mail attachment, the web links remain active.
    Does this solve your issue?

  • How do I create a web link??

    How do I create a web link??
    I want to be able to take some text or an image and have it link to a website. Seems simple, but am unable to do this and searching online I haven't found any solutions. I have tried copy and paste from word, create in Acrobat Professional and then open with Designer. None seem to work. Please Help. Thanks.

    In Acrobat Standard and Professional there is a "Link Tool" that can be used to create links by drawing a link box around the object you want to appear under the link box. You will be provided a pop up window offering you the choice of the various types of link you can create.
    The "Link Tool" is on the "Advance Editing" tool bar. More information is available in the "Complete Help" under the menu bar "Help" option.

  • How do I change mail web links to Firefox?

    Was having a lot of problems with Safari, so I deleted it and am using Firefox. Now links to websites contained in incoming mail won't work, I presume because they are directed to Safari. How do I change them?
    Thanks in advance!

    Well, now that you have deleted Safari, you cannot do it the easy way! To do this with Safari installed, you would only have to launch it, open the Preferences… dialog, press the General pane and select FireFox from the drop-down menu labeled Default Web Browser. That's no longer an option with the application removed.
    Rather than delete Mac OS X applications, by the way, it's better to leave them in place because of the shared frameworks they have in common, the interrelationship of—for example, such applications as iCal and the Address Book, iSync and .Mac Sync—and the difficulty posed in the future applications of Mac OS X updates because one or more applications are missing or have been moved from their default location. In short: don't try to 'outsmart' OS X.
    To address this issue, you should download the RCDefaultApp utility from rubicode, which is available here:
    http://www.rubicode.com/Software/RCDefaultApp
    It will install as a System Preferences pane. Launch the System Preferences application, select Default Apps, press the internet tab if it is not already selected, and select Web in the scrollable box on the left. The drop-down menu on the right will allow you to select the default application for web links.
    You may enjoy exploring this plug-in, but be careful: it's very powerful, and indiscriminate use can wreck havoc with your Mac OS X configuration.

  • Adding a web link to the timeline

    Is it possible to add a web link to a FCP timeline so that it is clickable in a QuickTime movie? It looks like you can do this in iMovie using markers, but I can't find anyway to do this for FCP.

    Actually, you aren't overlooking the obvious. The best way to do this is via the URL portlet that is available from the PDK site. You install the portlet and are able to use the customization to point to a specific URL. In the latest release of the PDK, we released the URL services which extend the capabilities to allow things like authentication etc. You can get to the PDK via the Portal Page on OTN.

Maybe you are looking for

  • How can I use ebooks downloaded on my laptop to samsung galaxy S5 smartphone?

    I purchased some ebooks from BPP publications which requires Adobe Digital Editions for opening. I created the Adobe ID and downloaded the files. The publisher allows to use the product on three machines. Now I want to use the ebooks downloaded on my

  • Itunes 10.6.3 freezing during manual sync on Macbook pro

    Hello all, I am having more problems with my Ipod classic syncing on my new macbook than on the windows systems, which comes as a shock. I have restored the ipod more than once but the same problem occurs, when I add music over 24-25 Gb it starts to

  • Calling ABAP Function Module in BODS, but not RFC_enabled

    Hello Experts We have an ECC ABAP Function Module takes 5 input parameters and returns Division Name for an Employee and Employee PERNR is one of the input parameters for the Function Module. I tried adding a function call in the target schema of Que

  • How to Introduce Client System in Standard Repositories

    Hi People    I am facing a problem to know how to add my client system in "VendorDemo" repository which is given as standard Repository by SAP MDM 5.5 SP2.   Is this not available in Demo system are is there any other method to add it ? Veera

  • URL navigation - CC&B V2.2.0

    I'm trying to build a URL that will be completed by a IVR when a user inputs an account. If the account has many persons it shows a list of person in the Control Center, if there is only one person it goes to the account information tab in the same p