RHPEPP30 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 RHPEPP30 into the relevant SAP transactions such as SE38 or SE80
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.
Title: List of Alternative Qualifications
INCLUDE RHPEINI0.
No SAP DATABASE tables are accessed within this REPORT code!
RHP0_USER_PARAMETERS_GET CALL FUNCTION 'RHP0_USER_PARAMETERS_GET' EXPORTING fill_if_initial = 'X' IMPORTING plvar = plvar begda = begda endda = endda * SUBSTITUTE = * ESSENTIAL = * HALFVALUE = with_key = with_key * ORG_UNIT = EXCEPTIONS OTHERS = 0.
RH_READ_ALL_OBJECTS_FOR_OTYPE CALL FUNCTION 'RH_READ_ALL_OBJECTS_FOR_OTYPE' EXPORTING plvar = pchplvar otype = $quali begda = pchbegda endda = pchendda * STATUS = '1' TABLES objects = objects_tab EXCEPTIONS plvar_needed = 1 otype_needed = 2 OTHERS = 3.
RHPE_ALTERN_QUALI_READ_MULT CALL FUNCTION 'RHPE_ALTERN_QUALI_READ_MULT' EXPORTING plvar = pchplvar begda = pchbegda endda = pchendda with_text = 'X' TABLES root_tab = root_tab altq_tab = altq_tab EXCEPTIONS no_alt_qual = 1 root_not_found = 2 weg_altq_not_found = 3 OTHERS = 4.
REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = 'A' CHANGING cs_variant = r_variant EXCEPTIONS wrong_input = 1 not_found = 2 program_error = 3 OTHERS = 4.
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
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 RHPEPP30 or its description.
RHPEPP30 - List of Alternative Qualifications RHPEPP30 - List of Alternative Qualifications RHPEPP21 - Objects With Non-Rated Qualifications or Requirements RHPEPP21 - Objects With Non-Rated Qualifications or Requirements RHPEPP20 - Objects Without Qualifications or Requirements RHPEPP20 - Objects Without Qualifications or Requirements