LSO course completion table

Hello All,
I need to rebook employees in a course that an employee has taken and it's qualification is expiring.
But I am not able to figure where this information is stored that the course has been completed.
Based on which I can rebook the employee to that course if the qualification is about to expire.
Thanks,
Ritika 

HI Ritika,
Table "LSOLEARNING_C" can be used for checking first and last date of the course conducted.
In Case if you are looking whether the participants attended / completed the course you can check below logic and modify it as per your requirement.
      SELECT * FROM hrp1001 INTO TABLE it_hrp1001
                                 WHERE otype = 'E' AND
                                               objid = wa_part-eveid AND
                                               plvar = '01' AND
                                               relat = '025' AND
                                               sclas = 'P' .
      IF sy-subrc = 0 .
        SELECT SINGLE delet FROM hrp1026
                                              INTO lv_delete
                                              WHERE plvar = '01' AND
                                                            otype = 'E' AND
                                                            objid = wa_part-eveid AND
                                                            delet = 'X' .
        IF sy-subrc = 0 .
          * Participants has completed the course
        ENDIF.
      ENDIF.
-Swet Bhushan

Similar Messages

  • LSO - Course Completion Certificate

    Please help me with information as to where can I find a learner's Course Completion Certificate in the system or is the Certificate generated dynamically and not really stored in any table?

    Matt,
    SAP does deliver configuration by delivery method, but you are free to change this (add/delete/reorder infotypes as needed by delivery method).  This is done via the IMG.  Under Learning Solution>Basic Settings>Dialog Control-->Current Settings, you will find Maintain Personnel Actions.  Here you will find the various actions for the different delivery methods, and you can review/modify as needed.  Course Completion Specifications IT should be already configured for you for delivery methods like WBT and online test.
    Gary

  • LMS / LSO - Course Completion Specifications

    Can someone confirm where you specify course completion specifications for a WBT. I guess it is to be specified at D / Course Type level, against "Minimum" in Completion specifications tab. I guess it also depends on the Learning Objects. If the above is right, and if the minimum field has a zero, would it mark course completion as 100% even if the learner has accessed it for a minute only. Appreciate expert opinion on this Pl
    Matt

    Matt,
    SAP does deliver configuration by delivery method, but you are free to change this (add/delete/reorder infotypes as needed by delivery method).  This is done via the IMG.  Under Learning Solution>Basic Settings>Dialog Control-->Current Settings, you will find Maintain Personnel Actions.  Here you will find the various actions for the different delivery methods, and you can review/modify as needed.  Course Completion Specifications IT should be already configured for you for delivery methods like WBT and online test.
    Gary

  • LSO System Performance and Course Completion

    We have been encountering issues with users receiving only a 50% course completion in LSO 3.0 for web-based course.  We are attempting to determine the trend and root cause-- it appears, for example, that a user successfully completes one course at 100%, immediately books and attends a second web-based course; successfully completing the second course and passing the test.  For the second course, the user receives only a 50% completion.  This has occurred to at least 200 employees over the last 3 weeks.  Has anyone else encountered this issue?  If so - what did you find.  Do you have any ideas for us to assist with troubleshooting?

    Hi Sherry,
    The most common case where I see 50% completion in LSO 300 is the scenario which involves WBT + a final test.  When setup correctly, this would involve: (1) creating one learning objective, assigning it to the learning net (with "attainable" unchecked), but also assigning the learning objective to the item group of the final test, and (2) defining up the Course Specifications infotype to have learner complete 100% of learning objectives AND 100% of learning objects.   Where we have encountered problems before is that an author either forgets to assign the learning objective at the item group level of the test, so the learner never attains the learning objective.  As a result, they are sitting with 100% of the learning objects met, but 0% of the learning objectives met, resulting in an overall completion percentage of 50%.
    So...perhaps there was a problem with the setup of the course (either initially or when it was versioned) that is causing the problem.
    It not clear from your attachment whether all learners have received 50% completion, or just some of them, but it wouldn't seem possible that the system is behaving differently for different learners, unless it could be traced back to some versioning activity.
    Not sure if this is your situation, but take a look and see if this is your problem.
    Regards,
    Gary

  • Populate User Name in Certificate of Course Completion

    In CP4, I am using a AS2 version Certificate of Course Completion. For populating the Name line, I cannot figure out the pop-up message's directions for doing that function -- how do I do that? I did create a user variable within a text entry box to record a user's name and use that user variable text box to show the name on certain pages.

    Hi there
    As Lilybiri pointed out, you need to use that variable. But things aren't as straightforward as they may seem. I found myself initially struggling with it.
    Here are some notes I jotted down that may help:
    Click Project > Actions and define a variable named v_Name. (Pay attention to case. v_name probably won't work. V_NAME probably won't work either - this is script and script is usually very persnickety with case!)
    Insert a slide with a Text Entry Box early on in the project.
    Click the Options tab and configure the TEB so it doesn't validate.
    Click the Advanced tab and associate the TEB with the v_Name variable created in the first step. (This is where I got stuck. I was trying to name the TEB v_Name instead of associating it)
    From there it is pretty straightforward.
    Cheers... Rick
    Click here for Adobe Certified Captivate and RoboHelp HTML Training
    Click here for the SorcerStone Blog
    Click here for RoboHelp and Captivate eBooks

  • Certificate of Course Completion - Recording Score Incorrectly

    In CP4, I have the widget Certificate of Course Completion working, except for recording correctly whether the user has passed or failed. For one CP course module, I have one quiz question with 9 questions, 10 points assigned per question. In Preferences > Pass or Fail, I have ticked 80 points or more to pass. When I publish the course, take the quiz by answering 9 out of 10 correctly, the Certificate of Course Completion shows "22.22" points and a "Fail" -- what am I missing to have a course grade show correctly?? See screenshot image...

    Hello,
    What script version are you using? AS2 or AS3? If you can do your project in AS2, the developers at Captivate found it was their error and provided a solution (see the attachment) for AS2. The following are the instructions to use it in your Captivate 4 project:
    Here’s how you should be using the widget:
    1.Save the “certificate correction AS2.swf” in your machine locally.
    2.Go to the slide where you want to insert you widget.
    3.In Captivate go to Insert->Widget->Browse for “certificate correction AS2.swf”.
    4.In the widget dialog go to Options->Display for “Rest of Project”.
    5.Preview or Publish the project.
    It ended up working great for my project! Please let me know if you have further questions.
    Sincerely,
    Kevin J. Anderle
    Lead Technical Writer / Department of Defense e-Learning
    O'NEIL & ASSOCIATES, INC.
    2211 Oregon St., Unit D
    Oshkosh, Wisconsin 54902-7001
    Phone: (920) 237-2381 ext. 157
    Fax: (920) 237-2388
    E-mail: [email protected]
    REVOLUTIONIZING DOCUMENTATION >>> POWERING PRODUCT SUPPORT

  • LSO course authorization for Organizational Unit

    Hi,
    Is is possible to restrict courses in a course catalog according to Organizational unit. In the system we can restrict users to specific courses through structural authorization, but is it possible to maintain authorizations on Organizational units for LSO Courses or course types.
    Regards,
    Asad

    Disappering is the right behavior. On delivery method WBT participant type 'O' cannot be booked because WBT can be only accessed using Learning portal and Learning portal cannot be logged in using Org. Unit. So this is not possible for this release.
    But i have heard in EHP4 this option of Org. unit booking on WBT is possible but not directly but system will take care if you select an org unit for booking.
    Regards, kavya
    Edited by: Kavya Shree on Oct 30, 2008 10:08 AM

  • Oracle course completion Certificate.

    Hi
    I have attended 11g Workshop-II course in last month. I have fee-Invoice and I filled the feedback form and submitted online on the last day of class. But I do not have copy course completion certificate. How do I get the course completion certificate.
    Thanks.
    Bhanu

    Bhanu,
    You should contact either your instructor or Oracle University for your course completion documentation. You can find local contact information on our website here http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=225.
    Regards,
    Brandye Barrington
    Certification Forum Moderator

  • 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.

  • AICC Course Completions are not writing back to LSO

    We are on LSO 602 and we have both SCORM and AICC courses.  We have implemented the Single SCO Badi w/ the sample code that was provided.  This has helped solve the problem w/ the Single SCO completion progress, but we are having problems now w/ the AICC courses.
    AICC courses are not writing anything back to the LMS (we can see this through the API log while playing the courses in AE).  Now, when a student takes an AICC course in the portal, passes it, and confirms participation, they are followed up as Failed and Confirmed Participation.  The completion specification infotype specifies that 0% of the Learning Objects is required to pass the course. 
    This has made it unclear as to whether we can use the standard implementation of teh Single SCO Badi in conjunction with AICC courses.  
    Has anyone had success w/ AICC courses writing completion back to SAP LSO correctly?  And has anyone has success w/ AICC courses while the Single SCO Badi is implemented?
    Thanks!

    We do have the same problem. We implemented interface to a vendor for aicc courses and once course is completed they are sending as 100% completion to our CP but  SAP tables are not updated at all. Did you firgured it out what's the solution for your problem
    Srinivas
    Edited by: Srinivas on Mar 3, 2010 3:02 AM

  • LSO Workflow : Workflow Trigger Based on course type & Table LSOWF_RUNNING

    Hi All,
    Currently I am developing customize workflow for LSO...
    Below are some of my doubts about this.
    Hopefully you all can helps or give me some hints...tq.
    1. It is possible to create another workflow for course booking for LSO (but through tcode LSO_PSV1) and input the
        new workflow in customizing [Tcode : SPRO Go to: Training and Event Management > SAP
        Learning Solution >Training Management > Day-to-Day Activities > Approval workflow > Specify Workflow
        Settings] eventhough i am also using standard worklow WS12000003 (BOOK) for course booking via
        ESS and while cancellation WS12000004 (CANC).... 
    2. From what I know, Table LSOWF_RUNNING is updated  when an employee book a course through ESS.
        At what point in the workflow that table LSOWF_RUNNING get updated? And what is table LSOWF_RUNNING
        keep actually.. (pending request for course approval ?)
    Thanks & best regards,
    Ahmad Azlan

    Hi Ahmad,
    You can copy the standard workflow's WS12000003 and WS12000004 and you can configure the new customized workflow's in the SPRO instead of standard one. It will not make any issues.
    Just you need to activate the event linkage in the basic data of the workflow.
    Table LSOWF_RUNNING is updated when the workflow is completed. That means Booking request approved by all approvers and the booking was done.
    In the ESS you can find the course status in the My activity's tab under the Carer option.
    Thanks,
    Viji.

  • Lso 600 portal not allowing on-line course completion

    We just upgraded to lso 600 and ECC 700 from lso 200 and our lso portal  page does not show our completed on-line courses and the set to complete link is not displaying after a course is passed.

    Hey were you able to resolve this problem ? if not then let me know. I might be able to help you.
    Regards,
    Ravi

  • Mass Qualification Transfer during LSO Course Follow Up

    Dear all,
    May I confirm if mass change of qualification proficiency during a course follow up is possible? I've noticed that I cannot change the proficiency value in the mass change dialog.
    I am using ERP6 EHP7 Stack 04
    Thanks,
    Steven.

    Hi Stephen, check your follow-up settings for the appropriate delivery method, via IMG:  Training & Event Management > SAP Learning Solution > Recurring Activities > Follow-Up > Control of Process Steps (table V_LSOFUPROCESS) and then have a look at the appropriate delivery method.  Ensure that the "Process" selected for the appropriate "initial" setting is "D - Follow Up Participation (with Proficiency Change)" and "F - Follow Up Pass Result (with Proficiency Change)."  Those settings controll whether or not you're able to change the proficiency of the qualification earned by completion of the learning activity.
    Also, take a look at the relationship on the related course type D-A028-Q (course type imparts qualification) has a proficiency set against it in the master data of the course type.  From your screenshot above it looks like no proficiency was set for this relationship.
    Good luck!
    Connie

  • LSO Course type - qualification

    Dear all,
    I have assigned the qualification to the course  type..Once the participant completed  the training the assigned qualification has not been moved to the  employee qualification infotype..
    Please tell how to do config for the automatic transfer..
    Regards,
    R.Rajesh

    Hello Rajesh,
    Please check the integration switches in table T77S0:
    PLOGI APPRA 0 Integration switch for appraisal
    PLOGI QUALI 0 A032 Q Integration switch for qualifications
    Input values
    You can set up the following values for switch PLOGI QUALI:
    o 1 A032 Q : integration active with link A032 to object type Q
    (qualifications)
    or
    o 0 A032 Q: integration is not active.
    Requirements
    This integration only takes effect if an integration plan version is
    entered in switch PLOGI PLOGI.

  • LSO Course Program Follow-Up

    Hi there,
    We are using Course Programs (EK) for many of our training programs.  We opted for either Course Programs or Curriculum Types but the beauty of Course Programs is it only shows learners (during follow-up) that have completed the required Course Blocks.
    We don't follow-up the Course Program itself, only the participants.  This works great because Administrators can jump into the Course Program and if any new people appear in the follow-up, the Administrators automatically know they have been followed-up in all the required courses in the required Course Program Blocks.
    The only gripe we have is that the Course Program Follow-Up doesn't flag whether a learner has Passed or Failed the courses within the Blocks.
    For example, Person A has PASSED all courses within the Required Course Program Blocks.
    Person B has FAILED all courses (or a portion of courses) within the Required Course Program Blocks.
    Because both these learners have been followed-up in these courses, they both appear in the Course Program Follow-Up.  But obviously Person B has NOT PASSED the Course Program.  It would be great if it flagged this.
    The only workaround we have is that our Administrators need to run a Particpants Booking report (LSO_RHXBUCH0) for every single person to make sure they have passed.  This is becoming very time consuming and it would be nice if there was a way for the Course Program to somehow flag this.
    Is this just wishful thinking?  Is there any solutions or BADI's that can do this for us?
    Any information would be greatly appreciated.
    Thank you.
    Shaun

    Hi Shaun Kitching,
    Do you have Booking for personal an organizational unit? If so, As a result, you Run the Reports for org.unit and see the result of all bookings.
    Otherwise, you can use BADI's that can do this.
    Regards,
    Shirin

