SAP Reports / Programs

RHPPROGRS_LSO SAP ABAP Report - Completion Progress of Learner







RHPPROGRS_LSO is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for ..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 RHPPROGRS_LSO 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

LSO_RHPPROGRS - Completion Progress of Learner


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 RHPPROGRS_LSO. "Basic submit
SUBMIT RHPPROGRS_LSO AND RETURN. "Return to original report after report execution complete
SUBMIT RHPPROGRS_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: PCHCMPDT = Completion Date
Selection Text: PCHSUBDT = Subscription Date
Selection Text: PCHVALDT = Validity Date
Selection Text: PCOBJID = Course Program ID
Title: Completion Progress of Learner
Text Symbol: 013 = SelectionPeriod
Text Symbol: ABS = Absent
Text Symbol: AUF = Formatting Options
Text Symbol: CON = Attendance
Text Symbol: ESG = Include Participants That Have Completed the Course Program
Text Symbol: NOT = Not Rated
Text Symbol: NPA = Not Passed
Text Symbol: PAS = Passed
Text Symbol: PRE = Present
Text Symbol: RPE = Format as Attendance List
Text Symbol: T01 = Course Program
Text Symbol: TIT = Completion Progress of Learner
Text Symbol: UNC = Unconfirmed


INCLUDES used within this REPORT RHPPROGRS_LSO

INCLUDE RHREP_CE_LSO. "XEY -> CE/GE
INCLUDE : RHSCMDAT_LSO_CP,
RHXMACRO_CP,
RHSCMPAR_CP,
RHXF4GET_LSO_CP,
RHREPVAL_CP,
RHSCMFOR_CP.
INCLUDE RHXFORMS_LSO_CP.


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:

LSO_CP_TRAININGSEQUENCE_GET CALL FUNCTION 'LSO_CP_TRAININGSEQUENCE_GET' EXPORTING im_plvar = pchplvar im_otype = objtype im_objid = ls_1000-objid im_istat = pchistat * IM_LANGU = SY-LANGU IMPORTING out_cp_course_blocks = lt_cp_blocks out_cp_course_block_elem = lt_cp_block_elem out_cptype = ls_cptype EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.

LSO_CP_PARTICIP_STATUS_GET CALL FUNCTION 'LSO_CP_PARTICIP_STATUS_GET' EXPORTING im_plvar = pchplvar im_otype = objtype im_objid = ls_1000-objid im_learner = ls_learner im_cp_course_blocks = lt_cp_blocks im_cp_course_block_elem = lt_cp_block_elem IMPORTING out_subscribed = l_subscribed out_cp_particip_status = lt_cp_status out_particip_conf = l_particip_conf EXCEPTIONS internal_error = 1 OTHERS = 2.

LSO_GET_PARTICIPANTS CALL FUNCTION 'LSO_GET_PARTICIPANTS' EXPORTING begda = pchbegda endda = pchendda istat = pchistat * ortid = ort_objid TABLES trainings = lt_hrobject participants = it_participant * i1001 = partic_1001 EXCEPTIONS no_participant = 1 no_event_found = 2 wrong_condition = 3 OTHERS = 4.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING IT_LIST_COMMENTARY = alv_header[].

REUSE_ALV_EVENTS_GET call function 'REUSE_ALV_EVENTS_GET' exporting i_list_type = 0 importing et_events = gt_events[].

REUSE_ALV_GRID_DISPLAY call function 'REUSE_ALV_GRID_DISPLAY' exporting i_buffer_active = ' ' i_callback_program = g_repid it_fieldcat = gt_fieldcat[] is_variant = gs_variant i_save = 'A' it_events = gt_events[] is_layout = gs_layout is_print = gs_print * it_sort = lt_sort tables t_outtab = g_alv_table.



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