SAP Reports / Programs | Training and Event Management | SAP Learning Solution | Training Management(PE-LSO-TM) SAP PE

RHXTEILN_LSO_OLD SAP ABAP Report - Participant List







RHXTEILN_LSO_OLD is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report generates a list of internal and external participants of all courses selected...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 RHXTEILN_LSO_OLD into the relevant SAP transactions such as SE38 or SE80


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 RHXTEILN_LSO_OLD. "Basic submit
SUBMIT RHXTEILN_LSO_OLD AND RETURN. "Return to original report after report execution complete
SUBMIT RHXTEILN_LSO_OLD VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: SEL_BOX = Standard Selection Screen
Selection Text: PCHSEARK = Search Term
Selection Text: PCHOBJID = Object ID
Selection Text: ORTID = Course Location
Selection Text: KURST = Course Type
Selection Text: KURS = Course
Selection Text: KUGRP = Course Group
Title: Participant List
Text Symbol: REF = Display Instructor
Text Symbol: RB4 = @3E@ Booking priority
Text Symbol: RB3 = @3F@ Individual price
Text Symbol: RB2 = @3E@ Org. assignment
Text Symbol: RB1 = @3E@ Alphabetically
Text Symbol: PA2 = Page break for each course
Text Symbol: PA1 = Display courses with participants only
Text Symbol: NPR = Normal Bookings
Text Symbol: MPR = Essential Bookings
Text Symbol: KOS = @10@ Prices
Text Symbol: GRO = Course Group
Text Symbol: EVE = Course
Text Symbol: ETR = E-Learning
Text Symbol: ESG = W/Electronic Participation Confirmation
Text Symbol: CUR = Curric. Type
Text Symbol: AUF = Formatting Options
Text Symbol: ROO = Display Room
Text Symbol: RPE = Format as Attendance List
Text Symbol: SOP = Selection Options
Text Symbol: T01 = Course Selection
Text Symbol: TAC = Table Control
Text Symbol: TVE = @10@ Sessions
Text Symbol: TYP = Course Type
Text Symbol: WPR = Waitlist Bookings


INCLUDES used within this REPORT RHXTEILN_LSO_OLD

INCLUDE: RHSCMDAT_LSO,
RHXMACRO,
RHXF4GET_LSO,
RHREPVAL.


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:

RHVM_USET_SET_REPORTING CALL FUNCTION 'RHVM_USET_SET_REPORTING' "YMO 28.12.99

RHVM_USET_GET_REPORTING CALL FUNCTION 'RHVM_USET_GET_REPORTING' "YMO 28.12.99

LSO_GET_RANGES CALL FUNCTION 'LSO_GET_RANGES' EXPORTING language = sy-langu TABLES training_otypes = it_trainings_otypes.



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 RHXTEILN_LSO_OLD or its description.