SAP Reports / Programs | Production Planning and Control | Production Orders(PP-SFC) SAP PP

PSFCOBJL_PDF SAP ABAP Report - PSFCOBJLPDF







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


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


Text pool values


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


INCLUDES used within this REPORT PSFCOBJL_PDF

INCLUDE PPCOINCL.
INCLUDE PPCOINCL_PDF.
INCLUDE CODRGT10.
INCLUDE LCODRINC.


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:

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.



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