SAP Reports / Programs | Campus Management | Campus Management | Campus Management(IS-HER-CM) SAP IS

RHIQPROC_DISPLAY_WO_SELMETH SAP ABAP Report - Display Activity Documents







RHIQPROC_DISPLAY_WO_SELMETH is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RHIQPROC_DISPLAY_WO_SELMETH 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 RHIQPROC_DISPLAY_WO_SELMETH. "Basic submit
SUBMIT RHIQPROC_DISPLAY_WO_SELMETH AND RETURN. "Return to original report after report execution complete
SUBMIT RHIQPROC_DISPLAY_WO_SELMETH VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Display Activity Documents
Text Symbol: 000 =
Text Symbol: 001 = Selection
Text Symbol: 002 = Begin Date of Validity
Text Symbol: 003 = End Date of Validity
Text Symbol: 004 = Act. Key Date (Begin Date)
Text Symbol: 005 = Act. Key Date (End Date)
Text Symbol: 006 = Activity
Text Symbol: 007 = Program of Study
Text Symbol: 008 = Activities
Text Symbol: 009 = Select All Students
Text Symbol: 010 = Use Selection Method


INCLUDES used within this REPORT RHIQPROC_DISPLAY_WO_SELMETH

INCLUDE RHIQPROC_DISPLAY_TOP.
INCLUDE RHIQPROC_DISPLAY_F01.
INCLUDE RHIQPROC_DISPLAY_STATUS_2000.


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:

HRIQ_GET_ACTIVE_WF_PLVAR CALL FUNCTION 'HRIQ_GET_ACTIVE_WF_PLVAR' IMPORTING act_plvar = p_plvar EXCEPTIONS no_active_plvar = 1 OTHERS = 0.

HRIQ_MACO CALL FUNCTION 'HRIQ_MACO' EXPORTING plvar = p_plvar otype = 'ST' no_dialog = 'X' TABLES sel_objects = lt_all_students EXCEPTIONS others = 0.

HRIQ_STUDENT_MODREG_PROGS_GET CALL FUNCTION 'HRIQ_STUDENT_MODREG_PROGS_GET' EXPORTING is_student = iv_keydate = g_selperiod-begda TABLES et_program_info = itab_program EXCEPTIONS others = 0.

HRIQ_PROGRAM_TEXT_GET CALL FUNCTION 'HRIQ_PROGRAM_TEXT_GET' EXPORTING imp_plvar = -plvar imp_objid = wa_program-sc_objid imp_keyda = g_selperiod-begda imp_langu = sy-langu IMPORTING exp_short = wa_progtext EXCEPTIONS others = 0.

HRIQ_MACO CALL FUNCTION 'HRIQ_MACO' EXPORTING plvar = -plvar otype = 'SC' no_dialog = 'X' TABLES sel_objects = lt_all_programs EXCEPTIONS others = 0.

HRIQ_PROC_DH_GETLIST_FOR_ST CALL FUNCTION 'HRIQ_PROC_DH_GETLIST_FOR_ST' EXPORTING iv_st_objid = -objid iv_process = wa_valuetab-process IMPORTING et_proc_dh = lt_proc_dh EXCEPTIONS OTHERS = 0.



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