SAP Reports / Programs

RPCLEAQ0 SAP ABAP dialog Program - Module Pool to display/adjust Leave for Australia







RPCLEAQ0 is a standard Module pool for a dialog screen ABAP Program 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 RPCLEAQ0 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

PQLV - Australian Leave Processing


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


Text pool values


Title: Module Pool to display/adjust Leave for Australia
Text Symbol: 030 = No read authorization for Leave Entitlement
Text Symbol: 029 = Records Deleted
Text Symbol: 028 = Warning
Text Symbol: 027 = Changes to leave data not yet effective exist to
Text Symbol: 026 = Records created
Text Symbol: 024 = Employee does not exist on system
Text Symbol: 023 = No entry in t5qlr for
Text Symbol: 022 = already exists for this person
Text Symbol: 021 = Leave type
Text Symbol: 020 = has no absences
Text Symbol: 019 = has no leave entries
Text Symbol: 018 = Delete Leave Entries
Text Symbol: 017 = flagged leave entries?
Text Symbol: 016 = Do you really want to delete
Text Symbol: 015 = No changes have been made
Text Symbol: 014 = Changes saved
Text Symbol: 013 = record type 01 is locked for check result
Text Symbol: 012 = In payroll subunit
Text Symbol: 011 = Leave type already exists, no changes made
Text Symbol: 010 = Exit Current Screen
Text Symbol: 009 = current screen?
Text Symbol: 008 = Do you still wish to exit the
Text Symbol: 007 = No control record exists for
Text Symbol: 006 = No accrual ids found in t5qlr for lvtype
Text Symbol: 005 = Enter a leave type first
Text Symbol: 004 = Date effective must be begin date of period.
Text Symbol: 003 = No T549Q pay period for date effective
Text Symbol: 002 = Date effective must be greater than
Text Symbol: 001 = QHDR-PRDATE


INCLUDES used within this REPORT RPCLEAQ0

INCLUDE: DBPNPCOM. "FFWALRK055055
INCLUDE RPCLEAQP.
INCLUDE RPCLEAQF.


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:

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' "FKG701281996 EXPORTING "FKG701281996 TITEL = TEXT-028 "FKG701281996 TXT1 = FORMAT_TEXT "FKG701281996 TXT2 = SPACE. "FKG701281996



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