SAP Reports / Programs

RHPEPP20 SAP ABAP Report - Objects Without Qualifications or Requirements







RHPEPP20 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 all the objects of a specific object type that do not have any qualifications or requirements...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 RHPEPP20 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 RHPEPP20. "Basic submit
SUBMIT RHPEPP20 AND RETURN. "Return to original report after report execution complete
SUBMIT RHPEPP20 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Objects Without Qualifications or Requirements
Text Symbol: 001 = Personnel Assignment
Text Symbol: 002 = Pers. Assgmt
Text Symbol: 003 = Per.Ass
Text Symbol: 004 = Personnel Assignment Text
Text Symbol: 005 = Per. Assgmt Text
Text Symbol: 006 = Per.AssTxt


INCLUDES used within this REPORT RHPEPP20

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:

RHPP_COMMON_QUALI_READ CALL FUNCTION 'RHPP_COMMON_QUALI_READ' EXPORTING subty = subty begda = pchbegda endda = pchendda with_stext = ' ' TABLES OBJECTS = OBJECTS profile = profile EXCEPTIONS undefined = 0 OTHERS = 0.

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

GET_PERNR_TEXT_BY_PERNR CALL FUNCTION 'GET_PERNR_TEXT_BY_PERNR' EXPORTING pernr = l_pernr IMPORTING prtxt = obj_txt_tab_ce-prtxt * EXCEPTIONS * SYSTEM_ERROR = 1 * ASSIGNMENT_TEXT_NOT_EXIST = 2 * OTHERS = 3 .

REUSE_ALV_GRID_DISPLAY

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' * CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_buffer_active = 'X' "note 318150 21.7.2000

REUSE_ALV_GRID_DISPLAY

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' * CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_buffer_active = 'X' "note 318150 21.7.2000

RHPH_CALL_PD_PROGRAM CALL FUNCTION 'RHPH_CALL_PD_PROGRAM' EXPORTING plvar = obj_txt_tab-plvar base_otype = obj_txt_tab-otype base_objid = obj_txt_tab-sobid * DEST_OTYPE = * DEST_OBJID = * begda = '19000101' * endda = '99991231' ok_code = 'XEPM' * VIA_SELECTION_SCREEN = ' ' * TABLES * BASE_OBJID_TAB = * DEST_OBJID_TAB = EXCEPTIONS OTHERS = 0.

RHPH_CALL_PD_PROGRAM CALL FUNCTION 'RHPH_CALL_PD_PROGRAM' EXPORTING plvar = obj_txt_tab_ce-plvar base_otype = obj_txt_tab_ce-otype base_objid = obj_txt_tab_ce-sobid * DEST_OTYPE = * DEST_OBJID = * begda = '19000101' * endda = '99991231' ok_code = 'XEPM' * VIA_SELECTION_SCREEN = ' ' * TABLES * BASE_OBJID_TAB = * DEST_OBJID_TAB = 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 RHPEPP20 or its description.