How to attach a URL to a TAB

I am trying to figure out how to get to a BC4J application from a TAB on my portal corporate page. This is just a test.
My experience thus far with the UI of PORTAL is the it LEAVES MUCH TO BE DESIRED! It feels like something from the 1970's.
Anyway, does anyone know how to attach a URL to a TAB?
Thanks,
Bill G..

Bill,
Was a solution found??

Similar Messages

  • How to attach an URL to a CJ20N document ?

    Hello !
    I have succeeded in attach an URL to Purchase Order (ME21N) through this little BAPI I made :
    FUNCTION ZBAPI_PO_INSERT_URL.
    ""Interface locale :
    *"  IMPORTING
    *"     VALUE(W_URL) TYPE  SOLISTI1-LINE
    *"     VALUE(W_TITRE) TYPE  SODOCCHGI1-OBJ_DESCR
    *"     VALUE(W_NUMERO_COMMANDE) TYPE  SRGBTBREL-INSTID_A
    DATA: w_object type table of SOLISTI1,
          wa_object type SOLISTI1,
          w_doc_data type SODOCCHGI1,
          w_doc_info type SOFOLENTI1.
    concatenate '&KEY&' w_url into wa_object-line.
    append wa_object to w_object.
    w_doc_data-obj_name = 'INFORMATION'. "par défaut
    w_doc_data-obj_descr = w_titre.
    w_doc_data-obj_langu = 'FR'.
    CALL FUNCTION 'SO_DOCUMENT_INSERT_API1'
      EXPORTING
        FOLDER_ID = 'FOL32000000000004' "Référence du répertoire par 'défaut'
        DOCUMENT_DATA = w_doc_data
        DOCUMENT_TYPE = 'URL'
      IMPORTING
        DOCUMENT_INFO = w_doc_info
      TABLES
        OBJECT_CONTENT = w_object
    data : obj_role_1 like borident,
           obj_role_2 like borident,
           w_id type string.
    obj_role_1-objkey = W_NUMERO_COMMANDE.
    obj_role_1-objtype = 'BUS2012'.
    concatenate 'FOL32000000000004' w_doc_info-object_id into w_id.
    obj_role_2-objkey = w_id.
    obj_role_2-objtype = 'MESSAGE'.
    CALL FUNCTION 'BINARY_RELATION_CREATE_COMMIT'
      EXPORTING
        OBJ_ROLEA = obj_role_1
        OBJ_ROLEB = obj_role_2
        RELATIONTYPE = 'URL'
    ENDFUNCTION.
    I would like to do the same with the CJ20N ! It seems that the value of Object type is BUS2054 but it doesn't work at all.
    Must miss something...
    If you can help...
    Thanks for any clue !!
    EDIT : See my other post :
    Edited by: Smoltok on Sep 16, 2011 2:36 PM

    BMP image?
    Or Is it possible to insert any text instead of image?
    But I need to work just like the stamper sample present in sdk. that is when i click on the pdf document any text has to be inserted instead of the image. I should not be to type the text in the pdf, but it should work exactly similiar to the stamper sample, but text has to be inserted instead of an image.
    How can this be done? Is it possible to do?
    Please help.

  • How do i hide url WITHOUT hiding tabs in fullscreen mode (F11)?

    Title says it all. I want a fullscreen mode that works exactly like it did in Firefox 4.0.

    There are some hacky things you can do with the toolbar area in full screen mode. I worked on one recently to keep the Bookmarks Toolbar displayed. Hopefully someone can work out the rules for the tab bar.
    That other thread: [https://support.mozilla.org/en-US/questions/956050 How do I show the bookmarks toolbar while in fullscreen on Firefox 20? In older versions you could edit the userChrome.css file. Does that still exist?]

  • How to know that URL is currenty open into other Group Tab feature ?

    Hello Firefox team,
    I use a group tab features (CTRL+SHIFT+E) and I have open many URLs in many group tab's. This URLs are on one domain because I work on one SupportTeam website and all cases/tickets have different URLs.
    I don't know that I open a duplication tab (cases/ticket) who is open in other tab or on tab in other group tab.
    How to know that URL whom I open is a duplication?.
    Best Regards
    Marcin Przysowa

    I upgrade FF to 10.0 version. The situation is the same.
    For me some information bar is perfect like:
    This URL is open in $grouptab_name.
    By click into that hint I should be jump to older tab in $grouptab_name.

  • How to attach data to url of a jsf page in sun creator

    Can somebody tell me how to attach data to url of a jsf page for example String url="http://w-ngphc-0672.ng.ad.ep.corp.local:8080/Questionnaire/QuestionnaireConnector.jsp?ticket_id="+C.getTicket_id(); accesing this url uses value of C.getTicket_id() and populate the jsp page. How can I achieve this using jsf page in sun creator .
    I'm developing a workflow where url is sent to people and on clicking of the url it takes them to the form of the particular sender with its id attached to the url of the page.

    Here's how I do something similar:
    <ui:hyperlink binding="#{dfrReviewPage.hyperlink4}" id="hyperlink4" style="text-decoration: line-through"
                                                    text="DFR #{currentRow.value['d1.replacesdfr']}"
                                                    url="/getReport/DFR#{currentRow.value['d1.replacesdfr']}.pdf?reportId=#{currentRow.value['d3.replacesformat']}&exportType=0&id=#{currentRow.value['d1.replacesdfr']}" visible="#{currentRow.value['d1.replacesdfr']!=null}"/>As you probably gathered from the currentRow var this is embedded in a table but it could be bound to any bean type object.

  • How to edit the url of sites in new tab page of firefox

    If we open newtab in firefox 9 tabs are visible. How to edit the url address of the previously pinned tab.

    I found solution for this problem.
    1. Type ''about:config'' in firefox url and click enter.
    2. An alert will be shown on click on "I'll be careful, I promise!" button.
    3. Type ''browser.newtabpage.pinned'' in textbox and click enter.
    4. Right click and select '''Modify''' option to edit the url address.
    ''I want to change this url address''
    [{"url":"http://localhost:8080/Admin/login","title":null},]
    After change the url address in firefox is
    [{"url":"http://localhost:8080/Admin","title":"Admin"},]

  • How do I change a URL from a tab?

    How do I change a URL from a tab?

    I'll tell you my situation.
    I have a page, with 4 tabs. At the beggining the page didn't have tabs and it had content like pictures and ome text. When I added a tabs, that same content is displayed in each one. So, if I erase the image of tab 'C', for example, that image erases for all the tabs too.... If I add content to tab 'C', another example, and I only wanted to displayed that info on that tab, it's displayed in all the tabs too... What's wrong?

  • Button item: How to attach URL?

    If I create a template based button as a page item, how can I attach a URL to it, like I can with the "URL Redirect" when I create the button in a region position?
    What am I missing?
    Thanks

    After searching this forum, related posts like
    button with javascript
    it seems that this is not easily possible.
    I dont know about others, but I find this a rather basic feature that is missing from HTML DB.
    Region buttons are tightly integrated into the region template so that using those buttons and their associated positioning leads to pages with standard look-n-feel and well-known button positions. So far so good.
    Item buttons are useful when you want to put buttons any where on the page, just like the other built-in items. Again, so far so good.
    But, at the end of the day, a button is a button is a button. It is used to submit a page.
    So, there is absolutely no reason (that I can see), why HTML DB should support more features for one type of button and not the other. I am specifically referring to the "Optional URL Target" section that is available only on the Region buttons but not on Item buttons!
    I shouldnt have to jump through hoops (create my own custom button templates and such) to add a simple thing like a javascript confirm box befor submitting the page (which seems to be only solution when using item buttons)
    If I am missing something, please let me know.
    Thanks

  • GS_CM. How to hide buttons: 'Attachment' and 'URL'

    Hi,
    Business object 'catalog product' use component GS_CM
    We want to hide buttons: Attachment and URL
    We need to use only button Advanced.
    How I can customize it?
    Denis.

    Dear Denis,
    Enhance Component GS_CM and view DocList.
    Redefine method IF_BSP_WD_TOOLBAR_CALLBACK~GET_BUTTONS and implement the following code:
    super->IF_BSP_WD_TOOLBAR_CALLBACK~GET_BUTTONS( ).
    delete gt_button where id ne 'advanced'.
    Hope this helps.
    Thanks
    Vishal
    Edited by: Vishal Kesar on Aug 9, 2011 2:07 PM

  • How to attach a file from a URL?

    Hi experts,
    I need to attach a file which is already in the repository, and I only know its URL.
    I think I have to use BBP_PD_BID_UPDATE but it doesn't attach anything, or I'm mising some information.I have the GUID of the object and the URL. If I could have the file properties as mime or file size... I think it should be easier.
    Anyone knows how to get this info? or how to attach the file to the object?
    kind regards

    Btw, you may read below links for more details
    SyBooks Online
    Sybase Unwired Platform ( SMP ) – Custom Attachment Icon in HWC Application
    SUP HWC Attachment Viewer not displaying attachment

  • How to open text URL in the new tab

    Hi guys,
    We know that when we click on a hyperlink it will directly open the linked web site, e.g.
    www.bing.com
    But sometimes we may find some URL in plain text that we couldn't click on it, e.g. www.bing.com
    I'll have to select the URL and copy&paste it to a new tab to open it, this is time wasting.
    The time IE 9 came out, I found a wonderful add-on, Open URL in New Tab (with Preview)
    This will do the trick to open the text URL in the new tab by right click on it.
    http://www.iegallery.com/us/addons/detail.aspx?id=3614
    But I don't like two things of it.
    1st, it will try to preview the web site when I using it which is undesired.
    2nd, it will open the link through another site and then jump back to the link I need to open. But I'd like to open the link directly. Which will open the link more quickly also save my time.
    Questions:
    Is there any other way to open the plain text URL directly? I mean without copy and past it to another page.
    It would be great if I can open the URL by dragging it like the other...

    Is there any other way to open the plain text URL directly? I mean without copy and past it to another page.
    In these forums?  If you are using the NNTP Bridge you could view your message in your News reader's Plain text mode and then see that your two examples worked equivalently.   <eg>
    Otherwise, in general, I agree there are some pretty obvious "accelerators" which could have been provided.  
    I suspect much of the problem will be due to "security".   E.g. Windows used to have a functionality called text scraps, where you could select some text and drag and drop it just about anywhere to create a scrap file.   That's
    not working for me any more either.   If it were we could at least drag it to the Address bar and press Enter...
    http://technet.microsoft.com/en-us/magazine/2008.02.windowsconfidential.aspx
    (Microsoft search for
       text scraps
    <quote>
    virus writers loved this
    </quote>
    QED

  • How to set  'Background Daemon URL' IN CONFIGURATION TAB ?

    Hi All,
    While running background job shuduling, i am getting following error :
    <b>PLEASE SET 'Background Daemon URL' IN CONFIGURATION TAB.</b>
    I have the url, but where to set it in configuration tab ?
    Regards,
    Anubha

    Christian,
    This URL http://<servername>:port/webdynpro/dispatcher/virsa/ccappcomp/BgJobStart?debug=1 allows you to view the entries in a given table. You can not insert information here, as you've already noticed. You will need to get your database admin involved. They will need to make these entries for you directly at the db level. Once the db has entered the required values you will then be able to validate that the values are there by pointing to this URL and checking table virsa_cc_config.
    Hope this helps
    Edit: Updated to the URL in this message to reflect the correct one.
    Message was edited by:
            Michael Penn

  • How can I remove 'Open all in tabs' from my bookmarks?

    How can I remove 'Open all in tabs' from my bookmarks? It's very annoying when you click on it by error. I downgraded from 29 to 28 because of the various bookmark issues I was having. I never had this issue with previous version of FF, why did they have to mess with stuff that was working.
    I love the new layout. Thanks

    Firefox 28 contains security vulnerabilities. It's best to start a new thread (ask a new question) about the other issues you're having with Firefox 29 and resolve them.
    * https://www.mozilla.org/security/known-vulnerabilities/firefox.html
    # Install Stylish and restart Firefox when prompted.
    #* https://addons.mozilla.org/firefox/addon/stylish/
    # Open the Add-ons Manager (Ctrl+Shift+A).
    # Click User Styles on the left.
    # Click the Write New Style button at the top. Paste the following in the text box, give the style a name, then click the Save button.
    <pre><nowiki>
    @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
    #BMB_bookmarksPopup .openintabs-menuitem,
    #bookmarksMenuPopup .openintabs-menuitem {
    display: none !important;
    </nowiki></pre>
    If you don't want to install an add-on, you can use the ''userChrome.css'' file instead, but I don't recommend it.
    * http://kb.mozillazine.org/UserChrome.css

  • How do i link to a specific tab using the spry tabbed widget

    Hello i'm working on a microsite using the spry tabbed widget. I'm having trouble figuring out how to link to a specific tab using a an external link.
    here is the site. http://www.efaxcorporate.co.uk
    for example: if i wanted to give a user a url link specifically tab#2.
    Im sure this is really easy i just can't seem to figure it out.

    Try http://foundationphp.com/tutorials/spry_url_utils.php

  • How to attach files in the new BT Yahoo system

    Can anyone tell me how to attach files to an email in the new system, please? I have a particular reason which is too complicated to go into here why occasionally I want to send files using web-mail rather than an email client (yes, I do know that's the best way). When I click the "attach" tab, I get an (apparently) helpful page which enables me to add several files at once. But there's no "continue" or "do it" button to get me back to the email I've started, and since ther's no tabs in the new system, I'm stumped.
    Solved!
    Go to Solution.

    Have you seen this thread? Not an elegant solution, but it appears to work for some bizarre reason.
    https://community.bt.com/t5/Email/Email-won-t-accept-attachments-error-18-temporary-It-isn-t/td-p/14...

Maybe you are looking for

  • Will MIM (Merchandize and inventory management) work with SAP AFS / SAP POS

    We are implementing SAP AFS ERP at the head office and SAP POS at the retail stores. We want to implement the MIM module for inventory management at retail store level. Does MIM work in conjunction with SAP AFS. A consultant was suggesting that MIM w

  • Activate Standard Enhancement using Enhancement Spot

    I am trying to activate Standard Enhancement objects provided in the Standard Transactions, but unable to activate it. Can u pl. share any documentation through which i can use standard code by modifying at predefined enhancement spots. Like in trans

  • Adding My Music to iTunes

    I have 15,000 mp3's that I made from ripping my CD collection. When I add the files to iTunes, some come with all the data (Artist, Album ect) and some don't. I have looked at the files and it has all the data, If I use my Yahoo Music Match program a

  • No sound through speakers in Windows 8

    Yes I am aware that there are threads with this questions and none of them have any solutions apart from  reinstalling drivers, reformat the HDD, reinstall the OS blah blah. My laptop model is E420 and none of the above work, the Lenovo drivers are a

  • Certain apps crash when opened while screen sharing

    Hello all, I'm looking to see if anybody else is experiencing what I'm experiencing.  I have a Mac Mini (MacMini2,1 - Core 2 Duo - Mid 2007) that I use as my families iTunes server.  This box runs as a headless device and serves up our iTunes library