SAP Reports / Programs | Payroll | Norway(PY-NO) SAP PY

RPCABSV1 SAP ABAP INCLUDE - Absence valuation for payroll, Norwegian routines







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


Text pool values


Title: Absence valuation for payroll, Norwegian routines


INCLUDES used within this REPORT RPCABSV1

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_ABS_ATT_TIMES_AT_ENTRY CALL FUNCTION 'HR_ABS_ATT_TIMES_AT_ENTRY' EXPORTING pernr = pernr-pernr awart = k2001-subty begda = k2001-begda endda = k2001-endda IMPORTING abwtg = k2001-abwtg abrtg = k2001-abrtg abrst = k2001-abrst kaltg = k2001-kaltg hrsif = k2001-hrsif alldf = k2001-alldf error_wo_exception = error_wo_exception TABLES m0000 = i0000 m0001 = i0001 m0002 = i0002 m0007 = i0007 m2001 = i2001 m2002 = i2002 m2003 = i2003 times_per_day = times_per_day CHANGING beguz = k2001-beguz enduz = k2001-enduz vtken = k2001-vtken stdaz = k2001-stdaz breaks = p_breaks EXCEPTIONS it0001_missing = 1 customizing_error = 2 error_occurred = 3 end_before_begin = 4.

HR_PERSONAL_WORK_SCHEDULE * CALL FUNCTION 'HR_PERSONAL_WORK_SCHEDULE' * EXPORTING * pernr = pernr-pernr * begda = start * endda = temp_date * modify_entries = ' ' * TABLES * perws = perws * i0000 = i0000 * i0001 = i0001 * i0002 = i0002 * i0007 = i0007 * i2001 = i2001 * i2002 = i2002 * i2003 = i2003 * EXCEPTIONS * error_occured = 1 * abort_occured = 2.

HR_NO_ABS_SPLIT CALL FUNCTION 'HR_NO_ABS_SPLIT' "#EC * EXPORTING actual_abs = ab_actual_it eligi_date = elg_date start_sickness = start_sp go_live_date = live_date max_date1 = max_date_pr "1687142 pay_roll_dep = 'X' flag = flag " Note 1272973 max_date_sys = max_date_sys "DG1309956 refresh_date_sys = refresh_date_sys "DG1309956 max_dat_mat = mat_max_date_pr "1687142 IMPORTING subrc = subrc start_agper = ap_begda "KK1128783 start_tryper = tp_begda last_used_trygdeday = tp_endda max_date_new = max_date_new "DG1309956 refresh_date_new = refresh_date_new "DG1309956 TABLES i0000 = i0000 i0001 = i0001 i0002 = i0002 i0007 = i0007 i2001 = i2001 i2002 = i2002 i2003 = i2003 split_abs = split_abs perws = perws "KK#1103323 split_abs_ch = split_abs_ch " 1244909 EXCEPTIONS error_in_perws = 1 OTHERS = 2.

HR_FEATURE_BACKFIELD CALL FUNCTION 'HR_FEATURE_BACKFIELD' EXPORTING feature = '20ARB' struc_content = avg_rmb IMPORTING back = ret_value 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_FEATURE_BACKFIELD CALL FUNCTION 'HR_FEATURE_BACKFIELD' EXPORTING feature = '20SOL' struc_content = l_abbs * KIND_OF_ERROR = IMPORTING back = return_date_retro * CHANGING * status = 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.

RP_CHECK_DATE CALL FUNCTION 'RP_CHECK_DATE' EXPORTING date = retn_dat EXCEPTIONS date_invalid = 1.

HR_FEATURE_BACKFIELD CALL FUNCTION 'HR_FEATURE_BACKFIELD' EXPORTING feature = 'VRMB2' struc_content = str_vrmb2 IMPORTING back = ret_value 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 = begda endda = endda modify_entries = ' ' TABLES perws = perws i0000 = i0000 i0001 = i0001 i0002 = i0002 i0007 = i0007 i2001 = i2001 EXCEPTIONS error_occured = 1 abort_occured = 2.

HR_NO_PWS_HOURLY CALL FUNCTION 'HR_NO_PWS_HOURLY' EXPORTING p_begda = begda p_endda = endda pernr = pernr-pernr TABLES perws = perws.

HR_NO_RMB_NUM_DAYS CALL FUNCTION 'HR_NO_RMB_NUM_DAYS' EXPORTING begda = rmb-begda endda = rmb-endda IMPORTING rmb_days = rmb_days-num_d TABLES perws = perws.

HR_NO_NUM_TRYGDENDAGER CALL FUNCTION 'HR_NO_NUM_TRYGDENDAGER' EXPORTING begda = p_date_round-begda endda = p_date_round-endda IMPORTING trygde_dager = temp_days.



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