SAP Reports / Programs | Training and Event Management | Training and Event Management | External Learning Solution - Backend(PE-LSX-BE) SAP PE

/XLSO/OEMP_LEARNER_PROFILE SAP ABAP dialog Program - Create Operations Employee Learner Profile







/XLSO/OEMP_LEARNER_PROFILE is a standard Module pool for a dialog screen ABAP Program available within your SAP system (depending on your version and release level). It is used for This report program provides the user administration functionality available in the B2B scenario...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter /XLSO/OEMP_LEARNER_PROFILE into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

/XLSO/LP03 - Display OE-Learner Profile
/XLSO/LP01 - Tcode for OE Learner Profile


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT /XLSO/OEMP_LEARNER_PROFILE. "Basic submit
SUBMIT /XLSO/OEMP_LEARNER_PROFILE AND RETURN. "Return to original report after report execution complete
SUBMIT /XLSO/OEMP_LEARNER_PROFILE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Create Learner Profile
Text Symbol: P07 = No
Text Symbol: P05 = Do you want to cancel processing of this learner?
Text Symbol: P04 = Cancel Learner Profile Creation
Text Symbol: P03 = Yes
Text Symbol: P02 = Do you want to save your data first?
Text Symbol: P01 = Exit processing of learner profile
Text Symbol: 043 = Click button to Save or Register
Text Symbol: 029 = List of Reference Customers
Text Symbol: 028 = List of Titles
Text Symbol: 027 = List of Customers Specific to Country
Text Symbol: 026 = Learning Managers
Text Symbol: 025 = Academic Title
Text Symbol: 024 = Do you want to maintain learner's role?
Text Symbol: 023 = Maintain Learner's Role
Text Symbol: 022 = List of Languages
Text Symbol: 011 = 0006
Text Symbol: 010 = 0003
Text Symbol: 009 = Company Administrator
Text Symbol: 008 = XA
Text Symbol: 007 = Learning Manager
Text Symbol: 006 = XM
Text Symbol: 005 = Learner
Text Symbol: 004 = XB
Text Symbol: 003 = XLSO_REF
Text Symbol: 001 = Learner Profile created successfully


INCLUDES used within this REPORT /XLSO/OEMP_LEARNER_PROFILE

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

No SAP FUNCTION MODULES are executed within this report code!



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name /XLSO/OEMP_LEARNER_PROFILE or its description.