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

RPCSDID1 SAP ABAP INCLUDE - Tax Modules (Germany)







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


Text pool values


Title: Tax Modules (Germany)
Title: 00000002 Tax Modules (Germany)
Title: 00000003 Tax Modules (Germany)
Title: 00000004 Tax Modules (Germany)
Title: 00000005 Tax Modules (Germany)


INCLUDES used within this REPORT RPCSDID1

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:

HRPY_DE_GET_PAYRESULTS CALL FUNCTION 'HRPY_DE_GET_PAYRESULTS' EXPORTING molga = '01' employee_number = pernr-pernr begda = $begda endda = $endda rgdir = lt_rgdir IMPORTING rgdir_range = rgdir_range results = payresults TABLES tbuff = tbuff buffer_dir = buffer_dir EXCEPTIONS technical_error = 1 OTHERS = 2.

HR_REFRESH_ERROR_LIST CALL FUNCTION 'HR_REFRESH_ERROR_LIST' EXCEPTIONS OTHERS = 0.

HR_PERSONAL_WORK_SCHEDULE CALL FUNCTION 'HR_PERSONAL_WORK_SCHEDULE' EXPORTING PERNR = PERNR-PERNR BEGDA = $BEGDA ENDDA = $ENDDA * KUG = SPACE * REFRESH = 'X' * WORKING_HOURS = 'X' * SWITCH_ACTIV = * MODIFY_ENTRIES = 'X' * I0001_I0007_ERROR = NO * IMPORTING * WARNING_OCCURED = TABLES I0000 = P0000 I0001 = P0001 I0002 = P0002 I0007 = P0007 * I0049 = * i2001 = p2001 "HAMN0988686v i2001 = lt_p2001 * i2002 = p2002 i2002 = lt_p2002 * i2003 = p2003 i2003 = lt_p2003 "HAMN0988686^ PERWS = XPSP EXCEPTIONS ERROR_OCCURED = 1 ABORT_OCCURED = 2 OTHERS = 3.

HR_GET_ERROR_LIST CALL FUNCTION 'HR_GET_ERROR_LIST' TABLES ERROR = ERROR_TABLE ERRORTEXTS = TEXTE EXCEPTIONS NO_ERRORS = 1 OTHERS = 2.

HR_REFRESH_ERROR_LIST * CALL FUNCTION 'HR_REFRESH_ERROR_LIST' * EXCEPTIONS * OTHERS = 0. "GSGN1313347^

HR_GET_LEAVE_DATA * CALL FUNCTION 'HR_GET_LEAVE_DATA' * EXPORTING * PERNR = PERNR-PERNR * CDATUM = $STICHTAG * UBEGD = $DATUM1 * UENDD = $DATUM2 ** BEGDA_0005 = '18000101' ** ENDDA_0005 = '99991231' ** SEL_MOD = 'S' ** OBJPS_0005 = * IMPORTING ** ENTITLE = ** ACCOUNT = * ORDERED = $TAGE ** REDUCED = * TABLES ** XANSP = ** URART_SEL = * I0005 = P0005 * I0083 = P0083 * I0003 = P0003 * EXCEPTIONS * INFTY_0005_NOT_DEFINED = 1 * INFTY_0003_NOT_DEFINED = 2 * INFTY_0083_NOT_DEFINED = 3 * MISSING_AUTHORITY = 4 * OLD_NE_NEW_PC_VERSION_NR = 5 * OTHERS = 6.

HR_DE_GET_HOLIDAY CALL FUNCTION 'HR_DE_GET_HOLIDAY' EXPORTING pernr = pernr-pernr CDATUM = $stichtag * BEGDA = *18000101' * ENDDA = '99991231' DEDUBEG = $datum1 DEDUEND = $datum2 IV_ZEINH = lc_tage "GSGN1303347 IMPORTING * ABWKO_REDU = * ENTITLE = DEDUCT = $tage * REDUCED = * REST = * QUOUN = * QUOUN_ISOCODE = * UNTEXT = EXCEPTIONS INFTY_NOT_FOUND = 1 MISSING_AUTHORITY = 2 WRONG_PARAMETER = 3 OLD_NE_NEW_PC_VERSION_NR = 4 DIFFERENT_UNITS = 5 UNIT_CONVERSION_FAILED = 7 "GSGN1303347 OTHERS = 6.

HR_GET_ERROR_LIST * CALL FUNCTION 'HR_GET_ERROR_LIST' * TABLES * ERROR = ERROR_TABLE * ERRORTEXTS = TEXTE * EXCEPTIONS * NO_ERRORS = 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 RPCSDID1 or its description.