How to restrict who can book a course in LSO 600?

We are using LSO 600.  Is there a way to restrict only certain employees within an org to be able to book a course?  I was thinking there may be a relationship that I can add at the course type or course so only one org can book the course.  The desired end result will display an error message if someone outside of the org tries to book the course.  Thanks.

Our requirement was to restrict employees based on employee group,.i.e., management, non management, external/contractor, affiliated etc... we created relationship(033) in hrp1001 between target group otype = 91 id = different id's for each group that i mentioned above..  to discipline/subdiscipline/coursetype etc.. In the login we classify these employees and in the initialization event of navigation/trainingtype.. call an RFC function module which will return all the discipline,subdiscipline, coursetypes etc... then just filter the discipline,subdiscipline returned by standard LSO function modules . It works perfectly fine.. if a contractor logs in and we navigate thru pages .. it will not display courses that they have no access based on relationship that we set in the backend.. for employees we gave full access etc..
sample code..
  IF application->learnertype = 'P' OR application->learnertype = 'PT'.
*==get from cookie course type
    CALL METHOD application->get_server_cookie
      EXPORTING
        im_relax = 'X'
        im_name  = 'LSO_RESTRICT_D'
      IMPORTING
        ex_data  = d_restrict[].
*== if no restriction found, expired cookie.
    IF  d_restrict[] IS INITIAL.
*== Get restriction for course group/type.
      CALL FUNCTION 'ZLEARNER_RESTRICTION'
        DESTINATION application->rfc_destination
        EXPORTING
          learner_attuid = sy-uname
        TABLES
          d_restrict     = d_restrict ( Coursetype)
          l_restrict     = l_restrict ( Course group)
        EXCEPTIONS
          not_found      = 1
          OTHERS         = 2.
*==Set restrictions to cookie coursetype.
      CALL METHOD application->set_server_cookie
        EXPORTING
          im_relax = 'X'
          im_name  = 'LSO_RESTRICT_D'
          im_data  = d_restrict[].
    ENDIF.
*== IF no restriction found for coursetypes, should not display coursestypes
    SORT d_restrict BY objid.
    IF d_restrict[] IS NOT INITIAL.
*==Get restriction for affiliate employee.
      READ TABLE d_restrict TRANSPORTING NO FIELDS
                    WITH KEY objid = trainingtype-objid
                    BINARY SEARCH.
      IF sy-subrc <> 0.
        CLEAR ls_return.
        CALL FUNCTION 'ZBALW_BAPIRETURN_GET2'
          DESTINATION application->rfc_destination
          EXPORTING
            type   = 'E'
            cl     = 'ZP'
            number = '945'
          IMPORTING
            return = ls_return.
        APPEND ls_return TO err_message.
      ENDIF.
    ENDIF.
  ENDIF.

