PSFC_OBJECT_LIST_PDF 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 PSFC_OBJECT_LIST_PDF into the relevant SAP transactions such as SE38 or SE80
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.
Title: PP Print: Object Overview
Text Symbol: DUP = Duplicate
Text Symbol: ORG = Original
INCLUDE PPCOINCL.
No SAP DATABASE tables are accessed within this REPORT code!
CO_PRINT_IMPORT_DATA CALL FUNCTION 'CO_PRINT_IMPORT_DATA' EXCEPTIONS memory_id_ppt_not_exist = 1 memory_id_ppi_not_exist = 2 memory_id_pps_not_exist = 3 OTHERS = 4.
CO_PRINT_GET_ORD CALL FUNCTION 'CO_PRINT_GET_ORD' EXPORTING aufnr_imp = print_co-aufnr flg_prtbl_opr = on flg_prtbl_sop = on flg_prtbl_cmp = on flg_prtbl_prt = on CHANGING caufvd_p_tab_exp = caufvd_p_tab[] EXCEPTIONS entry_not_found = 1 OTHERS = 2.
CO_PRINT_GET_INFO_LIST CALL FUNCTION 'CO_PRINT_GET_INFO_LIST' IMPORTING print_co_exp = print_co print_opts_exp = print_opts EXCEPTIONS OTHERS = 0.
CO_PRINT_GET_ITEM CALL FUNCTION 'CO_PRINT_GET_ITEM' EXPORTING caufvd_p_imp = caufvd_p posnr_imp = '0001' CHANGING afpod_p_tab_exp = afpod_p_tab[] EXCEPTIONS entry_not_found = 1 OTHERS = 2.
CO_PRINT_GET_SEQ CALL FUNCTION 'CO_PRINT_GET_SEQ' EXPORTING caufvd_p_imp = caufvd_p * AFVGD_P_IMP = * RESBD_P_IMP = * AFFHD_P_IMP = * FLG_NO_REFRESH = flg_prtbl_opr = on flg_prtbl_sop = on flg_prtbl_cmp = on flg_prtbl_prt = on CHANGING affld_p_tab_exp = affld_p_tab[] EXCEPTIONS entry_not_found = 1 too_many_params = 2 OTHERS = 3.
CO_PRINT_GET_SOP CALL FUNCTION 'CO_PRINT_GET_SOP' EXPORTING * CAUFVD_P_IMP = * AFFLD_P_IMP = afvgd_p_imp = afvgd_p_tab * FLG_NO_REFRESH = flg_chk_cntrlkey = print_co-psteu CHANGING safvgd_p_tab_exp = safvgd_p_tab[] EXCEPTIONS entry_not_found = 1 too_many_params = 2 OTHERS = 3.
CO_PRINT_GET_CMP CALL FUNCTION 'CO_PRINT_GET_CMP' EXPORTING * CAUFVD_P_IMP = * AFFLD_P_IMP = afvgd_p_imp = afvgd_p * FLG_NO_REFRESH = CHANGING resbd_p_tab_exp = resbd_p_tab[] EXCEPTIONS entry_not_found = 1 too_many_params = 2 OTHERS = 3.
CO_PRINT_GET_OPR CALL FUNCTION 'CO_PRINT_GET_OPR' EXPORTING * CAUFVD_P_IMP = affld_p_imp = affld_p * SAFVGD_P_IMP = * RESBD_P_IMP = * AFFHD_P_IMP = * FLG_NO_REFRESH = flg_chk_ctrlkey = print_co-psteu * FLG_PRTBL_SOP = * FLG_PRTBL_CMP = * FLG_PRTBL_PRT = CHANGING afvgd_p_tab_exp = afvgd_p_tab[] EXCEPTIONS entry_not_found = 1 too_many_params = 2 OTHERS = 3.
CO_PRINT_GET_PRT CALL FUNCTION 'CO_PRINT_GET_PRT' EXPORTING * CAUFVD_P_IMP = * AFFLD_P_IMP = afvgd_p_imp = afvgd_p * FLG_NO_REFRESH = CHANGING affhd_p_tab_exp = affhd_p_tab[] EXCEPTIONS entry_not_found = 1 too_many_params = 2 OTHERS = 3.
CO_PRINT_GET_LTXT_ORD CALL FUNCTION 'CO_PRINT_GET_LTXT_ORD' EXPORTING caufvd_p_imp = caufvd_p flg_table = on lwidth = linesize_ord IMPORTING ltxt_key_exp = ltxt_key TABLES ltxt_lines_exp = ltxt_lines EXCEPTIONS no_long_text = 1 error_reading_ltxt = 2 OTHERS = 3.
CO_PRINT_GET_INFO_ORD_CONFIG CALL FUNCTION 'CO_PRINT_GET_INFO_ORD_CONFIG' EXPORTING caufvd_p_imp = caufvd_p TABLES sfc_conf_tab_exp = sfc_conf_tab EXCEPTIONS no_configuration = 1 entry_not_found = 2 OTHERS = 3.
CO_PRINT_GET_LTXT_PNOTE CALL FUNCTION 'CO_PRINT_GET_LTXT_PNOTE' EXPORTING afpod_p_imp = afpod_p flg_table = on lwidth = linesize_pnote IMPORTING ltxt_key_exp = ltxt_key TABLES ltxt_lines_exp = ltxt_lines EXCEPTIONS no_customer_order = 1 no_long_text = 2 error_reading_ltxt = 3 OTHERS = 4.
CO_PRINT_GET_LTXT_ROUT CALL FUNCTION 'CO_PRINT_GET_LTXT_ROUT' EXPORTING caufvd_p_imp = caufvd_p flg_table = on lwidth = linesize_rout IMPORTING ltxt_key_exp = ltxt_key TABLES ltxt_lines_exp = ltxt_lines EXCEPTIONS no_routing = 1 no_long_text = 2 error_reading_ltxt = 3 OTHERS = 4.
CO_PRINT_GET_INFO_WC CALL FUNCTION 'CO_PRINT_GET_INFO_WC' EXPORTING afvgd_p_imp = afvgd_p IMPORTING rcr01_exp = rcr01 EXCEPTIONS no_work_center = 1 entry_not_found = 2 OTHERS = 3.
CO_PRINT_GET_LTXT_CMP CALL FUNCTION 'CO_PRINT_GET_LTXT_CMP' EXPORTING resbd_p_imp = resbd_p flg_table = on lwidth = linesize_cmp IMPORTING ltxt_key_exp = ltxt_key TABLES ltxt_lines_exp = ltxt_lines EXCEPTIONS no_long_text = 1 error_reading_ltxt = 2 OTHERS = 3.
CO_PRINT_GET_LTXT_PRT CALL FUNCTION 'CO_PRINT_GET_LTXT_PRT' EXPORTING affhd_p_imp = affhd_p flg_table = on lwidth = linesize_prt IMPORTING ltxt_key_exp = ltxt_key TABLES ltxt_lines_exp = ltxt_lines EXCEPTIONS no_long_text = 1 error_reading_ltxt = 2 OTHERS = 3.
CO_PRINT_GET_LTXT_OPR CALL FUNCTION 'CO_PRINT_GET_LTXT_OPR' EXPORTING afvgd_p_imp = afvgd_p flg_table = on lwidth = linesize_opr IMPORTING ltxt_key_exp = ltxt_key TABLES ltxt_lines_exp = ltxt_lines EXCEPTIONS no_long_text = 1 error_reading_ltxt = 2 OTHERS = 3.
CO_PRINT_GET_INFO_SEROB CALL FUNCTION 'CO_PRINT_GET_INFO_SEROB' EXPORTING * CAUFVD_P_IMP = afpod_p_imp = afpod_p CHANGING rserob_tab_exp = rserob_tab[] EXCEPTIONS entry_not_found = 1 imp_param_missing = 2 too_many_params = 3 OTHERS = 4.
CALL FUNCTION 'CO_PRINT_GET_INFO_MAT' EXPORTING resbd_p_imp = resbd_p IMPORTING msfcv_exp = msfcv EXCEPTIONS entry_not_found = 1 OTHERS = 2.
CO_PRINT_GET_LTXT_SEQ CALL FUNCTION 'CO_PRINT_GET_LTXT_SEQ' EXPORTING affld_p_imp = affld_p flg_table = on lwidth = linesize_seq IMPORTING ltxt_key_exp = ltxt_key TABLES ltxt_lines_exp = ltxt_lines EXCEPTIONS no_long_text = 1 error_reading_ltxt = 2 OTHERS = 3.
CO_PRINT_GET_INFO_COL_ORD CALL FUNCTION 'CO_PRINT_GET_INFO_COL_ORD' EXPORTING caufvd_p_imp = caufvd_p IMPORTING ppprcolord_exp = ppprcolord EXCEPTIONS no_col_order = 1 entry_not_found = 2 OTHERS = 3.
FP_JOB_OPEN CALL FUNCTION 'FP_JOB_OPEN' CHANGING ie_outputparams = gv_fp_outputparams EXCEPTIONS cancel = 1 usage_error = 2 system_error = 3 internal_error = 4 OTHERS = 5.
FP_FUNCTION_MODULE_NAME CALL FUNCTION 'FP_FUNCTION_MODULE_NAME' EXPORTING i_name = print_co-form_pdf IMPORTING e_funcname = gv_fm_name e_interface_type = gv_interface_type.
FP_JOB_CLOSE CALL FUNCTION 'FP_JOB_CLOSE' * IMPORTING * E_RESULT = EXCEPTIONS usage_error = 1 system_error = 2 internal_error = 3 OTHERS = 4 .
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 PSFC_OBJECT_LIST_PDF or its description.