SAP Reports / Programs | Payroll(PY) SAP PY

PCGETSK0 SAP ABAP INCLUDE - Data input for payroll accounting (Fed.Rep.Germany)







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


INCLUDES used within this REPORT PCGETSK0

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_CALC_YEAR_MONTH_DAY CALL FUNCTION 'HR_CALC_YEAR_MONTH_DAY' "XII/04 EXPORTING "XII/04 begda = myp0021-fgbdt "XII/04 endda = pn-endda "XII/04 IMPORTING "XII/04 YEARS_OUT = vek_dietata. "XII/04

HR_CALC_YEAR_MONTH_DAY CALL FUNCTION 'HR_CALC_YEAR_MONTH_DAY' "X/05 EXPORTING "X/05 begda = myp0021-fgbdt "X/05 endda = pn-begda "X/05 IMPORTING "X/05 YEARS_OUT = vek_dietata_stp "X/05 MONTHS_OUT = mes_dietata_stp "X/05 DAYS_OUT = dni_dietata_stp. "X/05

HRPY_READ_T511K CALL FUNCTION 'HRPY_READ_T511K' EXPORTING pf_molga = calcmolga pf_const = 'CONVT' pf_date = PN-ENDDA IMPORTING PF_KWERT = kwert EXCEPTIONS NO_ENTRY_FOUND_T511K = 1 OTHERS = 2.

HRPY_READ_T511K CALL FUNCTION 'HRPY_READ_T511K' EXPORTING pf_molga = calcmolga pf_const = 'CONVM' pf_date = PN-ENDDA IMPORTING PF_KWERT = kwert EXCEPTIONS NO_ENTRY_FOUND_T511K = 1 OTHERS = 2.

SG_PS_ADD_MONTH_TO_DATE

HR_SK_ADD_MONTH_TO_DATE * CALL FUNCTION 'SG_PS_ADD_MONTH_TO_DATE' "V/08 CALL FUNCTION 'HR_SK_ADD_MONTH_TO_DATE' "V/08 EXPORTING months = kwert olddate = conversion_date IMPORTING NEWDATE = conversion_date.

HRPY_READ_T511K CALL FUNCTION 'HRPY_READ_T511K' EXPORTING pf_molga = calcmolga pf_const = 'CONVD' pf_date = PN-ENDDA IMPORTING PF_KWERT = kwert EXCEPTIONS NO_ENTRY_FOUND_T511K = 1 OTHERS = 2.

RP_LAST_DAY_OF_MONTHS CALL FUNCTION 'RP_LAST_DAY_OF_MONTHS' EXPORTING day_in = conversion_date IMPORTING LAST_DAY_OF_MONTH = last_day EXCEPTIONS DAY_IN_NO_DATE = 1 OTHERS = 2.



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