SAP Reports / Programs

RHPE_Q_PRO_ORGUNIT_MAINTAINED SAP ABAP Report - Overview: Maintained Qualifications







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


Text pool values


Maintained Qualifications
Title: Overview: Maintained Qualifications
Text Symbol: DAT = Key date
Text Symbol: EMP = Persons with qualifications
Text Symbol: LEV = Persons with qual. (in %)
Text Symbol: MQU = Maintained qualifications


INCLUDES used within this REPORT RHPE_Q_PRO_ORGUNIT_MAINTAINED

INCLUDE RHPEINI0.


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:

RHPH_PICK_UP_PERSONS CALL FUNCTION 'RHPH_PICK_UP_PERSONS' EXPORTING begda = pchbegda endda = pchendda * STATUS = '1' with_stext = 'X' TABLES OBJECTS = OBJECTS persons = h_persons EXCEPTIONS undefined = 1 OTHERS = 2.

GET_PERSONID_EXT_BY_PERNR CALL FUNCTION 'GET_PERSONID_EXT_BY_PERNR' EXPORTING pernr = l_pernr IMPORTING personid_ext = l_personid_ext * EXCEPTIONS * PERSONID_EXT_NOT_FOUND = 1 * OTHERS = 2 .

GET_PERSONID_EXT_BY_PERNR * CALL FUNCTION 'GET_PERSONID_EXT_BY_PERNR' * EXPORTING * pernr = l_pernr * IMPORTING * personid_ext = l_personid_ext ** EXCEPTIONS ** PERSONID_EXT_NOT_FOUND = 1 ** OTHERS = 2 * .

RH_TEXT_BUFFER_FILL CALL FUNCTION 'RH_TEXT_BUFFER_FILL' TABLES OBJECTS = orgeh_buffer.

RH_READ_OBJECT CALL FUNCTION 'RH_READ_OBJECT' EXPORTING plvar = h_objec-plvar otype = h_objec-otype objid = h_objec-objid IMPORTING * OBEG = h_objec-begda * OEND = h_objec-endda short = short stext = stext EXCEPTIONS not_found = 1 OTHERS = 2.

RHPP_Q_PROFILE_READ CALL FUNCTION 'RHPP_Q_PROFILE_READ' EXPORTING begda = pchbegda endda = pchendda with_stext = ' ' with_qk_info = ' ' TABLES OBJECTS = persons profile = qualification_tab EXCEPTIONS no_authority = 1 wrong_otype = 2 object_not_found = 3 undefined = 4 OTHERS = 5.

RHP0_USER_PARAMETERS_GET CALL FUNCTION 'RHP0_USER_PARAMETERS_GET' IMPORTING with_key = g_alv_with_key.

REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = 'A' CHANGING cs_variant = g_variant EXCEPTIONS wrong_input = 1 not_found = 2 program_error = 3 OTHERS = 4.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' "only for 'syntax-check' i_callback_program = h_repid * I_CALLBACK_PF_STATUS_SET = 'ALV_SET_PF_STATUS' i_callback_user_command = alv_user_command i_structure_name = 'HRCCE_HRPDV_ALV_QUALI_MAINTAIN' is_layout = h_alv_layout it_fieldcat = h_alv_fieldcat * IT_EXCLUDING = * IT_SPECIAL_GROUPS = it_sort = h_alv_sorttab * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' i_save = 'A' is_variant = g_variant it_events = h_alv_events * IT_EVENT_EXIT = * IS_PRINT = * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IMPORTING * E_EXIT_CAUSED_BY_CALLER = h_alv_exit1 * ES_EXIT_CAUSED_BY_USER = h_alv_exit2 TABLES t_outtab = person_quali_ce EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' "only for 'syntax-check' i_callback_program = h_repid * I_CALLBACK_PF_STATUS_SET = 'ALV_SET_PF_STATUS' i_callback_user_command = alv_user_command i_structure_name = 'HRPDV_ALV_QUALI_MAINTAIN' is_layout = h_alv_layout it_fieldcat = h_alv_fieldcat * IT_EXCLUDING = * IT_SPECIAL_GROUPS = it_sort = h_alv_sorttab * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' i_save = 'A' is_variant = g_variant it_events = h_alv_events * IT_EVENT_EXIT = * IS_PRINT = * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IMPORTING * E_EXIT_CAUSED_BY_CALLER = h_alv_exit1 * ES_EXIT_CAUSED_BY_USER = h_alv_exit2 TABLES t_outtab = person_quali EXCEPTIONS program_error = 1 OTHERS = 2.

RH_TEXT_BUFFER_FILL CALL FUNCTION 'RH_TEXT_BUFFER_FILL' * EXPORTING * CHECK_STRU_AUTH = 'X' * WITH_EXTINT = ' ' TABLES OBJECTS = OBJECTS.

RH_READ_OBJECT CALL FUNCTION 'RH_READ_OBJECT' EXPORTING plvar = objects-plvar otype = objects-otype objid = $objid IMPORTING * SHORT = short stext = stext EXCEPTIONS not_found = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = p_programname i_internal_tabname = c_alv_person_quali_ce i_structure_name = c_alv_structure_ce * I_CLIENT_NEVER_DISPLAY = 'X' CHANGING ct_fieldcat = p_fieldcat EXCEPTIONS inconsistent_interface = 0 program_error = 0 OTHERS = 0.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = p_programname i_internal_tabname = c_alv_person_quali i_structure_name = c_alv_structure * I_CLIENT_NEVER_DISPLAY = 'X' CHANGING ct_fieldcat = p_fieldcat EXCEPTIONS inconsistent_interface = 0 program_error = 0 OTHERS = 0.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_alv_list_top_of_list[].

RHP6_SHOW_PROFILE_OBJECT CALL FUNCTION 'RHP6_SHOW_PROFILE_OBJECT' EXPORTING plvar = person_quali-plvar otype = person_quali-ptype objid = person_quali-pobid begda = pchbegda "'sy-datum' endda = pchendda "'99991231' maintain = 'X' * COMMIT_FLG = 'X' * FIRST_DYNNR = * FIRST_REPID = * X1 = * Y1 = * CHANGED_WITHOUT_COMMIT = * IMPORTING * CHANGED_WITHOUT_COMMIT_EXP = EXCEPTIONS cancelled = 1 no_authority = 2 not_found = 3 OTHERS = 4.

RHP6_SHOW_PROFILE_OBJECT CALL FUNCTION 'RHP6_SHOW_PROFILE_OBJECT' EXPORTING plvar = person_quali_ce-plvar otype = person_quali_ce-ptype objid = ls_personid_ext-pernr begda = pchbegda "'sy-datum' endda = pchendda "'99991231' maintain = 'X' * COMMIT_FLG = 'X' * FIRST_DYNNR = * FIRST_REPID = * X1 = * Y1 = * CHANGED_WITHOUT_COMMIT = * IMPORTING * CHANGED_WITHOUT_COMMIT_EXP = EXCEPTIONS cancelled = 1 no_authority = 2 not_found = 3 OTHERS = 4.



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