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

TAC_TRAINING_RESULTS_LSO SAP ABAP Report - Course Results Overview







TAC_TRAINING_RESULTS_LSO is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report displays a list of all course results for a specified 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 TAC_TRAINING_RESULTS_LSO 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 TAC_TRAINING_RESULTS_LSO. "Basic submit
SUBMIT TAC_TRAINING_RESULTS_LSO AND RETURN. "Return to original report after report execution complete
SUBMIT TAC_TRAINING_RESULTS_LSO 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: P_PLVAR = D Plan Version
Selection Text: P_OBJEC = D Object ID
Selection Text: ASSDATE = Storage Date
Title: Course Results Overview
Text Symbol: 014 = Update
Text Symbol: 012 = Cutoff
Text Symbol: 010 = Result Achieved in %
Text Symbol: 009 = Assessment
Text Symbol: 008 = Course ID
Text Symbol: 007 = Course Results Overview
Text Symbol: 006 = Course name
Text Symbol: 005 = Participant Name
Text Symbol: 004 = SelectionPeriod
Text Symbol: 001 = Course Type


INCLUDES used within this REPORT TAC_TRAINING_RESULTS_LSO

INCLUDE : TACTOP.
INCLUDE : F4_VALUE_REQUEST.
INCLUDE : TAC_ALVINC.
INCLUDE : RHOINI00_LSO.
INCLUDE : RHRINI10.
INCLUDE : RHRINI20_LSO.


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:

RH_READ_OBJECT CALL FUNCTION 'RH_READ_OBJECT' EXPORTING plvar = it_tr_objects-plvar otype = it_tr_objects-otype objid = it_tr_objects-objid IMPORTING stext = v_tr_text EXCEPTIONS "hwy not_found = 1 "hwy OTHERS = 2. "hwy

RH_READ_INFTY_1001 CALL FUNCTION 'RH_READ_INFTY_1001' EXPORTING authority = 'DISP' subty = $specb "--B020 begda = beg_date endda = end_date TABLES i1001 = i1001 OBJECTS = it_tr_objects EXCEPTIONS nothing_found = 1 wrong_condition = 2 OTHERS = 3.

LSO_GET_PARTICIPANTS CALL FUNCTION 'LSO_GET_PARTICIPANTS' TABLES trainings = trainings_tab participants = participants_tab EXCEPTIONS no_participant = 1 no_event_found = 2 wrong_condition = 3 OTHERS = 4.

LSO_PARTICIPATION_GET_TRAINI_C * CALL FUNCTION 'LSO_PARTICIPATION_GET_TRAINI_C' * EXPORTING * plvar = participants_tab-plvar * attendee_id = participants_tab-parid * attendee_type = participants_tab-patyp * begindate = beg_date * enddate = end_date ** IMPORTING ** ERROR_OCCURED = * TABLES * bookinglist = it_bookinglist ** RETURN = * .

LSOTAC_LA_GET_ASSESSRESULTS CALL FUNCTION 'LSOTAC_LA_GET_ASSESSRESULTS' EXPORTING * ASSESSMENT = tpartdoc = tpartdoc beg_date = beg_date end_date = end_date IMPORTING error_occured = error_occured_itres TABLES ilsotaclrnassess = it_assess ilsotaclrnassres = it_assres ilsotaclrnitres = it_itres.

LSOTAC_PUB_GET_ASSESSSTRUCTURE CALL FUNCTION 'LSOTAC_PUB_GET_ASSESSSTRUCTURE' EXPORTING assessment = it_assess-assessment IMPORTING error_occured = error_occured_ass TABLES ilsotacassessment = it_assessment ilsotacasection = it_asection ilsotacasebo = it_asgroup ilsotacaseitem = it_aseitem ilsotacitem = it_item.

RH_READ_OBJECT * CALL FUNCTION 'RH_READ_OBJECT' * EXPORTING * plvar = participants_tab-plvar * otype = participants_tab-patyp * realo = participants_tab-parid * IMPORTING * short = par_short * EXCEPTIONS "hwy * not_found = 1 "hwy * OTHERS = 2. "hwy

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'LSOTAC_RESULTS' CHANGING ct_fieldcat = gt_fieldcatalog.



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