SAP Reports / Programs | Payroll | Japan(PY-JP) SAP PY

HJPUCP_DTFTM_FORMS SAP ABAP INCLUDE - Include HJPUCP_DTFTM_FORMS







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


INCLUDES used within this REPORT HJPUCP_DTFTM_FORMS

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:

F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting retfield = 'P_PLNID' value_org = 'S' tables value_tab = lt_plnid exceptions parameter_error = 1 no_values_found = 2 others = 3.

F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting retfield = 'P_EXTIN' value_org = 'S' tables value_tab = lt_extinst exceptions parameter_error = 1 no_values_found = 2 others = 3.

F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting retfield = 'P_FORM' value_org = 'S' tables value_tab = lt_form exceptions parameter_error = 1 no_values_found = 2 others = 3.

RP_EDIT_NAME call function 'RP_EDIT_NAME' exporting langu = sy-langu molga = lv_molga format = lc_format_kanji pp0002 = is_p0002 importing edit_name = lv_edit_name retcode = lv_subrc.

RP_EDIT_NAME call function 'RP_EDIT_NAME' exporting langu = sy-langu molga = lv_molga format = lc_format_kanji_koseki pp0002 = p0002 importing edit_name = lv_edit_name retcode = lv_subrc.

DDIF_NAMETAB_GET call function 'DDIF_NAMETAB_GET' exporting tabname = iv_struct_name tables dfies_tab = lt_dfies exceptions not_found = 1 others = 2.

REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' exporting i_structure_name = 'PJP_CP_DTF_MOD' changing ct_fieldcat = lt_fieldcat exceptions inconsistent_interface = 1 program_error = 2 others = 3.

HR_PAL_CREATE_NODE_CATEG call function 'HR_PAL_CREATE_NODE_CATEG' exporting i_categ_id = 'MOD' it_fieldcat = lt_fieldcat is_layout = lv_alv_layout exceptions program_error = 1 others = 2.

HR_PAL_NODE_ADD call function 'HR_PAL_NODE_ADD' exporting i_relatkey = 'ROOT' i_node_txt = lv_title i_categ_id = 'MOD' i_icon = icon_list importing e_node_key = lv_mod_node exceptions program_error = 1 others = 2.

HR_PAL_NODE_ADD_ROW call function 'HR_PAL_NODE_ADD_ROW' exporting i_node_key = lv_node i_row_data = ls_header_line exceptions program_error = 1 others = 2.

REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' exporting i_structure_name = iv_struc_name changing ct_fieldcat = lt_fieldcat exceptions inconsistent_interface = 1 program_error = 2 others = 3.

DDIF_FIELDINFO_GET call function 'DDIF_FIELDINFO_GET' exporting tabname = iv_struc_name langu = sy-langu lfieldname = lv_lname all_types = 'X' importing dfies_wa = ls_dfies exceptions not_found = 1 internal_error = 2 others = 3.

HR_PAL_CREATE_NODE_CATEG call function 'HR_PAL_CREATE_NODE_CATEG' exporting i_categ_id = iv_categ it_fieldcat = lt_fieldcat is_layout = lv_alv_layout exceptions program_error = 1 others = 2.

HR_PAL_NODE_ADD call function 'HR_PAL_NODE_ADD' exporting i_relatkey = iv_mod_node i_node_txt = lv_title i_categ_id = iv_categ i_icon = icon_list importing e_node_key = lv_record_node exceptions program_error = 1 others = 2.

HR_PAL_NODE_ADD_ROW call function 'HR_PAL_NODE_ADD_ROW' exporting i_node_key = lv_node i_row_data = exceptions program_error = 1 others = 2.

HR_PAL_LOG_DISPLAY call function 'HR_PAL_LOG_DISPLAY' exporting i_s_display_profile = lv_display_profile exceptions program_error = 1 no_logs = 2 others = 3.

HR_PAL_CREATE_NODE_CATEG call function 'HR_PAL_CREATE_NODE_CATEG' exporting i_categ_id = 'PERNR' i_structure_name = 'BAL_HR_EXT' i_with_msg_fields = 'X' is_layout = lv_alv_layout i_msg_text_pos = 3 i_icon_ltext_pos = 4 exceptions program_error = 1 others = 2.

HR_PAL_NODE_ADD call function 'HR_PAL_NODE_ADD' exporting i_relatkey = 'ROOT' i_node_txt = text-l01 i_categ_id = 'PERNR' i_icon = icon_failure importing e_node_key = gv_error_node exceptions program_error = 1 others = 2.

HR_PAL_NODE_MSG_ADD





call function 'HR_PAL_NODE_MSG_ADD' exporting i_node_key = gv_error_node i_msgid = p_msgid i_msgty = p_msgty i_msgno = p_error_number i_msgv1 = l_msgv1 i_msgv2 = l_msgv2 i_msgv3 = l_msgv3 i_msgv4 = l_msgv4 i_context = iv_pernr exceptions program_error = 1 others = 2.

