LSO : Direct deep Link to LSO-Courses

Hi there,
we need to build links to specific LSO courses which should be shown in an iView within our EnterprisePortal.
So how must the basic LSO-Url
<address of the SAP Web Application Server > <SAP/BC/BSP/SAP/HCM_LEARNING/LESO.HTM
be modified in order to deep-link to a certain course or course-folder ?
Cheers
Walter
Edited by: walter wolf on Feb 4, 2011 1:40 PM

Walter,
If it is possible to locate the URL of the course, you may try to modify the parameters in the BSP iView to point to the right course or course folder directly.
See the documentation: [Technical Settings for the Learning Portal|http://help.sap.com/erp2005_ehp_02/helpdata/en/e6/e7cf3b8fe10428e10000000a114084/frameset.htm]
Mikhail.

Similar Messages

  • Deep links in Flash Player not working

    The German support-team of Adobe asked me to introduce this question here again:
    They have already verified the problem with their systems.
    Chrome versions 21 - 33 (at least 32-bit versions on Windows (at least XP up to Windows 7) do no longer jump to Flash-links like
    http://www.domain.xxx/.../xxx.php#two
    All other browsers do resp. earlier Chrome-versions did jump correctly to frame / reference #two.
    It does not matter, what deep link you want to jump to (two, three, four etc.), Chrome always starts with „one“ - i.e. at the beginning of the Flash-animation.
    Like all other browsers (I successfully tested: Opera, Safari, Firefox, Internet-Explorer) Chrome should jump directly to the deep link #two, #three, etc.
    In August 2012 this bug was implemented in Chrome 21.
    You will find a test-suite explaining and showing the problem here:
    http://www.in-tanz.de/test-chrome/test.php
    Does anyone know any help?

    Chrome uses a proprietary build of the plug-in called "PepperFlash" because it's a PPAPI plug-in where the ActiveX and standard plug-in are NPAPI. That may have something to do with it.

  • How to deep link to  several pages of an external application ?

    HI,
    I created an external application named MyApp with UserName and Password fields using the External Application component.
    and an additional field as Parameter1 with value SearchPage
    I am able create a url referencing the applicatoin such as
    /adfextapplogin?extappid=MyApp
    I can connect to the application directly, once I provide the username and password.
    I need to create deep linking to few more pages in the same application.
    I modified the external application definition, by removing the Parameter field.
    Created a URL such as
    /adfextapplogin?extappid=MyApp&Parameter1=SearchPage
    I was expecting that the URL would behave the same way as I created in my first step, But the application did not go to the search page
    instead it went to the landing page only.
    Is there a way to define one external application definition, and use that definition to create multiple urls pointing to different destination pages ?
    I appreciate your help.
    Thanks
    Sam

    Thanks for the info. I reviewed the link, I could not find the information I am looking for. Is it possible that, there is a typo .
    Can you please check and provide the correct url, if the url is correct, can you point me to the correct section in the doc, I could not locate information related
    to using external appliation connections for additional access

  • Deep linking questions

    I have pages in an app that i want to link to from a non apex site. I want the user to log in to apex app and then automatically go to different pages based on the original link to apex. I also want to pass apex login page a value through the link. The value will be stored in an application item named GS_VAR.
    The following link works fine. GS_VAR has the value of 'PASS' in page 101.
    http://apex.oracle.com/pls/otn/f?p=F45196:101:::::GS_VAR:PASS
    The following link does not pass the value to GS_VAR in page 101, however, when it gets to page 2 the value is set correctly.
    http://apex.oracle.com/pls/otn/f?p=F45196:2:::::GS_VAR:PASS
    Only the link to the login page itself gets the value in GS_VAR set in page 101.
    It seems that when I do deep linking to a page other than 101 the app does not set the application item GS_VAR until after you log in. The problem is i always need the the value of GS_VAR set in page 101 for login processing. Is there a workaround for this?
    Thanks
    Rob

    Rob,
    You want a value set in session state before a session has been established. The session assignment for the request doesn't get settled until after authentication. When you pass the value directly in a request to page 101 (essentially a public page), it does set the value in the current session but that's no guarantee that the final session assigned will be the same one -- and if it isn't the value won't be accessible on the after-login page. What you might do is create a before-header process on page 101 to parse the URL (owa_util.get_cgi_env('QUERY_STRING')) and look for the item name/value. If you find it then you can set session state in that same process and hope the session ID doesn't change on you (which it usually doesn't).
    Scott

  • Xbox Music API: Deep Link for Xbox Music Pass

    Hi all!
    I am building an app which uses Xbox Music API.
    There's a guide to deep-linking, and there's explanation on how to build the affiliate link for track/album purchase, but I couldn't find how to build affiliate link to buy Xbox Music Pass. Is there any information on how to get it?

    I recommend that you post your question to the XBox forums:
    http://forums.xbox.com/?xr=shellnav
    Matt Small - Microsoft Escalation Engineer - Forum Moderator
    If my reply answers your question, please mark this post as answered.
    NOTE: If I ask for code, please provide something that I can drop directly into a project and run (including XAML), or an actual application project. I'm trying to help a lot of people, so I don't have time to figure out weird snippets with undefined
    objects and unknown namespaces.

  • Achieving deep link in ICSS for a business transaction

    Hello Experts,
    Whether SAP supports the deep link option like,
    Is it possible for the user to directly navigate to a CRM transaction Id (Ex.service ticket no.) via an email content after login.
    I tested the URL generated in history section of SAP standard ICSS B2B application. It logs in to the application normally but how can we directly take the user to view the Service ticket in this case.
    If anybody has done this kindly share the way you've implemented.
    Your inputs would be highly appreciated.
    Thanks,
    Senthil.

    Created a custom class & achieved by passing the transaction id

  • Collaboration Room Deep Linking

    Wonder if anyone has looked at this before ?
    I know you can deep link direct to a collaboration room using a URL such as:
    http://xyz.com/irj/portal?NavigationTarget=CollaborationConnector://portal_content/com.sap.ip.collaboration/Rooms/7068630d-c3dd-2e10-89ba-c179eadcef5a/workset/
    Does anyone know if its possible to drill down further than this whilst at the same time maintaining the portal context .... so down into a folder structure under Documents and Links for example.
    I dont want just a KM URL for the document - which is what happens if you do a "Send To" command on an item.
    Thanks in advance.
    Haydn

    If anyone run into this poblem, I just figured out half the problem. The javascript file (history.js in the history directory) only checks for url with (http://), so if you are testing and in your browser you have file://loc_of_html_file, then it will not work.
    On the other hand, my next problem is still unresolved:
    Flex Builder 3 is not generating the HTML wrapper when using deep linking AND with the Flex 4 SDK.
    Thanks.

  • Chrome versions 21-26 show severe problems with flash deep links

    Dear Madam or Sir,
    New Chrome versions (at least versions 21-26) produce severe problems with Adobe Flash concerning deep links.
    You will find test cases and detailed information on this subject here:
    http://www.in-tanz.de/test-chrome/test.php
    Since August 2012 all new versions starting from version 21 to 26 (at least 32-bit Windows) do no longer support for example deep links into Flash. I.e. links like:
    poly-9.php#two
    It does not matter, what deep link you want to jump to (two, three, four etc.), Chrome always starts with „one“ / at the beginning of the Flash-animation.
    Like all other browsers (I successfully tested: Opera, Safari, Firefox, Internet-Explorer) Chrome should jump directly to the deep link #two, #three, etc.
    It does not matter which flash player I have been using over the last 9 months (at the time 11.6.602.180).
    This is a major problem as only my website contains more than 14,000 Flash files with over 100,000 deep links.
    In fact, I reported the bug (first noticed with Chrome 21) to Google beginning October 2012 (see bug reports on my page http://code.google.com/p/chromium/issues/detail?id=154494). But recently, I got the feeling, that there seems to be little interest in solving this problem. Actually, after I had informed Google about it, they even rolled out new versions of Chrome containing the bugs, instead of repairing it.
    Do you know any work around or can you offer any help?
    Kind regards,
    in-tanz

    Chrome uses a proprietary build of the plug-in called "PepperFlash" because it's a PPAPI plug-in where the ActiveX and standard plug-in are NPAPI. That may have something to do with it.

  • Deep linking to iBook chapter gone?

    Hi all,
    A few weeks ago I started playing with iTunes U Course Manager and found that when referencing an iBook in an assignment, one could choose the chapter that will open when the link is clicked.
    Today that option isn't there. I'm using Apple's official iOS 5.1 User Guide, and know that the chapter links were working previously.
    The iTunes U Guidelines (http://www.apple.com/support/itunes-u/docs/iTunesUCourseGuidelines0712.pdf) state:
    Anyone know where my user error is here?
    Thanks,

    Hi there,
    I have also been having the same issues. When linking an iBook from the iTunes store link, My Materials or from my Mac I am able to link the book, but the 'Link to a Chapter' pop-up does not appear as it should to allow deep-linking.
    Believe me, I have tried every possible combination of resources and approaches, all with correctly referenced contents data, but I just can't get the deep linking option to show!
    I am currently in email discussion with iTunes U support to try to resolve the issue. We have tried linking identical iBooks in our iTunes U courses and the screenshots from the support team show the 'Link to Chapter' option, yet in my course the option never appears!
    I am beginning to think this may be a regional problem, as the support team is in the USA while I am based in Switzerland. He has said that he will pass it on to the engineers to see if they have a solution, so I will keep you updated once I hear more...
    Really want to use this feature, as it makes life much easier for my younger students.

  • IR (interactive report) Rows found: 1 + No data found on deep linking

    I am using a deep linking to a page with interactive report on it with following URL: http://...../f?p=my_app_id:target_page::::target_page:param1, param2:param1_value, param2_value
    After login, I arrive on the page wit "No data found" message in the report region.
    Clicking on "Session" link, I see that app/page variables are set. Passing in debug mode, I see"Printing rows. Row window: 1-15. Rows found: 1" right before "No data found" message.
    If I use the select with values, I get several lines of result.
    has anyone fell on this problem and solved it?
    Igor

    OK, solved :o)))
    Inside the package function returning URL to call, I insert a row into the table to query and I return its sequence number. The function is launched by an application outside APEX.
    So, if I don't make commit immediately before returning URL, APEX sees nothing.
    I have added a commit before returning from the function and now everything is OK.

  • How can I properly embed deep links that contain http: twice

    Hi,
    We have an online bookstore where we need to embed deep links to a booktopia page. I have tested the links given to us by the affiliate program (DGM performace) and they work perfectly but when I embed them into muse and hit publish they give me a server not found page.
    http://academyhypnoticscience.businesscatalyst.com/academy-bookstore.html
    I have established that this seems to be an error in the way muse is interpretting the link (or maybe business catalyst) as the link I paste into muse is:
    http://t.dgm-au.com/c/63052/71095/1880?u=http%3A%2F%2Fwww.booktopia.com.au%2Ftrancework-an -introduction-to-the-practice-of-clinical-hypnosis-michael-d-yapko%2Fprod9780415952590.htm l
    but when I click on the link on the website (on the image of the first book) I get this:
    http://http%3a%2f%2fwww.booktopia.com.au%2ftrancework-an-introduction-to-the-practice-of-c linical-hypnosis-michael-d-yapko%2fprod9780415952590.html/?clickid=yV0WHZyIfUJsUl0wAFyspSG PUkW3tATpbw2qTw0
    and when I right click on the image and copy the link location I get this:
    http://t.dgm-au.com/c/63052/71095/1880?u=http%253A%252F%252Fwww.booktopia.com.au%252Ftranc ework-an-introduction-to-the-practice-of-clinical-hypnosis-michael-d-yapko%252Fprod9780415 952590.html
    Any ideas?
    Cheers,
    Tina

    You can't have two http in a URL. Why do you have two? Try taking one out.

  • Setting the Link Group Name in  Deep Link based on the value of a column

    Using Jdeveloper 11g, Jheadstart 11g
    Is it possible to override the link group name in deep linking. For example can I conditionally set that field based on the value of the item.
    Regards
    Edited by: aliegeh on Jul 25, 2010 8:35 AM
    Edited by: aliegeh on Jul 25, 2010 8:43 AM

    Thanks for the suggestion.
    Here is what I am trying to do:
    I have a table with one visible column that has the following entries:
    1. Create
    2. Modify
    3. Verify
    4. Approve
    5. View
    If the user clicks on row 1 (Create) then the link group name should be "CreateEmployees" to create new employees
    If the user clicks on row 3 (Verify) then the link group name should be "MaintainEmployees" for verification and so on.
    (This is role based and each role will have access to one or more of the rows in the tabler)
    It basically mimics a work-flow type of scenario.
    I tried to modify the template and looked at the line:
    action="$JHS.facesConfigGenerator.addItemGroupLinkTaskFlowCall((${JHS.Current.item})}" but got stuck there.
    Is there a way to change "JSH.current.item" in the template to read the group link name from another column say by using #if statements.
    One way I also tried was to introduce a column for each action such as CreateAction, VerifyAction etc which kind of agrees with your suggestion but the drawback is the need to modify the table if another task is required.
    Regards
    Edited by: aliegeh on Jul 25, 2010 8:36 AM
    Edited by: aliegeh on Jul 25, 2010 8:42 AM

  • New Adobe CC 2014 direct download links

    Hi everyone,
    For all those who've been looking and asking for these, here they are – the new versions for Windows and Mac OS:
    All Adobe Creative Cloud 2014 Direct Download Links
    Hope they help in those situations where you need an offline CC 2014 installer, want to make a copy of the files or install them somewhere else, would like a hardcopy backup burned onto disc/DVD, have any issues with the regular setup process and want to download & install the new release without using the Creative Cloud Desktop App, need to quickly grab & install the free trial(s) for any CC 2014 tool, etc.
    Please be sure to follow the 'Very Important Instructions' on the page (required by Adobe) for the direct links to work.
    And if/once you already have base CC 2014 apps installed on your computer and want direct links to download the patches for recent version updates/upgrades, then check here for Windows updates for CC 2014 and here for Mac updates.

    lutfiahw90072195 wrote:
    where can i get the offline installer of adobe dreamweaver
    All of the offline installers for all CC apps are available here:
    Adobe CC 2014 Direct Download Links: Creative Cloud 2014 Release
    They are complete authentic downloads that will install as free trials, but activate with a valid subscription.

  • Deep Link (FSP_AFTER_LOGIN_URL) Not Working in APEX 4.1

    Hi all,
    We recently migrate from APEX 3.2 to 4.1. The deep link (FSP_AFTER_LOGIN_URL) does not work.
    We have two applications, say 100 and 200. Application 100 is the central login application. Application 200 refers to application 100 for authentication. Both applications share the same cookie name.
    When accessing via http://..../f?p=200:1, the request is redirected to application 100 login page. This is the expected behavior. However, after login, the APEX doesn't take us back to 200:1. It goes to the app 100 home page.
    Do any of you have the same issue?
    Thanks,
    Avon

    Looking forward to 4.1.1 !
    In the meantime, the solution above seems to work just fine when the deep link includes just a App ID, APP PAGE ID, even a clear cache set of pages.
    What would be the best method for also putting into the Login Link Item Values that are passed from deep link as I don't think they get set from the URL.
    In your example, if the link also contained item name/value combinations I don't think the following will work.
    Original URL : f?p=300:3::::::P3_ITEM1,P3_ITEM2:123,ABC
    and the Login URL is:
    f?p=970:101:&SESSION.::&DEBUG.::FSP_AFTER_LOGIN_URL:/f?p=&APP_ID.|&APP_PAGE_ID.||NO||P3_ITEM1,P3_ITEM2|&P3_ITEM1.,&P3_ITEM2./
    Final URL: f?p=970:101:<session#>.::NO::FSP_AFTER_LOGIN_URL:/f?p=300|3||NO||P3_ITEM1,P3_ITEM2|, < No Values here>
    as P3_ITEM1 and P3_ITEM2 don't get set to pass them along to the authentication application.
    Any thoughts?
    --Andy                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Get a direct download link to a file in Onedrive

    The method below NO longer works below as May 06, 2014.
    Creating a "Get a Link" and share publicly, you will get link look like this:
    https://onedrive.live.com/redir?resid=8F99649728BEB2F3%212780
    Replace redir? to download? See link below after replace:
    https://onedrive.live.com/download?resid=8F99649728BEB2F3%212780
    The new method
    below works: 
    Solved  - http://metadataconsulting.blogspot.ca/2014/05/how-to-get-direct-download-link-from.html

    Post a link to the page so we can see it.

Maybe you are looking for

  • Mac Pro 3.1 (early 2008) and nVIDIA Quadro FX5600

    Hi all, I am triying to install nVIDIA Quadro FX5600 on a Mac Pro 3.1 (early 2008). Well, indeed I have been using this graphics card in this computer already, however, a few hours after installing the card, I updated the Mac OS, and there began the

  • Crystal HTML viewer will not show embedded image from Infoview image store

    I am having an issue with the html and dhtml viewers not showing an image I have embedded inside a crystal report.  The image has been stored in infoview and embedded into the report from that source.  Using the Crystal ActiveX viewer works fine in t

  • Is progress bar on startup normal?

    During startup after a complete shutdown, a progress bar appears while files are loading.  Is this normal for Lion?  Did not see it in Leopard.  Curious because two things happen during startup: automatic login does not work (minor issue) and monitor

  • PO form personalization

    Hi Team I have an issue in my PO form personalization i have set an alert notification to alert the buyer when the price varies from the standard cost it shows an alert notification // but The buyer has to click more no of time in order to close each

  • File Save after clicking in script output overwrites file with output

    This is bad: If you run a file as script and afterwards click on the output window, even if you click back on the script window, the Ctrl+S (or even worse the File > Save menu option) overwrites your file with the script output. You only realize this