SAP Reports / Programs

RPILVEW0 SAP ABAP Report - Leave entitlement / Quota allocation report - Southern Africa







RPILVEW0 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 RPILVEW0 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

PC00_M16_LVEW0 - RPILVEW0


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


Text pool values


Selection Text: CBATCH = Create batch session (Y/N)
Selection Text: LEAVE = Perform Leave module (Y/N)
Selection Text: LOG = Logging on (Y/N)
Selection Text: MAPNAME = Batch session name
Selection Text: QUOTA = Perform Quota module (Y/N)
Selection Text: RUN-DATE = Execution date
Selection Text: TRACE = Trace on (Y/N)
Title: Leave entitlement / Quota allocation report - Southern Africa
Text Symbol: 001 = Batch input completed:
Text Symbol: 002 = Simulation run completed.
Text Symbol: 003 = Creating Infotype 2006, quota type
Text Symbol: 004 = Writing log data to Infotype 2012:
Text Symbol: 005 = Employee rejected (status not 3-active).
Text Symbol: 006 = Employee rejected (IT 0007 does not exist).
Text Symbol: 007 = Update Infotype 0005, cycle
Text Symbol: 008 = Create Infotype 0005, cycle
Text Symbol: 009 = Updating Infotype 0041, date type
Text Symbol: 010 = Updating Infotype 0041, date type:
Text Symbol: 011 = Adding to Infotype 0041, date type:
Text Symbol: 012 = Personnel no:
Text Symbol: 013 = Personnel Selected


INCLUDES used within this REPORT RPILVEW0

INCLUDE RPILVEWI.


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:

BDC_OPEN_GROUP CALL FUNCTION 'BDC_OPEN_GROUP' EXPORTING CLIENT = SY-MANDT GROUP = MAPNAME USER = SY-UNAME.

BDC_CLOSE_GROUP CALL FUNCTION 'BDC_CLOSE_GROUP'.

RP_HIRE_FIRE CALL FUNCTION 'RP_HIRE_FIRE' EXPORTING BEG = LOW_DATE END = HIGH_DATE IMPORTING HIRE_DATE = DATE1 FIRE_DATE = DATE2 TABLES PP0000 = P0000 "INPUT PP0001 = P0001 "INPUT PPHIFI = PHIFI. "OUTPUT

BDC_OPEN_GROUP CALL FUNCTION 'BDC_OPEN_GROUP' EXPORTING CLIENT = SY-MANDT GROUP = MAPNAME USER = SY-UNAME.

BDC_INSERT CALL FUNCTION 'BDC_INSERT' EXPORTING TCODE = T_CODE TABLES DYNPROTAB = BDCDATA.

BDC_CLOSE_GROUP CALL FUNCTION 'BDC_CLOSE_GROUP'.



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