SAP Reports / Programs | Payroll | Germany | Construction Industry(PY-DE-CI) SAP PY

RPCBLHD0 SAP ABAP Report - Construction Industry: Employee Statement for Social Fund Procedure







RPCBLHD0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report creates the special employee statement for the leave entitlement for industrial employees...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 RPCBLHD0 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 RPCBLHD0. "Basic submit
SUBMIT RPCBLHD0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCBLHD0 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: UPDATE = Save Statements Immediately
Selection Text: PA_DZUBT = D Determine Sender with
Selection Text: DISPLAY = Display Confirmed Statements
Title: OLD: Employee Statement for Social Fund Procedure -> RPCBKMD0
Text Symbol: 030 = Remain.leave entlmt:
Text Symbol: 031 = Date: Stamp/signature
Text Symbol: 032 = Leave entitlement &:
Text Symbol: 033 = From & to
Text Symbol: 034 = Gross Wage:
Text Symbol: 035 = Annual Additional Leave remuneratn
Text Symbol: 036 = leave days leave days Amount in &
Text Symbol: 037 = Rem. leave entitlement &
Text Symbol: 038 = becomes invalid for construction employers on &.
Text Symbol: 039 = The application for reimbursement should be made to the appropriate fund
Text Symbol: 040 = between &
Text Symbol: 041 = and &.
Text Symbol: E01 = User
Text Symbol: E02 = Error when saving notifications
Text Symbol: H01 = Parameters
Text Symbol: H02 = Evaluation envmt:
Text Symbol: H03 = Evaluation report :
Text Symbol: H04 = Period :
Text Symbol: H05 = Personnel Numbers :
Text Symbol: H07 = Leading Currency :
Text Symbol: H11 = Number
Text Symbol: H12 = Employee Statements for End of Year Leaving Total
Text Symbol: P01 = Storage
Text Symbol: S01 = Other Options
Text Symbol: 029 = to be transferred to calendar year & as remaining leave entitlement.
Text Symbol: 001 = Separate Employee Statement (DP Printout) (Sec. 6/37 Cl. 11 VTV)
Text Symbol: 002 = for Calendar Year &
Text Symbol: 003 = for
Text Symbol: 004 = For Employee: Date of Birth: Employee Number:
Text Symbol: 005 = Employer: Company Acc. No.:
Text Symbol: 006 = Prev.Yr:
Text Symbol: 007 = Leave Remuneration Entlmt
Text Symbol: 008 = Annual Additional Rem.leave or Interim
Text Symbol: 009 = leave days leave days entitlement entitlement





Text Symbol: 010 = inc.no.granted
Text Symbol: 011 = Available entitlement
Text Symbol: 012 = Current year:
Text Symbol: 013 = Work relationship Employment days:
Text Symbol: 014 = Annual Additional Amount in &
Text Symbol: 015 = leave leave
Text Symbol: 016 = days days
Text Symbol: 017 = Percentage for leave remuneration &%
Text Symbol: 018 = Leave rem. from gross wage :
Text Symbol: 019 = Adjustmt amounts :
Text Symbol: 020 = Illness/mil.service:
Text Symbol: 021 = Winter comp. :
Text Symbol: 022 = Red. hours:
Text Symbol: 023 = Leave entitlemt:
Text Symbol: 024 = inc.no.granted
Text Symbol: 025 = Available entitlement
Text Symbol: 026 = Year end:
Text Symbol: 027 = For the winter period &, wage compensation granted of
Text Symbol: 028 = The leave entitlement on & from the current calendar year is


INCLUDES used within this REPORT RPCBLHD0

INCLUDE RPCBLFD6.
INCLUDE RPMSELD0.
INCLUDE RPUMKC00.


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_REFRESH_ERROR_LIST CALL FUNCTION 'HR_REFRESH_ERROR_LIST'.

HR_DISPLAY_ERROR_LIST CALL FUNCTION 'HR_DISPLAY_ERROR_LIST' EXPORTING no_popup = space no_print = space no_img = space linesize = sy-linsz TABLES error = error EXCEPTIONS invalid_linesize.

ENQUEUE_EPT5DB9 CALL FUNCTION 'ENQUEUE_EPT5DB9' EXPORTING mode_t5db9 = 'E'.

DEQUEUE_EPT5DB9 CALL FUNCTION 'DEQUEUE_EPT5DB9' EXPORTING mode_t5db9 = 'E'.



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