Similar Messages

  • Is there a way to restrict who can connect/find a HP MFP attached to a router.

    We have  a HP MFP connected to a local network router.  I'd like to restrict access to who can print to it.  The printer is connected via ethernet.  Anyone who has access to our network (wired or wirless) can find/connect to the printer.  We only want certain people to have access to it.  Is there a way to set up the printer to do this?

    Hi rross3,
    Depending on which printer you have, this may be possible through the printer's EWS (embedded web server). To access the EWS, open a browser on your computer and type the IP address of the printer into the address field. If you can access the EWS, then check for Settings tab>Firewall Rules. If this exists, you can create a new rule to allow only certain IP's the ability to print to the printer. It would probably be best to assign static IPs to the computers you want to be able to print.
    Alternately, if you have access to the network's router, it may have a similar function. You would also want to assign a static IP to the printer (as well as the computers), then allow access to only the computers you want to be able to print (following the same instructions above).
    If I have helped in any way, just click the Kudos star on the left. Also, if your issue has been resolved, don't forget to select Accept as Solution

  • HT4865 How can you use find my iphone or find my friends on a ipod for a kid (daughter) but restrict who can see your personal calenders on their device. I realize you can turn off icloud. If ipod is lost, others can get your data by turning on icloud

    I just purchased an ipod for my daughter. Since she is only 7 y/o she cannot create an icloud account. Therefore, I had to use my apple ID to create an icloud account on her ipod.  I would like to have find my iphone and friend finder on her ipod for tracking purposes.  The only problem is that all of my personal calender, notes, reminders etc get transferred automatically to her ipod which I don't want.
    I turned off the icloud calender, notes, reminders etc on her device so that my data doesn't get transferred to her device now. My biggest concern is that if she loses her ipod someone could turn the icloud function back on and automatically get my data. 
    Is there anyway to be able use the tracking features yet protect my icloud from being turned on by a thief?

    Password locks, Restrictions password protected or not anyone who gets your iPod can restore it to Factory Settings/New iPod.  This will completely disable Find My iPhone so that the iPod can no longer be tracked.  It is not a good idea to not use the lock password, because if someone get your iPod they can see all of your contacts, calendar entries email, email passwords, etc. 

  • How do I restrict who can email my printer for sprint services

    Subject says it all. I believe I am all registered but did not see opportunity to change mode to locked

    Login at the ePrint center, then click the button "ePrint settings".
    ******Clicking the Thumbs-Up button is a way to say -Thanks!.******
    **Click Accept as Solution on a Reply that solves your issue to help others**

  • Creating app with password-protected folios to restrict who can read content

    I have a customer who wants to put business-sensitive content onto iPads for a specific department. It's important that competitors can't see this content, so it can't be available freely through the app store.
    Is it possible to distribute a Folio file as a stand-alone app without it being readily available to the public (and competitors) through the app store?
    If not, is it possible to create an app for the App Store, and password-protect the folio file within it, either by requesting a password on load or by including a password block on the first page within the InDesign design?
    Thanks for your help...

    What you want to achieve can be done by using restricted distribution via DPS. You need to have DPS Enterprise Edition to do this. http://www.adobe.com/devnet/digitalpublishingsuite/articles/restricted-distribution-with-d igital-publishing-suite.edu.html

  • HT5557 can I limit who can access my ibook?

    I am interested in using ibook authoring as a way of providing enterprise content across my organisation. However, if I upload an ibook I have created - can I restrict who can access/read it?

    Hi,
    If you know the source public IP addresses of the RA VPN clients, you could use control plane ACL to restrict the access to few legitimate users.
    Normal ACL are for through-the-box traffic and control-plane is for to-the-box traffic so RA VPN connections being to-the-box traffic will be filtered through control-plane.
    http://blog.ipexpert.com/2011/01/05/asa-control-plane-access-list/
    Also, refer the configuration guide for ASA:
    http://www.cisco.com/en/US/docs/security/asa/asa84/configuration/guide/access_rules.html
    The command should be like this:
    access-group RA-VPNClients in interface outside control-plane
    *RA-VPNClients is the name of the Access-list permitting specific public clients
    Hope the above information is informative.
    Regards,
    Nick
    P.S. Please mark this post as 'Answered' if you find the above information helpful so that it brings goodness to other community users

  • HT1386 I have  purchased a book and it went (accidently) to my PC.  How do I get it from PC to iphone 5?  the book now has an "epub" extension.  Thanks for anyone who can answer!  Frustrated !!!

    I have  purchased a book and it went (accidently) to my PC.  How do I get it from PC to iphone 5?  the book now has an "epub" extension.  Thanks for anyone who can answer!  Frustrated !!!

    I'll assume that you are referring to purchasing a book in iTunes. If that is the case, you can transfer the purchase with the phone, or you can sync the phone and iTunes.

  • How can I restrict who connects with WPA?

    Our current network is using WPA with having the users get authenticated via the windows domain. Anyone with a domain login can use the same credentials to log in to the wireless network.
    Is there a way to keep some users from authenticating to the wireless network?
    I was not sure if the windows domain had an option to set who can and cannot access the wireless.
    What I am trying to prevent is a user installing a wireless card into their laptop,getting the SSID from another user and the accessing the wireless network with permission.

    If your company standardizes on a given wireless NIC, you might be able to institute a MAC filter.
    If you're using WPA with server-based authentication, you can usually install a policy (i.e., with Microsoft IAS, RRAS, and the user account, you can disable wireless logins by checking / unchecking the "Dial-in" attribute).
    Are you using ACS, Microsoft, or freeRADIUS (or other RADIUS server)?
    WPA is more of an encrytion thing, which authentication scheme are you using (WPA-PSK, LEAP, PEAP, EAP-TLS, EAP-TTLS, MD5 ...)?
    IF you're using Microsoft-based authentication platforms, Microsoft has some pretty good white papers / step-by-step info on setting up their systems.
    Good Luck
    Scott

  • How to restrict users who can use a submit button.

    I have a submit button which I would like to limit the names of the users who can use it. Is there any way I can limit who can use it.
    Thanks

    Hi
    Use SUIM and find the users have this authorization.
    Here the first tab user--list of users with critical authorization select that and u can find the users list.
    Regards
    Bhaskar
    Edited by: bhaskar1818 on Jul 22, 2008 2:32 PM

  • How to set the user who can access to repository

    Hi,
    I know we can create user and group in the tools->security.And if this users is belong to Administrators Group, it can access to RPD and do some modify..
    Can we create group or user who can access RPD in some situation(like mentioned in HELP, A can access to repository on Mondays and Wednesdays, B can access to repository on Saturdays and Sundays) and how to set the privilege..
    Thanks
    anne

    Hi Anne,
    The example specified in Help is about restricting query execution on weekdays/weekends for a particular webgroup. Inorder to configure such access ,
    Double click on the web group name -> Query Limits tab ->Click on Restrict button provided against the physical connection pool ->Select Allow/Disallow by selecting a particular time period.
    Rgds,
    Dpka

  • How to restrict Asset Books LOV in the Asset creating work bench

    Currently when users try to create Assets, they are able to see all the Corporate Books in the Book field. We want to restrict this LOV to show only book/s relevant for that Operating Unit.
    Regards,
    Ravi

    Asset Book security by responsibility is possible.
    Please review the user guide/white paper.
    Here is the note.
    Subject: Attaching existing depreciation book to organization hierarchy
    Doc ID: 139518.1 Type: BULLETIN
    Modified Date: 22-OCT-2008 Status: PUBLISHED
    This article is being delivered in Draft form and may contain
    errors. Please use the MetaLink "Feedback" button to advise
    Oracle of any issues related to this article.
    Purpose
    Security by book is new feature for Release 11i. The purpose of this document
    is to describe how to attach existing depreciation book to asset organizations.
    This can useful mainly for customers after upgrade to 11i.
    Prerequisites
    Following steps assume an Asset Organization is already defined.
    Step by step instructions
    1. Query for your Asset Organization in Organization Window:
    Navigator -> Setup -> Security -> Organization -> Description
    Select "Asset Organization: from "Organization Classifications"
    2. When you are in the Organization form, click the Others button.
    The Book Controls window will appear.
    3. Query up the existing book that you wish to attach to the organization
    or you can create New Asset book.
    4. In order to save this book to the organization, the form trigger must recognize
    that a change has occurred to the book information. To create a simple change
    that will enable the Save function to work, enter the Description field and simply
    add a space at the end
    5. Navigate to the File menu and select File: Save. Although there is no visible
    alteration to the book information, the form will now be able to save the book
    to your organization.
    RELATED DOCUMENTS
    ORACLE APPLICATIONS WHITE PAPER Security by Book, from 24-MAR-2000
    Oracle Assets Users's Guide, Setting Up Security by Book, page 9-60

  • Is there a way to restrict access to who can change the TVARVC table?

    Hi experts,
    We have a requirement where we need to restrict access to who can maintain the variables in tvarv table.
    How do we go about it?

    Hi,
    We had kind of a same scenario. We have table where we enter the Average Item values week wise. We wanted to restrict change and delete access to users for the entries which has already been saved. For this purpose we had created an ABAP program in the "Table Maintenace Generator".  The basic idea about this program is when you create an entry in the table or delete it, a specific event generates. We check the event id whether its "delete" or "change" on the click of save button. If it is Delete or Change, then an error message will be generated saying "You dont have authorization for deleteing or changing the data".
    You can try this approach.
    - Jaimin

  • How do I enter an itunes U course code in iTunes on a PC? My teacher gave me a course code to enroll in their course (unpublished), but I don't have an iPad or iPhone. Can I use iTunes on my PC?

    How do I enter an iTunes U course code in iTunes on a PC? My teacher gave me a course code to enroll in their course (unpublished), but I don't have an iPad or iPhone. Can I use iTunes on my PC? I don't see a place to enter my enrollment code. I also tried using the link sent to enroll but it doesn't work either.  Am I out of luck?

    As I noted in the other thread:
    There are two kinds of content available, "courses" and "collections". If you look at the iTunes U section on the iTunes Store, you'll note some are square (collection) and some have a faux wire binder and tabs (course); you can subscribe and watch collections from within iTunes, but courses only work on iOS.
    The content you see in iTunes on your PC are "collections", while your teacher has created a "course". Collections are more like podcasts, with only audio or video episodes available. Courses have more structure and richer content, including assignments and iOS-specific materials like App Store links and Pages documents.
    While the distinction is not particularly relevant for iOS users – one can subscribe to either type – it is admittedly confusing for desktop users since the distinction and terminology are not explicitly defined.
    Does that clarify matters somewhat?

  • I am confused about something.  How do I read a book on my MacBook Pro?  I can't find the iBook app anywhere, which is what I use on my iPad.  The book I want to read is in my iTunes but I can't click on it.  My iBook library does not show up in iTunes.

    I am confused about something.  How do I read a book on my MacBook Pro?  I can't find the iBook app anywhere, which is what I use on my iPad.  The book I want to read is in my iTunes but I can't click on it.  Some of my iBooks show up in my iTunes but they are "grayed" out.  The only books that respond in iTunes are audiobooks and that's not what I'm looking for.  Is this a stupid question?

    Nevermind - I answered my own question, which is I CAN"T READ ANY BOOKS I purchased in iBooks on my MacBook Pro.  If I want to read on my mac I have to use Kindle or Nook.  Which means any book I've already purchased through iBooks has to be read on my iPad.  Kind of a drag because there are times when it's more convenient for me to read while I'm sitting with my Mac.

  • Hi anybody there who can help me ha..? My phone 5s was stolen 1 month ago..Find my phone is no a big deal, How can i know whether my phone is in use??

    Hi anybody there who can help me ha..? My phone 5s was stolen 1 month ago..Find my phone is no a big deal bcz it seems to be wiped out all data including settings. it might be in use somewhere turning new fresh Gadget.  How can i know whether my phone is in use??

    You would know for a fact if the device is in use, but if you go back to the find my iPhone app in iCloud.com, you can either select to erase it, or place it in lost mode, in which case, once the device makes a connection to the internet, it will automatically go into that mode.

Maybe you are looking for

  • Modify Report in po help

    Hi Gurus Need to modify report: Printed Purchase Order Report(Portrait) POXPRPOP User want to print PO's greater then $2,500 only or can give option's ALL or > 2,500. Any help Thanks in advance [email protected]

  • Site will not display in safari

    Hi There, This URL quite often doesn't load in Safari: www.svelte.net.nz - if it does load, click a link from the navigation and the next page will be blank. However, if you click and drag, you see a grey frame that can be dragged, and once you let g

  • BOM report on Production order

    Dear All, I need to make BOM report as per production order. Very helpfull for me if any FM for that? I need also the table where I can get the relation of that. Can anybody help me? Thanks in advance.

  • Copy folder with specific files

    Hi guys, I have a folder music, in the music folder i have artist names and in the folder i have the album name and in this album folder i have mp3, wave and iaff files So it looks like: Music folder:      - Artist Folder A           -Album 1        

  • Where is the FF4 "lock" icon that indicates secure and encrypted transmission?

    Prior to FF4 upgrade, a 'lock' icon would appear on bottom of screen to indicate when of if transmission was secure. With FF4 this icon never appears (or I don't know where to find it). Does it have a new location? Is there some way to have it return