SAP Reports / Programs | Personnel Management | Personnel Administration | Canada(PA-PA-CA) SAP PA

RPUTXUKF SAP ABAP INCLUDE - Include RPUTXUKF







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


INCLUDES used within this REPORT RPUTXUKF

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:

RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = sy-pfkey p_program = sy-repid TABLES p_exclude = l_ucomm.

HR_CA_TAX_CREATE_0464 CALL FUNCTION 'HR_CA_TAX_CREATE_0464' CHANGING P0464 = l_new_0464.

HR_CA_GET_NON_TONI_PROVINCES CALL FUNCTION 'HR_CA_GET_NON_TONI_PROVINCES' EXPORTING date = p_0462-begda TABLES non_toni_tab = gt_non_toni_prov.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'P07_RPUTXUK0' CHANGING ct_fieldcat = gt_field_cat[] EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING diagnosetext1 = text-m07 textline1 = text-m08 titel = text-pt1 IMPORTING answer = l_response.

BDC_OPEN_GROUP CALL FUNCTION 'BDC_OPEN_GROUP' EXPORTING client = sy-mandt group = s_sname holddate = holddate "Note 1033350 keep = keep "Note 1033350 user = sy-uname EXCEPTIONS client_invalid = 1 destination_invalid = 2 group_invalid = 3 group_is_locked = 4 holddate_invalid = 5 internal_error = 6 queue_error = 7 running = 8 system_lock_error = 9 user_invalid = 10 OTHERS = 11.

BDC_INSERT CALL FUNCTION 'BDC_INSERT' EXPORTING tcode = 'PA30' TABLES dynprotab = p_bdcdata EXCEPTIONS internal_error = 1 not_open = 2 queue_error = 3 tcode_invalid = 4 printing_invalid = 5 posting_invalid = 6 OTHERS = 7.

BDC_CLOSE_GROUP CALL FUNCTION 'BDC_CLOSE_GROUP' EXCEPTIONS not_open = 1 queue_error = 2 OTHERS = 3.

POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING diagnosetext1 = text-m02 diagnosetext2 = text-m03 diagnosetext3 = text-m04 textline1 = text-m05 titel = text-pt1 IMPORTING answer = l_response.

POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING diagnosetext1 = text-m07 textline1 = text-m08 titel = text-pt1 IMPORTING answer = l_response.

MESSAGE_PREPARE CALL FUNCTION 'MESSAGE_PREPARE' EXPORTING language = sy-langu msg_id = p_msg_tab-msgid msg_no = p_msg_tab-msgnr msg_var1 = l_msgv1 msg_var2 = l_msgv2 msg_var3 = l_msgv3 msg_var4 = l_msgv4 IMPORTING msg_text = l_msg EXCEPTIONS function_not_completed = 1 message_not_found = 2 OTHERS = 3.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'P07_RPUTXUK0' CHANGING ct_fieldcat = lt_field_cat[] EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

HR_GET_BUSINESS_ADD_IN CALL FUNCTION 'HR_GET_BUSINESS_ADD_IN' EXPORTING exit_name = g_exit_name IMPORTING is_implemented = g_is_implemented CHANGING instance = g_exit.

HELP_OBJECT_SHOW CALL FUNCTION 'HELP_OBJECT_SHOW' EXPORTING dokclass = 'TX' doklangu = sy-langu dokname = p_docname TABLES links = l_links EXCEPTIONS object_not_found = 1 sapscript_error = 2 OTHERS = 3.

HR_CA_TAX_F4_WRKAR CALL FUNCTION 'HR_CA_TAX_F4_WRKAR' CHANGING WRKAR = p_wrk EXCEPTIONS UNSPECIFIED_ERROR = 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 RPUTXUKF or its description.