SAP Reports / Programs

RHXPE_EXPIRED_QUALI SAP ABAP Report - Expired Qualifications







RHXPE_EXPIRED_QUALI is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report displays all the planning objects belonging to an organizational unit with qualifications that are going to expire in the evaluation period in question...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 RHXPE_EXPIRED_QUALI 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 RHXPE_EXPIRED_QUALI. "Basic submit
SUBMIT RHXPE_EXPIRED_QUALI AND RETURN. "Return to original report after report execution complete
SUBMIT RHXPE_EXPIRED_QUALI VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Display Persons with Expired Qualifications
Selection Text: H_EVENTS = Training Proposals
Selection Text: H_QUAL = Qualification View
Selection Text: PCHOBJID = Organizational Unit
Selection Text: PCHSEARK = Search Term
Selection Text: P_BATCH = Background Processing
Selection Text: SE_BEGD = Start Date
Selection Text: SE_ENDD = End Date
Title: Expired Qualifications
Text Symbol: 001 = Reporting Period
Text Symbol: 002 = Qualification
Text Symbol: 003 = Start Date
Text Symbol: 004 = End Date
Text Symbol: 005 = Editing Options
Text Symbol: 006 = Name
Text Symbol: 007 = Training Proposal
Text Symbol: 008 = Expires on
Text Symbol: 010 = Background Processing
Text Symbol: 011 = Execute Program in Background
Text Symbol: 012 = Organizational Unit


INCLUDES used within this REPORT RHXPE_EXPIRED_QUALI

INCLUDE RHXMACRO.
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:

RHP0_USER_PARAMETERS_GET CALL FUNCTION 'RHP0_USER_PARAMETERS_GET' EXPORTING fill_if_initial = 'X' IMPORTING plvar = pchplvar begda = se_begd endda = se_endd * with_key = * SUBSTITUTE = * ESSENTIAL = only_essential org_unit = pchobjid-low 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 RHXPE_EXPIRED_QUALI or its description.