Driver programme of Script In Learning Solution (LSO-HR)

Hi experts ,
I am working on a LSO(Learning Solution SAP HR module) SAP 'Z' Script.
Currently the driver programme of this SAP Script is a standard programme.
I want to make take a 'Z' Copy of this programme for customization.
This 'Z' copy of the standard driver programme is called from transaction LSO_PP40. In order to configure this driver programme
from this transaction , there must be some configuration(NACE etc).
Anybody has ideas on how to do this configuration.
Thanks.

Hi,
This may help:
http://help.sap.com/saphelp_nw04s/helpdata/en/af/dcbe3d7ac2d410e10000000a114084/frameset.htm
Regards,
Pruthvi R

Similar Messages

  • Learning Solutions (LSO) - Course Follow-Up

    After firmly booking the course, follow-up screen is in display mode. I am not able to select pass/fail/reason for fail on the follow-up screen. Also, qualifications are not getting transferred to the participants (IT0024), after follow-up is done.

    Hi !
    Please go to
    SPRO>training & event management> SAP learning Solution.> training Management>recurring Activities>Follow-up>Control of Process Steps
    and check the following entries are activated (For delivery method - classroom training)
    Classroom Training     Back End     A     Confirm Participation
    Classroom Training     Back End     B     Rate Participation
    Classroom Training     Back End     C     Follow Up Participation (Without Proficiency Change)
    Classroom Training     Back End     D     Follow Up Participation (with Proficiency Change)
    Classroom Training     Back End     I     Follow Up Course
    Classroom Training     Back End     J     Historically Record Course
    Classroom Training     Back End     K     Confirm Pass Result (Time-Independent)
    if Delivery method is different please make the same entries for that delivery method
    OR else check your authorisation status for follow-up.
    Please let me know whether this solves your problem.
    Anand

  • Difference between SAP Learning Solution & Training and Event Manag

    Hi All,
    Can anyone tell me the Difference between SAP Learning Solution & Training and Event Manag.
    Which approach would be recommended for the Training and Event Management implementation..
    Pls let me know the pro's and con's of both the approaches.
    Regards
    Vijay

    Hi Vijay,
    Training and Event Management (now called <b>Training Management (TEM)</b>, sometimes referred to as PE in SAP documentation). Employees/Learners were able to book courses and view their training history via Employee Self-Service, and supported the full suite of classroom training administration functions.
    SAP’s current learning software is SAP’s Learning Solution (LSO). Companies still can use TEM to administer classroom-only training or they can choose to leverage LSO functionality to deliver classroom training as well as Web-based training, virtual classrooms, blended learning, and collaboration to their employees.
    Training Management (TEM) serves as the foundation of SAP’s Learning Solution (LSO). However, LSO includes much new functionality such as administering and delivering Web-based training, virtual classrooms, curricula, and online tests. The entire LSO consists of SAP Authoring Environment, Content Management System (CMS), Learning Management System (LMS), Learning Portal, Content Player, Offline Player, Business Intelligence (BI), and the Collaboration functionality.
    Regards,
    Dev

  • LSO (Learning Solution) Configuration / Navigation steps

    I am new to the LSO (Learning Solution )module.
    Can any one provide me the configuration / navigation steps and the functionality  of the LSO Module.
    I need to create the following things
    1. Creation of PVDC
    2. Creation of PVEC
    Regards
    Venu

    Hi
    open this link and then you will find one document on Training and event management.
    http://help.sap.com/printdocu/core/Print46c/en/Data/htm/english.htm
    with the help of this link u will get basic idea about learning solution
    Puneet

  • Knowledge on WBT/Online courses in LSO(learning solutions)

    Hello Gurus,
    I recently started gaining knowledge in one of the HCM module-LSO,But i dont know how to move on for WBT/Online course type.
    Once you select the course type as online or WBT, what all data needs to be maintained?..what should i maintain in "course type content"?
    how to create content type?
    Can you please share your knowlegde & guide me in detail about this?
    please share your knowledge & if any documents are there.
    Thanks in advance
    Thnaks & Regards
    Swati

    Hi !
    Please go to
    SPRO>training & event management> SAP learning Solution.> training Management>recurring Activities>Follow-up>Control of Process Steps
    and check the following entries are activated (For delivery method - classroom training)
    Classroom Training     Back End     A     Confirm Participation
    Classroom Training     Back End     B     Rate Participation
    Classroom Training     Back End     C     Follow Up Participation (Without Proficiency Change)
    Classroom Training     Back End     D     Follow Up Participation (with Proficiency Change)
    Classroom Training     Back End     I     Follow Up Course
    Classroom Training     Back End     J     Historically Record Course
    Classroom Training     Back End     K     Confirm Pass Result (Time-Independent)
    if Delivery method is different please make the same entries for that delivery method
    OR else check your authorisation status for follow-up.
    Please let me know whether this solves your problem.
    Anand

  • SAP LSO Learning Solution - Content Player

    We don't want to use the Java based online/offline content player for viewing/displaying course content.  Does anyone know if the content is compatible with either Flash or Media Player?  What is the format of how the content is delivered?
    Regards,
    Thomas

    Hi,
    Check SAP Note 746917 - FAQ Content Player - SAP Learning Solution
    Thanks
    Sunny

  • Monitoring filesystem changes, made by programm/command/script

    Hello, guys. Archlinux is my first serious linux experience as desktop OS. I'm in a process of learning...
    Often I want to view changes which some programm/command/script makes in file system: which files or directories were created/deleted/modified(only the status of being modified, not the difference).
    Something like this:
    or better
    but maybe with a bit more powerful customisation:
    Filter by certain process. I dont what to see every single change in file system. I want to see only changes invoked by certain process or it's children:
    - Specify pid of running programm and watch changes, made by this programm.
    - Specify pid of terminal and watch changes, made only by commands in this terminal.
    I've tried inotify-tools. It is ok, but:
    - it doesn't seem to have this process filter (major issue for me, reasons described above).
    - it is doesn't have any gui wrapper (minor)
    Is there anything like that? Do I want too much?
    Last edited by Simargol (2015-06-11 11:09:16)

    Spider.007 wrote:Have a look at `man strace`. A nice GUI will be hard to find though...
    Thx for pointing. I've played with it a bit. But it seems to be too lowlevel, it gives raw information. I couldn't make it give only necessary information (~ CREATE, MODIFY, DELETE file). Like inotifywait, for example:
    [simargol@mdxb ~]$ touch bzz.txt
    [simargol@mdxb ~]$ rm bzz.txt
    [simargol@mdxb ~]$ inotifywait -m ~
    Setting up watches.
    Watches established.
    /home/simargol/ CREATE bzz.txt
    /home/simargol/ OPEN bzz.txt
    /home/simargol/ ATTRIB bzz.txt
    /home/simargol/ CLOSE_WRITE,CLOSE bzz.txt
    /home/simargol/ DELETE bzz.txt
    Simple and clean.
    Overall, maybe it not as easy task as I thought.
    charli3 wrote:If you can't find one to your liking in the spirit of open source development you can see if there's something already being created and fork your own project or start a new one layered over your CL utility of choice.
    Yes, but I thought that there could be a working solution. =/
    Last edited by Simargol (2015-06-11 13:57:39)

  • Enterprise learning/ Learning solution

    Hi all,
    I am looking for business requirements for the learning solution module.
    Can anyone share some thoughts and requirements of the same!
    Regards,
    Bharat

    Not sure I have got it completely wrong last 18 years, but shouldn't the requirements come from the customer? Obviously with help from annexperienced consultant to refine and discuss them, but if a customer needs a set of requirements from outside, then there's a perfectly cheap solution: they have no real business need and therefore don't need an LSO. Happy days :-)

  • SAP Learning Solution in 4.7

    Hi,
    Is it possible to implement SAP Learning Solution in 4.7?
    If it is possible is there any add ons / patches to be updated.
    Thanks & Regds,

    Hi,
    All there is a SWITCH to turn on the SAP Learning solution in the IMG.
    Goto transaction SPRO and there under the IMG node Training and Event management, and Under SAP Learinig solution there is switch to turn on the Learing solution.
    By Default Training and Event Management will be turned on, both TEM and LSO cannot be ON at once, only one of them can be truned on.
    Regards,
    Sesh

  • Customization of Subject Line in SAP Learning Solution Notification

    Hi
    I had a requirement of generating notifications in SAP
    Learning Solution. The notifications should be
    automatically posted to the recipients through Email.
    The above portion is working fine. However, I just
    wanted to know, <b>Is there a way to customize the
    subject line of that notification email. Right now for
    each and every event, the subject line of notification
    is: "Your Training Provider's Notification".</b>
    <b>Is there anyway we can change this line and add some
    variables to personalize it for the reciever?</b>
    Regards
    Waseem Imran

    Hi Waseem
    I have a requirement as you describe. A standard LSO notification (a prebooked course has been scheduled) is displayed in the portal and I need it to be automatically posted to the recipients through email.
    Please, what are the steps for this requirement?
    Regards,
    Karin.

  • Configuration and Business Package for Learning Solutions

    Dear Experts,
    I need informtion on the configurations and Business Package for Learning Solutions 2(business function HCM_LSO_CI_2) which comes with EHP4. We need to implement the LSO functionalities and I was not able to find out the required Portal Business Package. Please share your experience for implementation of LSO.
    Regards,
    Samir

    Dear Experts,
    Anyone already done LSO Learning Solutions implementation for Ehp4.Please provide inputs.
    Regards,
    Samir

  • Business Package for Learning solutions

    Hi All,
    Can somebody help me on learning solution business package. I have downloaded the package from content portfolio and I am aware there are other related components like LSOCP, LSOAE, LSOOP..
    Can somebody provide me document for complete implementation of LSO. My mail is id [email protected] Any kind of help is greatly appriciated.
    Best Regards,
    Vaishali

    Vaishali,
    Here are some links that may help you.
    [SAP Learning Solution System Landscape|http://help.sap.com/saphelp_erp2005vp/helpdata/en/eb/b3b341800e3231e10000000a155106/frameset.htm]
    [Learning Solution|https://websmp206.sap-ag.de/learningsolution]
    [Setting up SAP LSO on ECC6 with EP|Help on setting up SAP LSO on ECC6 with EP;
    [Business Package for Learning (SAP ERP) 1.0|http://help.sap.com/erp2005_ehp_02/helpdata/en/65/a3a73b6594fc26e10000000a11402f/content.htm]
    Chintan

  • SAP Learning Solution - Creating Tests (Authoring Environment)

    Hi Everyone,
    I wonder if someone can help:
    1. How can one change the background of a test to another colour to change the look and feel?
    2. How does on create a test that is displayed, one question per screen and then a next/continue button to proceed to the next question.
    3. A person must on start the test once and not be able to select start test again.
    Your assistance would be appreciated.
    Kind regards,
    Vince

    Question:
    Hi Debbie,
    We are implementing Learning Solutions 300.(we are using LSOFE300 LSO300 J2ee engine for content player).. We are able to create the Learning Nets in Authoring Environment and trasnport the same to Master Repository...and in master repositiory we are able to release the course
    Please let me know the tables where this Learning Nets will be stored.. and also how to  get the learning nets from Master Repository to the relevant tables (Necessary Configurations)
    (Under Master Repository In the repository explorer The Release button is active...But Publish button isnot active...)
    Thanks in advance..
    Raghav
    Answer:
    Hi
    Sorry for the delay:
    We only installed LSO 200 and now we are upgrading to LSO 600.  I am not sure if it is all the same.  I do not know of tables that is updated with the learning net info; according to me it is only on the server and Content Manager.
    When you release a learning net, it gives you an option to tick a box to publish it after the release; see below:
    We make use of epiuse to assist us on the consulting side.  Please let me know should you need a contact person there.
    Regards
    Debbie van Zyl

  • Integration SAP Learning Solution and SD module

    Hi experts,
    I need some help. I'm trying to integrate the LSO with the SD module, I know that there is a way to do it. The idea is to charge for trainings and to be able to even sell there trainings. Does anybody knows how to activate this integration and if there is any documentation about it?
    I would really appreciate any insights about this topic!
    Best Regads,
    Thais

    I assume you have already tried the steps under
    SAP Learning Solution > Training Management > Integration > Billing and ACtivity Allocation > Billing
    Thanks and Regards

  • Learning Solution

    Hello, i want to integrate LSO in Portal, i follows https://websmp106.sap-ag.de/~sapidb/011000358700004942762004/, but i havent idea how to find "SAP Learning Solution iView", because iviewstudio is not working,
    2. Edit the Web Application Server -- how can i see my path?

    Hi Nikita,
    Go to https://www.sdn.sap.com/irj/sdn/developerareas/contentportfolio and search for "Business Package for Learning"; you'll get two results, for different platforms.
    > Edit the Web Application Server -- how can i see my path?
    Hm, I just do not understand the question!?!
    Hope it helps
    Detlev

Maybe you are looking for

  • Final Cut Pro X cannot be exported

    Hi all I am using final cut pro 10.1.1 with OSX 10.9.2 Just tried to export a video however it shows an error ""Video rendering error: -50"" I have been turned off the background render and deleted both project and events render files so... how can I

  • Strange error in compiling a jsp in jdev

    I tried to compile a jsp using a custom jsp tag. All the requried java libraries are set in project's library path and additional path. But I got a class name used by the tag as the compiling error. No any message regarding to it. I think this may be

  • Eligible for education pricing?

    Hi, I'm a gonna be a senior in high school but I was wondering if I qualify for the education discount for buying a macbook pro. I work every summer at a private school that runs a enrichment camp and am called faculty there because I manage the tech

  • Create Javascript Code Dynamically in JSP

    I would like to generate some Javascript code dynamically in my jsp code. How can i do that?

  • Downloaded the new update iOS 8.0 cannot see all photos

    downlowed ios8.0 how to retrieve all photos on iPhone  5