HPLCDNT0 is a standard Executable ABAP Report 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 HPLCDNT0 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
PC00_M46_CDNT0 - Not completed deductions
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.
Selection Text: SO_LGART = Deduction wage types
Selection Text: P_VAR = Table layout variant
Selection Text: P_TAB = Wage types from T7PLG0
Selection Text: P_SEL = Wage types from select option
Title: Deductions not taken
Text Symbol: 038 = Seq.Number
Text Symbol: 037 = Purpose
Text Symbol: 036 = Name
Text Symbol: 035 = Account number
Text Symbol: 034 = Executed
Text Symbol: 033 = Acct id
Text Symbol: 032 = Carried over
Text Symbol: 031 = Not taken
Text Symbol: 030 = Taken
Text Symbol: 028 = Can not determine employee name.
Text Symbol: 027 = No valid record on infotype 0002. Period:
Text Symbol: 026 = by the specified period.
Text Symbol: 025 = No deduction wage type is selected from T7PLG0
Text Symbol: 024 = There is no payroll result. sy-subrc:
Text Symbol: 023 = No deduction wage type is selected.
Text Symbol: 022 = ____Recently:
Text Symbol: 021 = ____Selected:
Text Symbol: 018 = Number of rejected employees
Text Symbol: 017 = Number of selected employees
Text Symbol: 016 = Error messages
Text Symbol: 015 = Deductions not taken
Text Symbol: 012 = Can not read payroll result. sy-subrc:
Text Symbol: 009 = Error while reading payroll results. sy-subrc:
Text Symbol: 008 = No rights to read payroll results.
Text Symbol: 007 = There is no payroll result. sy-subrc:
Text Symbol: 006 = Instead of MOLGA=46 found:
Text Symbol: 005 = MOLGA is missing.
Text Symbol: 004 = Personnel area is missing.
Text Symbol: 003 = No valid record on infotype 0001. Period:
Text Symbol: 002 = There is no record in T549S with fields
Text Symbol: 001 = Additional parameters
INCLUDE RPCBUFFERHANDLER.
INCLUDE H99PAYDATA.
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = 'A' CHANGING cs_variant = gv_variant EXCEPTIONS wrong_input = 1 not_found = 2 program_error = 3 OTHERS = 4.
REUSE_ALV_VARIANT_EXISTENCE CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE' EXPORTING i_save = 'A' CHANGING cs_variant = gv_variant EXCEPTIONS wrong_input = 1 not_found = 2 program_error = 3 OTHERS = 4.
DB_LOCAL_TIME CALL FUNCTION 'DB_LOCAL_TIME' IMPORTING time = uzeit_now.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = progress_text.
CU_READ_RGDIR CALL FUNCTION 'CU_READ_RGDIR' EXPORTING persnr = p_pernr * IMPORTING * molga = local_molga TABLES in_rgdir = gt_rgdir EXCEPTIONS no_record_found = 1 OTHERS = 2.
HR_IMPORT_BUFFER_FROM_PCLX CALL FUNCTION 'HR_IMPORT_BUFFER_FROM_PCLX' EXPORTING employee_number = p_pernr cluster_id = 'PL' from_sequence_number = p_firstseq to_sequence_number = p_lastseq * INVALIDATE_BUFFER = TABLES rgdir = gt_rgdir EXCEPTIONS no_results = 1 no_read_authority = 2 OTHERS = 3 .
HR_PCLX_INIT_BUFFER CALL FUNCTION 'HR_PCLX_INIT_BUFFER'.
PYXX_READ_PAYROLL_RESULT CALL FUNCTION 'PYXX_READ_PAYROLL_RESULT' EXPORTING clusterid = 'PL' employeenumber = p_pernr sequencenumber = p_seqnr * READ_ONLY_BUFFER = ' ' * READ_ONLY_INTERNATIONAL = ' ' * CHECK_READ_AUTHORITY = 'X' * IMPORTING * VERSION_NUMBER_PAYVN = * VERSION_NUMBER_PCL2 = CHANGING payroll_result = p_result EXCEPTIONS illegal_isocode_or_clusterid = 1 error_generating_import = 2 import_mismatch_error = 3 subpool_dir_full = 4 no_read_authority = 5 no_record_found = 6 versions_do_not_match = 7 OTHERS = 8 .
HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = gv_node_key_mess i_row_data = p_alv EXCEPTIONS program_error = 1 OTHERS = 2.
HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = gv_node_key_ddnt i_row_data = p_alv EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = sy-cprog i_structure_name = 'P46_HPLCDNT0' 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 = 'DDNT' is_layout = ls_layout "1748431ins i_save = 'A' "1748431ins is_variant = gv_variant "1748431ins it_fieldcat = lt_fieldcat EXCEPTIONS program_error = 1 OTHERS = 2.
HR_PAL_CREATE_NODE_CATEG CALL FUNCTION 'HR_PAL_CREATE_NODE_CATEG' EXPORTING i_categ_id = 'MESS' is_layout = ls_layout "1748431ins it_fieldcat = lt_fieldcat EXCEPTIONS program_error = 1 OTHERS = 2.
HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = 'ROOT' i_node_txt = 'Deductions not taken'(015) i_categ_id = 'DDNT' i_icon = icon_calculation IMPORTING e_node_key = gv_node_key_ddnt EXCEPTIONS program_error = 1 OTHERS = 2.
HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = 'ROOT' i_node_txt = 'Error messages'(016) i_categ_id = 'MESS' i_icon = icon_message_error_small IMPORTING e_node_key = gv_node_key_mess EXCEPTIONS program_error = 1 OTHERS = 2.
HR_PAL_STATS_MSG_ADD CALL FUNCTION 'HR_PAL_STATS_MSG_ADD' EXPORTING i_node_key = sv_stats_node_key i_stcnt = lv_count i_msgid = 'RP' i_msgty = p_msgty i_msgno = '016' i_msgv1 = p_mess_text IMPORTING e_stats_node_key = sv_stats_node_key EXCEPTIONS program_error = 1 OTHERS = 2.
HR_PAL_LOG_DISPLAY CALL FUNCTION 'HR_PAL_LOG_DISPLAY' EXCEPTIONS program_error = 1 no_logs = 2 OTHERS = 3.
CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = p_variant i_save = 'A' IMPORTING es_variant = p_variant EXCEPTIONS not_found = 1 program_error = 2 OTHERS = 3.
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 HPLCDNT0 or its description.