PSFCOBJL_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 PSFCOBJL_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.
Text Symbol: 001 = Start date
Text Symbol: 002 = Delivery date
Text Symbol: 003 = Order quantity
Text Symbol: 004 = Un
Text Symbol: 005 = OpNo Seq. WrkCt Cost center Start date Deliv. date Confirm. no.
Text Symbol: 006 = Operation description
Text Symbol: 007 = Page:
Text Symbol: DUP = Duplicate
INCLUDE PPCOINCL.
INCLUDE PPCOINCL_PDF.
INCLUDE CODRGT10.
INCLUDE LCODRINC.
No SAP DATABASE tables are accessed within this REPORT code!
FP_FUNCTION_MODULE_NAME CALL FUNCTION 'FP_FUNCTION_MODULE_NAME' EXPORTING i_name = print_co-form_pdf IMPORTING e_funcname = gv_fm_name.
CO_ZK_TEXTKEY_AFFL CALL FUNCTION 'CO_ZK_TEXTKEY_AFFL' EXPORTING APLZL = AFFLD-APLZL AUFPL = AFFLD-AUFPL IMPORTING LTSCH = STXH-TDNAME.
READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING LANGUAGE = SY-LANGU ID = TCO09-IDORD NAME = STXH-TDNAME OBJECT = TCO09-OBJEC TABLES LINES = T EXCEPTIONS ID = 01 LANGUAGE = 02 NAME = 03 NOT_FOUND = 04 OBJECT = 05 REFERENCE_CHECK = 06.
CO_ZK_TEXTKEY_CAUFV CALL FUNCTION 'CO_ZK_TEXTKEY_CAUFV' EXPORTING AUFNR = CAUFVD-AUFNR IMPORTING LTSCH = STXH-TDNAME.
CO_ZK_TEXTKEY_AFVG CALL FUNCTION 'CO_ZK_TEXTKEY_AFVG' EXPORTING APLZL = AFVGD-APLZL AUFPL = AFVGD-AUFPL IMPORTING LTSCH = STXH-TDNAME.
CO_ZK_TEXTKEY_RESB CALL FUNCTION 'CO_ZK_TEXTKEY_RESB' EXPORTING RSNUM = RESBD-RSNUM RSPOS = RESBD-RSPOS RSART = RESBD-RSART IMPORTING LTSCH = STXH-TDNAME.
READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING LANGUAGE = SY-LANGU ID = TCA09-IDALT NAME = STXH-TDNAME OBJECT = TCA09-OBJALT TABLES LINES = T EXCEPTIONS ID = 01 LANGUAGE = 02 NAME = 03 NOT_FOUND = 04 OBJECT = 05 REFERENCE_CHECK = 06.
CO_TA_T399X_READ CALL FUNCTION 'CO_TA_T399X_READ' "note362431 EXPORTING auart = caufvd-auart werks = caufvd-werks IMPORTING STRUCT = t399x EXCEPTIONS NO_ENTRY = 1 OTHERS = 2.
CO_ZK_TEXTKEY_AFFH CALL FUNCTION 'CO_ZK_TEXTKEY_AFFH' EXPORTING MANDT = AFFHD-MANDT AUFPL = AFFHD-AUFPL PZLFH = AFFHD-PZLFH IMPORTING LTSCH = STXH-TDNAME.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.