SAP Reports / Programs | Payroll | China(PY-CN) SAP PY

PCBURCN1 SAP ABAP INCLUDE - Include PCBURCN1







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


Text pool values


Title: Include PCBURCN1


INCLUDES used within this REPORT PCBURCN1

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_EVALUATE_TIME_PERIOD * CALL FUNCTION 'HR_EVALUATE_TIME_PERIOD' * EXPORTING * IN_PERNR = PERNR-PERNR * IN_PERUL = P_PERUL * IN_BEGDA = '19000101' * IN_ENDDA = P_SNR_ENDDA * IN_AUTHO = 'X' * IMPORTING * OUT_NOYRS = P_S_YEARS * OUT_NOMNS = S_MONTHS * OUT_NODYS = S_DAYS * EXCEPTIONS * NO_AUTHORIZATION = 1 * PERNR_DOES_NOT_EXIST = 2 * NO_RELEVANT_DATA_FOUND = 3 * CALCULATION_RULE_NOT_FOUND = 4 * VALUATION_PATTERN_NOT_FOUND = 5 * VALUATION_RULE_NOT_FOUND = 6 * ROUNDING_RULE_NOT_FOUND = 7 * INFOTYPE_SELECTION_NOT_FOUND = 8 * INFOTYPE_SELECTION_INCOMPLETE = 9 * UNKNOWN_INFOTYPE = 10 * BEGIN_DATE_GREATER_END_DATE = 11 * UNKNOWN_ERROR = 12 * OTHERS = 13.

HR_SEN_CALCULATE_COMPLETE CALL FUNCTION 'HR_SEN_CALCULATE_COMPLETE' EXPORTING ID_PERNR = PERNR-PERNR * ID_MOLGA = ID_PROCE = P_PERUL * ID_PSTEP = ID_SEL_DATE = SEL_DATE "note677120 * IR_GPCONTEXT = * ID_GPVAL = ID_CALTY = '1' ID_BEGDA = '19000101' ID_ENDDA = P_SNR_ENDDA * IS_DURATION = * ID_PROTO = * IT_PSTEP_TSPST = IMPORTING ED_DATE = END_DATE ES_DURATION = DURATION EXCEPTIONS WRONG_IMPORT_PARAMETER = 1 WRONG_CALCULATION_TYPE = 2 PROCESS_NOT_FOUND = 3 PROCESS_PSTEP_NOT_FOUND = 4 NO_RESULT_FOR_CALTY = 5 ERROR_OF_OTHER_FUNCTIONS = 6 OTHERS = 7 .

HR_99S_DATE_PLUS_TIME_UNIT CALL FUNCTION 'HR_99S_DATE_PLUS_TIME_UNIT' EXPORTING i_idate = p0002-gbdat i_time = lv_legalr_age i_timeunit = 'Y' IMPORTING o_idate = lv_legalr_date EXCEPTIONS invalid_period = 1 invalid_round_up_rule = 2 internal_error = 3 OTHERS = 4.

HR_LEAVING_DATE CALL FUNCTION 'HR_LEAVING_DATE' EXPORTING persnr = pernr-pernr TABLES leaving_dates = lt_entry_date EXCEPTIONS leaving_date_not_found = 1 pernr_not_assigned = 2 OTHERS = 3.

HR_SEN_CALCULATE_COMPLETE CALL FUNCTION 'HR_SEN_CALCULATE_COMPLETE' EXPORTING ID_PERNR = PERNR-PERNR ID_PROCE = P_PERUL ID_SEL_DATE = APER-ENDDA ID_CALTY = '1' ID_BEGDA = P_SNR_BEGDA ID_ENDDA = P_SNR_ENDDA IMPORTING ED_DATE = LV_END_DATE ES_DURATION = LV_DURATION EXCEPTIONS WRONG_IMPORT_PARAMETER = 1 WRONG_CALCULATION_TYPE = 2 PROCESS_NOT_FOUND = 3 PROCESS_PSTEP_NOT_FOUND = 4 NO_RESULT_FOR_CALTY = 5 ERROR_OF_OTHER_FUNCTIONS = 6 OTHERS = 7.

HR_ENTRY_DATE CALL FUNCTION 'HR_ENTRY_DATE' EXPORTING PERSNR = PERNR-PERNR IMPORTING ENTRYDATE = HIRE_DATE TABLES ENTRY_DATES = HIRE_EVENTS EXCEPTIONS ENTRY_DATE_NOT_FOUND = 1 PERNR_NOT_ASSIGNED = 2 OTHERS = 3.

HR_LEAVING_DATE CALL FUNCTION 'HR_LEAVING_DATE' EXPORTING PERSNR = PERNR-PERNR * IMPORTING * LEAVINGDATE = LEAVEDATE TABLES LEAVING_DATES = ENTRY_DATE_TAB EXCEPTIONS LEAVING_DATE_NOT_FOUND = 1 PERNR_NOT_ASSIGNED = 2 OTHERS = 3.

HR_LEAVING_DATE CALL FUNCTION 'HR_LEAVING_DATE' EXPORTING PERSNR = PERNR-PERNR TABLES LEAVING_DATES = ENTRY_DATE_TAB EXCEPTIONS LEAVING_DATE_NOT_FOUND = 1 PERNR_NOT_ASSIGNED = 2 OTHERS = 3.

HR_READ_SUBTYPE CALL FUNCTION 'HR_READ_SUBTYPE' EXPORTING pernr = p2001-pernr infty = '2001' subty = '*' TABLES infty_tab = lt_all_2001 EXCEPTIONS infty_not_found = 0 invalid_input = 2.

HR_HK_DIFF_BT_2_DATES CALL FUNCTION 'HR_HK_DIFF_BT_2_DATES' EXPORTING date1 = ls_cont_period-endda date2 = ls_cont_period-begda output_format = '05' IMPORTING years = lv_sl_years months = lv_sl_months days = lv_sl_days EXCEPTIONS invalid_dates_specified = 1 OTHERS = 2.

HR_PERSONAL_WORK_SCHEDULE CALL FUNCTION 'HR_PERSONAL_WORK_SCHEDULE' EXPORTING pernr = ls_2001-pernr begda = lv_margin_begda endda = ls_cont_period-endda refresh = space modify_entries = space TABLES i2001 = lt_relv_2001 perws = lt_tab_psp EXCEPTIONS error_occured = 1.

ROUND CALL FUNCTION 'ROUND' EXPORTING DECIMALS = 0 INPUT = p_cont_ls SIGN = '+' IMPORTING OUTPUT = p_cont_ls EXCEPTIONS INPUT_INVALID = 01 OVERFLOW = 02 TYPE_INVALID = 03.



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