SAP Reports / Programs | Personnel Management | Personnel Administration | Portugal(PA-PA-PT) SAP PA

RPIVACP0 SAP ABAP Report - HR-PT: Batch input to generate vacation allowance wage types in IT0015







RPIVACP0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for To create a batch input session for the insertion of records in Additional Payments (infotype 0015) for the processing of vacation allowance and to allow the execution of batch input transactions online...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 RPIVACP0 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_M19_IVAC - Create vac.all.payments in IT0015


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 RPIVACP0. "Basic submit
SUBMIT RPIVACP0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPIVACP0 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: UTILIZ = User for background processing
Selection Text: URLJJ = Leave year
Selection Text: REPLACE = Replace all existing records
Selection Text: PURART = Leave type
Selection Text: NAMEBTCI = Name of batch input session
Selection Text: F_OVERW = Overwrite all coincident recs
Selection Text: F_FIXDT = Set earliest date for changes
Selection Text: F_DELETE = Delete existing records
Title: HR-PT: Batch input to generate vacation allowance wage types in IT0015
Text Symbol: Z43 = Imported VA version does not correspond to VA version of this report
Text Symbol: Z42 = VA version of current report :
Text Symbol: Z41 = Imported VA version :
Text Symbol: VRF = No expired leave
Text Symbol: UNK = Unknown error. Please contact SAP administrator
Text Symbol: T01 = Other selections
Text Symbol: SUP = No remaining leave
Text Symbol: NEI = No expired leave or remaining leave
Text Symbol: MLD = Constant for maximum leave days missing (LVACE)
Text Symbol: IVF = Illegal value in feature PLPPT
Text Symbol: EXC = No leave entitlement record in IT0015
Text Symbol: CAL = No leave year specified
Text Symbol: BT1 = BTC session and user have to be filled in
Text Symbol: BD6 = No.of records deleted:
Text Symbol: BD5 = Number of records created:
Text Symbol: BD4 = Execution terminated with errors
Text Symbol: BD3 = Execution terminated without errors
Text Symbol: BD2 = Function BDC_INSERT returned error of level
Text Symbol: 101 = Evaluated on
Text Symbol: 043 = Error reporting
Text Symbol: 042 = Creation of leave allowance payment for
Text Symbol: 012 = (already accounted)
Text Symbol: 011 = Year
Text Symbol: 010 = WType
Text Symbol: 009 = Days
Text Symbol: 008 = Rest
Text Symbol: 007 = Days
Text Symbol: 006 = PayDate
Text Symbol: 005 = Unpaid





Text Symbol: 004 = ToPay
Text Symbol: 003 = . Period
Text Symbol: 002 = Name
Text Symbol: 001 = Personnel no.


INCLUDES used within this REPORT RPIVACP0

INCLUDE MPZDAT03.
INCLUDE RPC1PC00.
INCLUDE RPPPXD00.
INCLUDE RPPPXD10.
INCLUDE RPPPXM00.


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:

HR_DISPLAY_ERROR_LIST CALL FUNCTION 'HR_DISPLAY_ERROR_LIST' EXPORTING NO_POPUP = 'X' NO_PRINT = ' ' * NO_IMG = ' ' * LINESIZE = SY-LINSZ TABLES ERROR = error_tab EXCEPTIONS INVALID_LINESIZE = 1 OTHERS = 2.

HR_DISPLAY_ERROR_LIST CALL FUNCTION 'HR_DISPLAY_ERROR_LIST' * EXPORTING * NO_POPUP = ' ' * NO_PRINT = 'X' * NO_IMG = ' ' * LINESIZE = SY-LINSZ TABLES ERROR = error_tab EXCEPTIONS INVALID_LINESIZE = 1 OTHERS = 2.

HR_99S_COPY_STRUC1_STRUC2 CALL FUNCTION 'HR_99S_COPY_STRUC1_STRUC2' EXPORTING P_STRUCT1 = XSRTFDLOW IMPORTING P_STRUCT2 = SRTFDLOW.

HR_99S_COPY_STRUC1_STRUC2 CALL FUNCTION 'HR_99S_COPY_STRUC1_STRUC2' EXPORTING P_STRUCT1 = XSRTFDHIGH IMPORTING P_STRUCT2 = SRTFDHIGH.

BDC_OPEN_GROUP call function 'BDC_OPEN_GROUP' exporting client = sy-mandt group = namebtci user = utiliz.

BDC_INSERT CALL FUNCTION 'BDC_INSERT' EXPORTING TCODE = 'PA30' TABLES DYNPROTAB = bdc_tab EXCEPTIONS INTERNAL_ERROR = 1 NOT_OPEN = 2 QUEUE_ERROR = 3 TCODE_INVALID = 4 PRINTING_INVALID = 5 POSTING_INVALID = 6 OTHERS = 7.

BDC_INSERT CALL FUNCTION 'BDC_INSERT' EXPORTING TCODE = 'PA30' TABLES DYNPROTAB = bdc_tab EXCEPTIONS INTERNAL_ERROR = 1 NOT_OPEN = 2 QUEUE_ERROR = 3 TCODE_INVALID = 4 PRINTING_INVALID = 5 POSTING_INVALID = 6 OTHERS = 7.

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