SAP Reports / Programs | Payroll | Belgium(PY-BE) SAP PY

RPCTXFB1 SAP ABAP INCLUDE - TAX calculation : upload Tables T5BTM/T5BTS via KEY FORMULA (Belgium)







RPCTXFB1 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 RPCTXFB1 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 RPCTXFB1. "Basic submit
SUBMIT RPCTXFB1 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCTXFB1 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 calculation : upload Tables T5BTM/T5BTS via KEY FORMULA (Belgium)


INCLUDES used within this REPORT RPCTXFB1

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:

ROUND CALL FUNCTION 'ROUND' EXPORTING decimals = 2 input = l_bvlis sign = sign IMPORTING output = l_imp_bvlis EXCEPTIONS input_invalid = 1 overflow = 2 type_invalid = 3 OTHERS = 4.

ROUND CALL FUNCTION 'ROUND' EXPORTING decimals = 2 input = l_bvlin sign = sign IMPORTING output = l_imp_bvlin EXCEPTIONS input_invalid = 1 overflow = 2 type_invalid = 3 OTHERS = 4.

ROUND CALL FUNCTION 'ROUND' EXPORTING decimals = 2 input = temp_bvmtt sign = sign IMPORTING output = loc_bvmtt EXCEPTIONS input_invalid = 1 overflow = 2 type_invalid = 3 OTHERS = 4.

ROUND CALL FUNCTION 'ROUND' EXPORTING decimals = 2 input = l_monthly_tax_4 sign = '-' IMPORTING output = l_monthly_tax_2 EXCEPTIONS input_invalid = 1 overflow = 2 type_invalid = 3 OTHERS = 4.

ROUND CALL FUNCTION 'ROUND' EXPORTING decimals = 2 input = import_b sign = 'X' IMPORTING output = int-impot_b EXCEPTIONS input_invalid = 1 overflow = 2 type_invalid = 3 OTHERS = 4.

ROUND CALL FUNCTION 'ROUND' EXPORTING decimals = 2 input = red_prec_pensb_temp sign = '-' IMPORTING output = int-red_prec_pensb EXCEPTIONS input_invalid = 1 overflow = 2 type_invalid = 3 OTHERS = 4.

ROUND CALL FUNCTION 'ROUND' EXPORTING decimals = 2 input = red_prec_pensb_temp sign = '-' IMPORTING output = int-red_prec_pensb EXCEPTIONS input_invalid = 1 overflow = 2 type_invalid = 3 OTHERS = 4.

CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = date foreign_amount = amount foreign_currency = from_currency local_currency = to_currency IMPORTING local_amount = amount EXCEPTIONS no_rate_found = 1 overflow = 2.

HR_PAL_GENRL_MSG_ADD CALL FUNCTION 'HR_PAL_GENRL_MSG_ADD' EXPORTING i_msgid = lc_msgid i_msgno = lc_msgno i_msgty = lc_msgty i_msgv1 = ls_msg_txt-msgv1 i_msgv2 = ls_msg_txt-msgv2 i_msgv3 = ls_msg_txt-msgv3 i_msgv4 = ls_msg_txt-msgv4 EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = sy-repid i_structure_name = gv_structure CHANGING ct_fieldcat = gt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = sy-repid is_layout = gs_layout it_fieldcat = gt_fieldcat it_events = gt_events TABLES t_outtab = EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_LOG_DISPLAY CALL FUNCTION 'HR_PAL_LOG_DISPLAY' EXPORTING i_s_display_profile = ls_display_profile EXCEPTIONS program_error = 1 no_logs = 2 OTHERS = 3.

ROUND CALL FUNCTION 'ROUND' EXPORTING decimals = 2 input = red_prec_pensb_temp sign = '-' IMPORTING output = int-red_prec_pensb EXCEPTIONS input_invalid = 1 overflow = 2 type_invalid = 3 OTHERS = 4.



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