SAP Reports / Programs

RPC13LC0 SAP ABAP Report - HR-CH: 13th monthly wage - Switzerland







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


Text pool values


Title: HR-CH: 13th monthly wage - Switzerland


INCLUDES used within this REPORT RPC13LC0

No INCLUDES are used within this REPORT code!


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_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING * TCLAS = 'A' PERNR = pernr-PERNR INFTY = '0000' BEGDA = aper-pbegd ENDDA = l_aper_pendd_plus_1 * BYPASS_BUFFER = ' ' * IMPORTING * SUBRC = tables infty_tab = li_p0000 * EXCEPTIONS * INFTY_NOT_FOUND = 1 * OTHERS = 2 .

HR_READ_INFOTYPE call function 'HR_READ_INFOTYPE' exporting * TCLAS = 'A' pernr = pernr-pernr infty = '0001' begda = aper-pendd endda = l_aper_pendd_plus_1 * IMPORTING * SUBRC = tables infty_tab = li_p0001 * EXCEPTIONS * INFTY_NOT_FOUND = 1 * OTHERS = 2 .

HR_CH_JAHRESENDZULAGE CALL FUNCTION 'HR_CH_JAHRESENDZULAGE' EXPORTING P02_PBEGD = APER-PBEGD P02_PENDD = APER-PENDD * P02_KZAUS = GL_SW-AUSTRITT "CHBL6BK051337 p02_kzaus = l_kzaus "CHBL6BK051337 * P02_KZAUSNEXT = SW_FIRE-1-NEXT-PER "XQTPH9K021933 P02_KZAUSNEXT = L_KZAUSNEXT "XQTPH9K021933 P02_BEGDA = APER-BEGDA P02_ENDDA = APER-ENDDA P02_KZEIN = GL_SW-EINTRITT P02_PARA = PARM1 P02_PROT = SW_PROT P02_ABKRS = APER-ABKRS P02_PERNR = PERNR-PERNR IMPORTING P02_LGA1 = LOHN13 P02_LGA2 = LOHN13KORR TABLES P02_IT = IT P02_WPBP = WPBP P02_PTEXT = PTEXT P02_LRT = LRT P02_RT = RT P02_CRT = CRT P02_ERROR_PTEXT = ERROR_PTEXT P02_WPBP_OLD = OWPBP EXCEPTIONS NO_WPBP = 1 ERROR = 2 TABLE_ACCESS_ERROR = 3 ERROR_MERKM = 4 OTHERS = 5.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = pernr-pernr infty = '0001' begda = aper-pbegd endda = aper-pendd TABLES infty_tab = lt_p0001 EXCEPTIONS OTHERS = 0.



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