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
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.
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
INCLUDE RPCBLFD6.
INCLUDE RPMSELD0.
INCLUDE RPUMKC00.
No SAP DATABASE tables are accessed within this REPORT code!
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'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPCBLHD0 - Construction Industry: Employee Statement for Social Fund Procedure RPCBLHD0 - Construction Industry: Employee Statement for Social Fund Procedure RPCBLGD0 - Breakdown of Trade Tax: Construction Industry RPCBLGD0 - Breakdown of Trade Tax: Construction Industry RPCBLFD8 - documentation and ABAP source code RPCBLFD7 - documentation and ABAP source code