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

RPCEHCD0_SELECT SAP ABAP INCLUDE - RPCEHCD0SELECT







RPCEHCD0_SELECT 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 RPCEHCD0_SELECT 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 RPCEHCD0_SELECT. "Basic submit
SUBMIT RPCEHCD0_SELECT AND RETURN. "Return to original report after report execution complete
SUBMIT RPCEHCD0_SELECT 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 RPCEHCD0_SELECT

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_GET_PAYROLL_RESULTS CALL FUNCTION 'HR_GET_PAYROLL_RESULTS' EXPORTING pernr = pernr-pernr * PERMO = 01 pabrj = l_pabrj_begin pabrp = l_pabrp_begin pabrj_end = l_pabrj_end pabrp_end = l_pabrp_end * INPER_LST = * INPER_ACT = actual = 'A' * WAERS = TABLES result_tab = i_payroll_result EXCEPTIONS no_results = 1 error_in_currency_conversion = 2 t500l_entry_not_found = 3 period_mismatch_error = 4 t549q_entry_not_found = 5 internal_error = 6 OTHERS = 7 .

HR_ENTRY_DATE CALL FUNCTION 'HR_ENTRY_DATE' EXPORTING PERSNR = pernr-pernr * RCLAS = * BEGDA = '18000101' * ENDDA = '99991231' * VARKY = IMPORTING ENTRYDATE = p_entry TABLES ENTRY_DATES = lt_entry_dates EXCEPTIONS ENTRY_DATE_NOT_FOUND = 1 PERNR_NOT_ASSIGNED = 2 OTHERS = 3 .

HR_LEAVING_DATE CALL FUNCTION 'HR_LEAVING_DATE' EXPORTING PERSNR = pernr-pernr * RCLAS = BEGDA = g_yearbeg ENDDA = g_yearend * VARKY = IMPORTING LEAVINGDATE = p_leave TABLES LEAVING_DATES = lt_leaving_dates EXCEPTIONS LEAVING_DATE_NOT_FOUND = 1 PERNR_NOT_ASSIGNED = 2 OTHERS = 3 .

HR_GET_REPORTING_COMPANY_DATA CALL FUNCTION 'HR_GET_REPORTING_COMPANY_DATA' EXPORTING p_molga = c_molga p_appl = c_appl p_werks_sum = wa_company_out-werks p_btrtl_sum = wa_company_out-btrtl * P_VAKEY = p_date = g_perend p_anart = l_anart IMPORTING sender = sender address = address infodata = infodata data = ehgldata EXCEPTIONS rep_comp_not_found = 1 address_not_found = 2 sender_not_found = 3 clerk_not_found = 4 version_mismatch = 5 OTHERS = 6 .

HR_DE_GET_HOLIDAY CALL FUNCTION 'HR_DE_GET_HOLIDAY' EXPORTING PERNR = wa_stat_pernr-pernr * CDATUM = SY-DATUM BEGDA = g_yearbeg ENDDA = g_yearend * DEDUBEG = * DEDUEND = DEDUBEG = g_yearbeg "XGFN#501310 DEDUEND = g_yearend "XGFN#501310 IMPORTING ABWKO_REDU = lt_ABWKO_REDU ENTITLE = P_URLAUB * DEDUCT = * REDUCED = * REST = * QUOUN = QUOUN = l_quoun "XGFN#483510(6) * QUOUN_ISOCODE = * UNTEXT = EXCEPTIONS INFTY_NOT_FOUND = 1 MISSING_AUTHORITY = 2 WRONG_PARAMETER = 3 OLD_NE_NEW_PC_VERSION_NR = 4 DIFFERENT_UNITS = 5 OTHERS = 6 .

HR_GET_REPORTING_COMPANY CALL FUNCTION 'HR_GET_REPORTING_COMPANY' EXPORTING p_molga = c_molga p_appl = c_appl p_werks = p0001-werks p_btrtl = p0001-btrtl p_struc = l_struc p_date = g_perend IMPORTING werks_sum = p_werks btrtl_sum = p_btrtl EXCEPTIONS rep_comp_not_found = 1 OTHERS = 2.

HR_GET_REPORTING_COMPANY CALL FUNCTION 'HR_GET_REPORTING_COMPANY' EXPORTING p_molga = c_molga p_appl = c_appl p_werks = p0001-werks p_btrtl = p0001-btrtl p_struc = l_struc p_date = g_perend IMPORTING werks_sum = p_werks btrtl_sum = p_btrtl EXCEPTIONS rep_comp_not_found = 1 OTHERS = 2.

HR_FEATURE_BACKFIELD CALL FUNCTION 'HR_FEATURE_BACKFIELD' EXPORTING FEATURE = pa_merk STRUC_CONTENT = wa_struc * KIND_OF_ERROR = IMPORTING BACK = l_back * CHANGING * STATUS = EXCEPTIONS DUMMY = 1 ERROR_OPERATION = 2 NO_BACKVALUE = 3 FEATURE_NOT_GENERATED = 4 INVALID_SIGN_IN_FUNID = 5 FIELD_IN_REPORT_TAB_IN_PE03 = 6 OTHERS = 7 .

HR_PERSONAL_WORK_SCHEDULE CALL FUNCTION 'HR_PERSONAL_WORK_SCHEDULE' EXPORTING pernr = pernr-pernr begda = p_begda endda = p_endda * KUG = * REFRESH = 'X' * WORKING_HOURS = 'X' * SWITCH_ACTIV = * MODIFY_ENTRIES = 'X' * I0001_I0007_ERROR = '0' * READ_CLUSTER = * IMPORTING * WARNING_OCCURED = TABLES * I0000 = * I0001 = * I0002 = * I0007 = * I0049 = * I2001 = * I2002 = * I2003 = perws = xpsp * I0003 = EXCEPTIONS error_occured = 1 abort_occured = 2 OTHERS = 3 .

HR_GET_REPORTING_COMPANY CALL FUNCTION 'HR_GET_REPORTING_COMPANY' EXPORTING p_molga = c_molga p_appl = c_appl p_werks = p0001-werks p_btrtl = p0001-btrtl p_struc = l_struc p_date = p0001-endda IMPORTING werks_sum = l_werks btrtl_sum = l_btrtl EXCEPTIONS rep_comp_not_found = 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 RPCEHCD0_SELECT or its description.