HR_PAL_NODE_MSG_ADD call function 'HR_PAL_NODE_MSG_ADD' exporting i_node_key = gv_error_node i_msgid = p_msgid i_msgty = p_msgty i_msgno = p_error_number i_msgv1 = l_msgv1 i_msgv2 = l_msgv2 i_msgv3 = l_msgv3 i_msgv4 = l_msgv4 exceptions program_error = 1 others = 2.

HR_READ_INFOTYPE call function 'HR_READ_INFOTYPE' exporting pernr = iv_pernr infty = iv_infotype begda = iv_keydt endda = iv_keydt tables infty_tab = exceptions infty_not_found = 1 others = 2.

HR_READ_SUBTYPE call function 'HR_READ_SUBTYPE' exporting pernr = lv_pernr infty = '0000' begda = ls_sel_param-begda endda = ls_sel_param-endda tables infty_tab = ct_p0000 exceptions infty_not_found = 1 invalid_input = 2 others = 3.

HR_READ_SUBTYPE call function 'HR_READ_SUBTYPE' exporting pernr = lv_pernr infty = '0001' begda = ls_sel_param-begda endda = ls_sel_param-endda tables infty_tab = ct_p0001 exceptions infty_not_found = 1 invalid_input = 2 others = 3.

HR_READ_SUBTYPE call function 'HR_READ_SUBTYPE' exporting pernr = lv_pernr infty = '0002' begda = ls_sel_param-begda endda = ls_sel_param-endda tables infty_tab = ct_p0002 exceptions infty_not_found = 1 invalid_input = 2 others = 3.

HR_READ_SUBTYPE call function 'HR_READ_SUBTYPE' exporting pernr = lv_pernr infty = '0006' begda = ls_sel_param-begda endda = ls_sel_param-endda tables infty_tab = ct_p0006 exceptions infty_not_found = 1 invalid_input = 2 others = 3.

HR_READ_SUBTYPE call function 'HR_READ_SUBTYPE' exporting pernr = lv_pernr infty = '0140' begda = ls_sel_param-begda endda = ls_sel_param-endda tables infty_tab = ct_p0140 exceptions infty_not_found = 1 invalid_input = 2 others = 3.

HR_READ_SUBTYPE call function 'HR_READ_SUBTYPE' exporting pernr = lv_pernr infty = '0888' subty = ls_sel_param-ret_ben_pln begda = ls_sel_param-begda endda = ls_sel_param-endda tables infty_tab = ct_p0888 exceptions infty_not_found = 1 invalid_input = 2 others = 3.

HR_READ_SUBTYPE call function 'HR_READ_SUBTYPE' exporting pernr = lv_pernr infty = '0889' subty = ls_sel_param-ret_ben_pln begda = ls_sel_param-begda endda = ls_sel_param-endda tables infty_tab = ct_p0889 exceptions infty_not_found = 1 invalid_input = 2 others = 3.

FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING logical_filename = lc_logical_file CHANGING physical_filename = lv_file EXCEPTIONS OTHERS = 1.

/SAPDMC/LSM_F4_SERVER_FILE CALL FUNCTION '/SAPDMC/LSM_F4_SERVER_FILE' EXPORTING directory = cv_file IMPORTING serverfile = cv_file EXCEPTIONS canceled_by_user = 1 OTHERS = 2.

WS_QUERY CALL FUNCTION 'WS_QUERY' EXPORTING filename = lv_path query = lc_directory_query IMPORTING return = lv_return EXCEPTIONS inv_query = 1 no_batch = 2 frontend_error = 3 OTHERS = 4.

WS_QUERY CALL FUNCTION 'WS_QUERY' EXPORTING filename = lv_path query = lc_directory_query IMPORTING return = lv_return EXCEPTIONS inv_query = 1 no_batch = 2 frontend_error = 3 OTHERS = 4.

RZL_READ_DIR_LOCAL CALL FUNCTION 'RZL_READ_DIR_LOCAL' EXPORTING name = lv_path_server TABLES file_tbl = lt_file_list EXCEPTIONS argument_error = 1 not_found = 2 OTHERS = 3.

GUI_DOWNLOAD CALL FUNCTION 'GUI_DOWNLOAD' EXPORTING filename = lv_file_download filetype = 'ASC' trunc_trailing_blanks_eol = '' * write_lf = codepage = '8000' " IN :コードページ TABLES data_tab = lt_pc_file EXCEPTIONS file_write_error = 1 no_batch = 2 gui_refuse_filetransfer = 3 invalid_type = 4 no_authority = 5 unknown_error = 6 header_not_allowed = 7 separator_not_allowed = 8 filesize_not_allowed = 9 header_too_long = 10 dp_error_create = 11 dp_error_send = 12 dp_error_write = 13 unknown_dp_error = 14 access_denied = 15 dp_out_of_memory = 16 disk_full = 17 dp_timeout = 18 file_not_found = 19 dataprovider_exception = 20 control_flush_error = 21 OTHERS = 22.



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