SAP Reports / Programs

PSFC_DOCLINK_LIST_PDF SAP ABAP Report - PP Print: Document Links







PSFC_DOCLINK_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_DOCLINK_LIST_PDF 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 PSFC_DOCLINK_LIST_PDF. "Basic submit
SUBMIT PSFC_DOCLINK_LIST_PDF AND RETURN. "Return to original report after report execution complete
SUBMIT PSFC_DOCLINK_LIST_PDF VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: PP Print: Document Links
Text Symbol: DUP = Duplic.
Text Symbol: ORG = Original


INCLUDES used within this REPORT PSFC_DOCLINK_LIST_PDF

INCLUDE PPCOINCL.


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:

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_DOCL_ORD CALL FUNCTION 'CO_PRINT_GET_DOCL_ORD' EXPORTING caufvd_p_imp = caufvd_p * AFFLD_P_IMP = * AFVGD_P_IMP = * FLG_NO_REFRESH = * FLG_CHK_CNTRLKEY = 'X' CHANGING afdld_p_tab_exp = afdld_p_tab[] EXCEPTIONS entry_not_found = 1 too_many_params = 2 OTHERS = 3 .

CO_PRINT_GET_DOCL_OPR CALL FUNCTION 'CO_PRINT_GET_DOCL_OPR' EXPORTING caufvd_p_imp = caufvd_p * AFVGD_P_IMP = flg_no_refresh = 'X' * FLG_CHK_CNTRLKEY = 'X' CHANGING afdld_p_tab_exp = afdld_p_tab[] EXCEPTIONS entry_not_found = 1 too_many_params = 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.

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 .



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