Maybe you are looking for

  • Where can I find the Oracle Clusterware 11.1.0.7 for Linux x86

    Hello, I am testing upgrading Oracle 11g RAC from 11.1.0.6 to 11.1.0.7 on Linu x86 (RedHat 5.3/OEL 5.3) I haven't been able to find the Oracle Clusterware 11.1.0.7 for Linux x86 download, which is required for the RAC upgrade. Could someone tell me t

  • Difference in field length internal note in sc and longtext

    When I fill in an internal note in the shoppingcart the fieldlength is around 60 characters wide , but when I look in all the structures involved in shoppingcarts with longtext it is 132 characters width ? Why is the webinterface length different tha

  • Http- XI- rfc message mapping question

    Hi! I want to map the 3 fields (type: xsd:string) of xml message to the 3 fields of the table parameter (type: xsd:anyType)of the remote function. But I can't see the fields of the table parameter just only the name of it, and that is why I can't mat

  • Interactive Report row filter item aliases

    When trying to use row filtering on an interactive report that selects over 100 items, the aliases are alphabetic for the report columns but once they get as high as FZ they stop and are all aliased as \\ and become unusable. Is this a limitation in

  • Key events on the glasspane

    I'm trying to develop a glasspane that captures the key events as well as the mouse events.. In this example, the mouse events happen exactly the way I want them to, but I cannot for the life of me get a key event to register.. I've tried capturing k