SAP Reports / Programs | Payroll | India(PY-IN) SAP PY

PCDTLIN3 SAP ABAP INCLUDE - documentation and ABAP source code







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

INCLUDE RPPPXD00.
INCLUDE RPPPXD10.
INCLUDE RPPPXM00.
INCLUDE RPCBSH00.
INCLUDE RPCBDT00.
INCLUDE RPUALV00_VARS.


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:

HRCA_PNBK_INSERT CALL FUNCTION 'HRCA_PNBK_INSERT' " EXPORTING I_PNBK_FI = PNBK " EXCEPTIONS DUPLICATE_ENTRY = 4 " INCOMPLETE_DATA = 5. "

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = gs_variant-report is_layout = ls_layout it_fieldcat = lt_fieldcat i_save = gc_save it_events = lt_events TABLES t_outtab = gt_sh_key_table EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = gs_variant-report is_layout = ls_layout it_fieldcat = lt_fieldcat i_save = gc_save it_events = lt_events TABLES t_outtab = gt_h_bank_table EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = gs_variant-report i_structure_name = gc_ddic_struct_name CHANGING ct_fieldcat = xt_fieldcat_md EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = gs_variant-report i_structure_name = gc_ddic_struct_name1 CHANGING ct_fieldcat = xt_fieldcat_md EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = lt_header.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = lt_header.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_footer.

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = ls_log IMPORTING e_log_handle = lv_log_handle EXCEPTIONS log_header_inconsistent = 1 OTHERS = 2.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = lv_log_handle i_s_msg = ls_msg EXCEPTIONS OTHERS = 1.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = lv_log_handle i_s_msg = ls_msg EXCEPTIONS OTHERS = 1.

BAL_DSP_PROFILE_STANDARD_GET CALL FUNCTION 'BAL_DSP_PROFILE_STANDARD_GET' IMPORTING e_s_display_profile = ls_display_profile.

BAL_DSP_PROFILE_POPUP_GET CALL FUNCTION 'BAL_DSP_PROFILE_POPUP_GET' IMPORTING e_s_display_profile = ls_display_profile.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = ls_display_profile EXCEPTIONS profile_inconsistent = 1 internal_error = 2 no_data_available = 3 no_authority = 4 OTHERS = 5.

BAL_DSP_LOG_PRINT CALL FUNCTION 'BAL_DSP_LOG_PRINT' EXPORTING i_s_list_append = gc_x i_s_display_profile = ls_display_profile EXCEPTIONS profile_inconsistent = 1 internal_error = 2 no_data_available = 3 no_authority = 4 OTHERS = 5.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = p_pernr infty = '0712' BEGDA = pn-begda ENDDA = pn-endda IMPORTING SUBRC = l_subrc TABLES infty_tab = p0712 EXCEPTIONS INFTY_NOT_FOUND = 1 OTHERS = 2.

HRPY_PROCESS_SET_PERNR_STATUS CALL FUNCTION 'HRPY_PROCESS_SET_PERNR_STATUS' EXPORTING imp_pernr = p_pernr imp_parcel = pyparaid imp_set_suc = 'X' EXCEPTIONS unknown_process = 1 OTHERS = 2.

HRPY_PROCESS_SET_PERNR_STATUS CALL FUNCTION 'HRPY_PROCESS_SET_PERNR_STATUS' EXPORTING imp_pernr = p_pernr imp_parcel = pyparaid imp_set_err = 'X' EXCEPTIONS unknown_process = 1 OTHERS = 2.

HRPY_PROCESS_SET_ALL_PERNR_ST





CALL FUNCTION 'HRPY_PROCESS_SET_ALL_PERNR_ST' EXPORTING IMP_PARCEL = pyparaid IMP_SET_SUC = 'X' TABLES PERNR_INDEX = pnpindex.



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