LSO - Follow-Up Course Participation

Dear All,
When following up a course in SAP LSO, I marked the course participation as 'absent' for ppl who did not turn up for the course. What happens in the system is that a cancellation will be triggered, thus this person will not be reflected in any attendees/participation report. What I need is actually is a report where I can see participants who are absent and present. But, when system cancels the participation, it creates a 040 relationship in table HRP1001, thus there is no way for me to differentiate between someone who cancels before the training, and someone who were absent during the training. Has anyone run into this problem before? Pls advise. Thanks.

PeckHan
You may need to differentiate between these 2 scenarios
A: Attendee Cancels Course Attendance Before Occurence of Course
In this case, user will need to withdraw the attendee from the course before user can perform "follow up" of the course.  This is where a cancellation reason can be specified.
B: Attendee Did Not Show Up During Course
In this case, when user select the course to perform "Follow up" from the dynamic course menu, user should be presented with a screen that shall list all course attendees assigned to the course run.
User may mark that the attendee had not show up for the course at this stage.  See screen shot (https://wiki.sdn.sap.com/wiki/download/attachments/26779/CourseFollowUp-LSO.jpg)
You may want to ensure that the following config point (IMG>Training & Events Management>SAP Learning Solution>Training Management>Recurring Activities>
Follow-Up>Control of Process Steps) has been appropriately configured such that the attached screen shot appears.
Hope the above information has been helpful.
Thanks

Similar Messages

  • LSO- to print course participation document from learner portal

    Hello ,
    My client wants to print "course participation document" from the learner portal when the participant completes  web based training. Also the name of participant and WBT should be in it.
    Do you have any idea how can we do?
    Best Regards,

    Hello Deepak,
    I tried  your first suggestion before. I made an instructional element as a last activity in AE but I could not write pariticipant and training type texts in the instructional element.
    They don't want to a fix text in the course participation document,they want to see participation name,the text of training type and a fix text. So how can I use AE for this request?
    Best Regards,
    Fulya

  • LSO - Course follow-up when participant was absent

    Hi all,
    Is there a config in IMG that I have to look at to have an automatic cancellation of a booking when following up a participant that was absent.
    Currently, our system does not cancel participation as part of a course follow up when we rate the student as absent. Therefore, the course still shows up in that participants ESS portal under completed courses even though he did not attend.
    Ideally, what I am looking for would be to automatically cancel the student with a reason code of absent.

    Hi Steve,
    Please check the IMG
    Training & Event Managementl --> Employee Self Service >Business Ad Ins (BADIs) for ESS> BAdI: Set Up Customer-Specific Attendance Cancellation Reason
    This will clarify your Query.
    Regards,
    JwaliniS

  • Additional Field to the LSO Follow up Participation Screen in LSO_PV15

    Hi All,
    I have a requirement in LSO where i need to display an Additional Field called SCORE in the LSO 'Follow up Participation' (TCODE : LSO_PV15) Screen. The Field appears on the Screen when i enhance the customer include in table HRPAD25. Now the problem is how to make this field editable for the LSO administrator. Is there any BADI that does this? Or should we go for Implicit Enhancement.
    Any input on this regard will be highly appreciated.
    Thanks and Regards,
    Pavithra

    Hi Pavithra,
    I'm facing to the same problem. Did you resolve it ?
    If yes, can you inform me the way you do it ?
    Many thanks
    Regards
    Vincent Bovy

  • LSO Portal: link 'confirm participation' shows up randomly

    Hello,
    the link 'confirm participation' shows with some participants after having finished a training, enabling them to follow it up. With other participants taking the identical training, passing and finishing it the link does not show up, so they can't follow it up. The participants all have the same auhorizations, took the training within a certain time frame and absolutely nothing has been changed in regard of training version, follow-up options etc. We're on LSO 604, SP 5 - has anyone encountered the same problem or has an idea as to what causes this random behaviour?
    Thanks!

    Please note that this issue comes when you have the setting in table V_LSOFUPROCESS as >
    System  I   Follow up Course
    In this case, when the first attendee is followed up, the system sets the FLUPX flag in the IT1026 i.e. course type info and the other attendees can not see the confirm participation link.
    Please have the setting for followup course in the above table as
    Backend   I Follow up Course (for the corresponding delivery method)
    and then test the scenario.
    This will work correctly.
    And for the courses for which the FLUPX is already set for the course, you may write down a report to uncheck the FLUPX for the particular courses.
    Hope this will help you in resolving the issue.
    Best Regards,
    Chetan

  • LSO: How to restrict employee from accessing LSO Web based course.

    Hi Gurus,
    We have a requirement where we need to restrict few section of employees from accessing the LSO web nased courses. I know this can be done from Structural Authorization concept.
    Can anyone tell me how to implement this structural authorization of section of employees. or any link mentioning step-by-step process will be great help.
    Thanks,
    Swet

    Hello Satya,
    The status comes from entries in Table T77BW. I don't recommend that you change the status as I don't know what issue may occur.
    Relevant coding in RHPQ_INDIVIDUAL_PLAN_READ.
    IF history_tab-endda < sy-datum.            "begin note 588403
      pplans_tab-state_id = att_state_id.
      pplans_tab-statetxt = att_statetxt.
    ELSE.
      SELECT SINGLE * FROM t77bw INTO wa_t77bw
               WHERE context = 'EVENT_BOOK'.
      IF wa_t77bw-new_state IS INITIAL.
        pplans_tab-state_id = '02'.
      ELSE.
        pplans_tab-state_id = wa_t77bw-new_state.
      ENDIF.
    Regards,
    Manny

  • Batch job to follow up WBT participation in LSO (confirm participation)

    Hi,
    We are finding a lot of our users in LSO are neglecting to click on "Confirm Participation" in the Learning Portal after successfully completing their web-based training.
    Of course, this means that the course remains in their "current" training activities area and most importantly, this means that the qualification related to this course type is not imparted.
    Due to this, we are looking at setting up a batch job to run nightly.  This job will look for situations where a person has successfully completed eLearning but neglects to confirm participation.  In these cases, the system will confirm participation for them.
    What is the best way to make this happen?
    Thanks
    Shaun

    Hi JP,
    "Our WBT courses do not get followed up at all in the new standard way."
    We experienced this as well after implementing the solution in note 1796928. The cause of our problem turned out to be a missing authorization on the user account we use to run the web content player. In our case, the user had no read authority for infotype 1001 so function LSO_LA_SAVE_LEARNINFO_C never made the call to function ZLSO_IF_AUTO_CONFIRM.
    To discover the cause, we needed to debug function LSO_LA_SAVE_LEARNINFO_C, however since it runs in a separate task we couldn't debug directly.
    To get around this, we added messages of type X at various points in the function's enhancement code. This forced the function to dump at runtime, and we then looked at the runtime error log to see the contents of the dump message. This enabled us to find the problem. Maybe you could try this same debug-via-dump approach to identify the source of your problem.
    Another thing to check is that users have authorization object P_LSO_FOUP.
    I also want to mention that as part of our implementation, we made the same enhancement to function LSO_CP_WRITE_SCORMDATA as was made to function LSO_LA_SAVE_LEARNINFO_C so that function LSO_CP_WRITE_SCORMDATA also calls function ZLSO_IF_AUTO_CONFIRM.
    Cheers,
    Amy

  • How to Create LSO Follow Up after Course Creation adn Booking.

    Dear All,
    I Created a Course and Booking to the attendants is done.
    I want to follow up the attendants Pass / Fail and i have to update their Proficiency.
    I am unable to do it through BDC.
    I am using LSO_PV15 T-Code.
    Could any one suggest the process of doing so.
    Regards,
    Chaitanya Abbu.

    Hi,
    Check function modules LSO*FOLLOWUP. There are 2 function modules which seem to be useful.
    LSO_FOLLOWUP
    LSO_UPDATE_FOLLOWUP
    Thanks,
    Jyothi

  • LSO - Follow up for WBT Courses

    Hi Experts,
    I have created a WBT Course which is accessed by the learner.
    My question is how do you manage course follow up for Web Based Training from the Instruction and Tutoring tab on the portal?
    What all relationships are to be maintained to do the same?
    Would request you to please tell me the detailed steps to do the same.
    Regards,
    Shweta Thakkar

    Hi Shweta
      The participation record with relationship 614 between the course(ET) and the person(T) is maintained. Now when the participation is followed up, the additional data table HRPAD614 (for WBT) is updated with the follow_up field set to 'X'. I think in the standard portal there is an option given which says 'Set course to completed' which does the follow up part. I think this partly answers your question about which relationship is maintained and which tables/infotypes are used.
    Neo

  • SAP LSO - Time integration; Error Participant not available during course

    Dear Gurus,
    I have requirement to enable employees to book the course irrespective of the Workshedule he is available in. Please let me know how to acheive it.
    Thanks and regards
    Saravanan K

    Hello Saravanan,
    You have mentioned participant not available during course
    the reason for this may be check any future action was done on the participant or check whether the participant is reserved/booked as a trainer on that day.
    Time integration will show impact on attendance only.
    thanks
    rafi

  • Using Appointment Manager to create calendar items for course participation

    Is anyone using SAP's Appointment Manager in conjunction with LSO to create calendar entries in an external application (Lotus Notes) when people book participation in a training course?

    did you manage to solve this? we are looking for the same issue.

  • LSO Follow Up (WBT) - Runtime error due to ceased employees

    We have just created a custom program which confirms participation for learners (web-based training).  In Production we will create a nightly job that confirms participation if the learner forgets to click on this link.
    This is done by using ABAP program SAPLLSO_FOLLOWUP.
    It's working fine, however we've come across one issue.  We are getting runtime errors when executing the program.  After some investigation we found out this is because we have Ceased employees enrolled in the courses.
    As as example, in our Test Environment we have a WBT course which has three people enrolled.  One of those people is now ceased.  When you right click on the course (via the dynamic menu) and click on Follow Up, you get the runtime error.
    We can't cancel the ceased employee since he/she has already completed the course.  So as a work around, we changed the Course Type "Completion Specifications" infotype so learners can be "canceled at any time".  We then cancelled the ceased employee from the course.  We then right clicked on the course>follow up, this time it worked.
    Obviously this work around won't be suitable for Produciton.  We don't want to cancel ceased employees from a course as we still want to keep a record of their training.  So is there a way around this???
    Any help would be greatly appreciated!!!!
    Cheers
    Shaun

    Figured it out - data issue

  • Cancel Course Participation in the Portal

    We implemented the LSO this year, and I thought one of  the things users could do in the Portal is cancel participation in a course listed under My Training Activities.  But I don't see an option for this.  Did I misunderstand, or is there some configuration to do to enable this for learners?

    How did you do that?
    I´m trying to do the opposite. Learners can see the cancel button in the portal but I´d like to avoid them from that option.
    I know there is an options by hidding the BSP, but we want to use the standard.
    Thanks a lot.

  • HR LSO: Problem with Course Owner in formular

    Hi ABAP Gurus,
    my problem concens the following aspects:
    MISSION: I have to create a bookingconfirmation where the attandee can see some details. This Confimation should base on LSO_PWB_COVER_CONFIRM but its necessary that the course owner (name, email, telnumber) will be added to this form.
    PROBLEM: I know that i have to add the course owner to the formularinterface, but the Problem is, that i can't find it in the System. There is no Entry for the Cours Owner in PPVAR or LSOPPVAR so that i cant add it to a workarea. Does anybody know where i can find the course owner in the system?
    Thanks in advance,
    Sebastian

    Hi,
    what kind of correnspondence are you using. SAP Script or Smartforms (Adobe Forms)?
    Regards
    Felix
    PS: One year old Question? Is it maybe already solved?

  • LSO Follow up

    Hi,
    We have a requirement where we need to update CONFIRMED field in database tables HRPAD614 and HRPAD025.
    When we tried using LSO_PV15 Tcode to update CONFIRMED field for external e-learning. It is being greyed out and we are not able to edit that particular field. Only mass changes can be done where it reflects the same results for all the records. But it has to be done for each record.
    Please do the needful ASAP.
    Regards,
    Ramesh.

    Hi Ramesh,
    I guess you would have found the answer, if not check the Img node : Control of Process Steps, this is under the LSO > T&M> Recurring activites --> Follow up
    You might have to activate it if you want to maintian it at LSO_PV15.,
    Best of luck  !!!
    - Ajay

Maybe you are looking for

  • How do i change the number of columns within a text box?  I need to go from three columns to one.

    How do I change the number of columns within a text box?  I need to go from 3 columns to 1.  The insert column is highlighted and column break does not work for this.

  • Problem with bluetooth

    hi. I want to use abluetooth to serial adapter with a mobile for transferring data. i write the program in j2me and try to use rfcomm service for connection but it couldent find any services on the adapter.how can i pair the mobile with this device?

  • ADF trial on JBoss AS 7

    Hello, Did anybody try to deploy an adf application on JBoss AS 7 yet? My first attempts failed, with following error : org.jboss.as.server.deployment.DeploymentUnitProcessingException: Failed to parse "/C:/jboss-as-7.0.1/standalone/deployments/test.

  • Exchange Rate Type M getting updated automatically next day

    Hi , We upload rate through t.code TBDM for MTRE exchange rate type but very next system  turn up same result for exchange rate type M For example Suppose today 09.09.2011 i upload rate only for MTRE exchange rate type for following currency AED     

  • Does Mac OS 10.8.5 support a Lexmark X73 print driver?

    Does Mac OS 10.8.5 support a print driver for a Lexmark X73 inkjet printer?  There is a printdriver on the Lexmark site that supports Mac OS 10.3.XX  will that work?