SAP Reports / Programs | Payroll(PY) SAP PY

RPCDNPT9_UI_TOOLS SAP ABAP INCLUDE - RPCDNPT9UITOOLS







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

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:

POPUP_TO_GET_ONE_VALUE CALL FUNCTION 'POPUP_TO_GET_ONE_VALUE' EXPORTING textline1 = iv_question titel = lv_title valuelength = 30 IMPORTING answer = lv_answer value1 = lv_value.

POPUP_CONTINUE_YES_NO CALL FUNCTION 'POPUP_CONTINUE_YES_NO' EXPORTING textline1 = iv_question titel = lv_title IMPORTING answer = lv_answer.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = lv_title text_question = iv_question text_button_1 = text-m03 icon_button_1 = 'ICON_CHECKED' text_button_2 = text-m04 icon_button_2 = 'ICON_CANCEL' display_cancel_button = ' ' popup_type = lv_popup_type IMPORTING answer = lv_answer.

FILE_GET_NAME CALL FUNCTION 'FILE_GET_NAME' EXPORTING logical_filename = iv_log_filename parameter_1 = iv_filename IMPORTING file_name = lv_file_name EXCEPTIONS file_not_found = 1 OTHERS = 2.

SO_SPLIT_FILE_AND_PATH CALL FUNCTION 'SO_SPLIT_FILE_AND_PATH' EXPORTING full_name = lv_full_name IMPORTING stripped_name = lv_stripped_name file_path = lv_file_path EXCEPTIONS x_error = 1 OTHERS = 2.

FILE_GET_NAME CALL FUNCTION 'FILE_GET_NAME' EXPORTING logical_filename = iv_log_filename parameter_1 = iv_filename IMPORTING file_name = lv_file_name EXCEPTIONS file_not_found = 1 OTHERS = 2.

SO_SPLIT_FILE_AND_PATH CALL FUNCTION 'SO_SPLIT_FILE_AND_PATH' EXPORTING full_name = lv_full_name IMPORTING stripped_name = lv_stripped_name file_path = lv_file_path EXCEPTIONS x_error = 1 OTHERS = 2.

HR_CZ_XML_TO_SSFBIN CALL FUNCTION 'HR_CZ_XML_TO_SSFBIN' EXPORTING input_xml = io_xml_document IMPORTING ostr_output_data_l = lv_xml_size TABLES ostr_output_data = lt_xml.

HR_CZ_RELDP_SIGN_BY_AS CALL FUNCTION 'HR_CZ_RELDP_SIGN_BY_AS' EXPORTING input_xml = io_xml_document pvs_sending = iv_pvs_sending cesta = lv_cesta idstr = lv_idstr transaction = lv_transaction ostr_input_data_l = lv_xml_size ssfappl = iv_ssfappl IMPORTING p_pvs = ls_pvs g_crc = lv_crc TABLES ostr_input_data = lt_xml EXCEPTIONS no_ssf_info_found = 1 canceled_by_user = 2 ssf_rfc_error = 3 ssf_rfc_no_memory = 4 ssf_rfc_get_data_error = 5 ssf_rfc_send_data_error = 6 ssf_rfc_signer_list_error = 7 ssf_rfc_input_data_error = 8 ssf_fb_input_parameter_error = 9 ssf_rfc_destination_error = 10 OTHERS = 11.

HR_CZ_RELDP_SIGN_BY_USER CALL FUNCTION 'HR_CZ_RELDP_SIGN_BY_USER' EXPORTING input_xml = io_xml_document pvs_sending = iv_pvs_sending cesta = lv_cesta idstr = lv_idstr transaction = lv_transaction ostr_input_data_l = lv_xml_size IMPORTING p_pvs = ls_pvs g_crc = lv_crc TABLES ostr_input_data = lt_xml EXCEPTIONS no_ssf_info_found = 1 canceled_by_user = 2 ssf_rfc_error = 3 ssf_rfc_no_memory = 4 ssf_rfc_get_data_error = 5 ssf_rfc_send_data_error = 6 ssf_rfc_signer_list_error = 7 ssf_rfc_input_data_error = 8 ssf_fb_input_parameter_error = 9 ssf_rfc_destination_error = 10 OTHERS = 11.



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