SAP Reports / Programs | Production Planning and Control | Production Planning for Process Industries | Process Order(PP-PI-POR) SAP PP

PPPIBTDR SAP ABAP Report - Print Process Order







PPPIBTDR 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 PPPIBTDR into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

COPD - Print Process Order


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


Text pool values


Selection Text: WERKS = Plant
Selection Text: FEVOR = Production Supervisor
Selection Text: ERNAM = Person Responsible
Selection Text: DISPO = MRP Controller
Selection Text: AUFNR = Process Order
Selection Text: AUART = Order Type
Title: Print Process Order
Text Symbol: SEL = Selection Criteria
Text Symbol: 030 = Processor
Text Symbol: 029 = OType
Text Symbol: 028 = MRP Cont.
Text Symbol: 027 = ProdS
Text Symbol: 026 = Plnt
Text Symbol: 025 = Date:
Text Symbol: 024 = Process Order Overview
Text Symbol: 023 = Char. Value
Text Symbol: 022 = Characteristic
Text Symbol: 021 = PIC No.
Text Symbol: 020 = Description
Text Symbol: 019 = ProcInst.Category
Text Symbol: 018 = PI No.
Text Symbol: 017 = Resource Assignment:
Text Symbol: 016 = Phase:
Text Symbol: 015 = Resource :
Text Symbol: 014 = Operatn:
Text Symbol: 013 = Bill of Material:
Text Symbol: 012 = Mat. Description:
Text Symbol: 011 = Material :
Text Symbol: 010 = Description :
Text Symbol: 009 = Time :
Text Symbol: 008 = Process Order :
Text Symbol: 007 = Date :
Text Symbol: 006 = Plant :
Text Symbol: 005 = Page :
Text Symbol: 004 = Process Order: Operation Details
Text Symbol: 003 = Process Order: Operation Overview
Text Symbol: 002 = Description
Text Symbol: 001 = Process Order





INCLUDES used within this REPORT PPPIBTDR

No INCLUDES are used within this REPORT code!


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:

CR_WORKSTATION_READ CALL FUNCTION 'CR_WORKSTATION_READ' EXPORTING ID = DAFVC-ARBID IMPORTING ARBPL = ARBPL.

CR_WORKSTATION_READ CALL FUNCTION 'CR_WORKSTATION_READ' EXPORTING ID = AFVC-ARBID IMPORTING ARBPL = ARBPL.

CR_WORKSTATION_READ CALL FUNCTION 'CR_WORKSTATION_READ' EXPORTING ID = DAFVC-ARBID IMPORTING ARBPL = ARBPL.

CR_WORKSTATION_READ CALL FUNCTION 'CR_WORKSTATION_READ' EXPORTING ID = AFVC-ARBID IMPORTING ARBPL = ARBPL.

COC1_FEATURE_CHECK CALL FUNCTION 'COC1_FEATURE_CHECK' EXPORTING FEATURE_ID = DAFFV-ATINN LANGUAGE = SY-LANGU IMPORTING FEATURE_NAME = ATBEZ FEATURE_NEUTRAL_NAME = ATNAM VALUE_ASSIGNMENT_WITH_LONGTEXT = LTEXT FUNCTION_FOR_AUTO_VALUATION = ATFKT EXCEPTIONS INVALID_CLASS_TYPE = 01 MISSING_FEATURE_INFORMATION = 02 NO_FEATURE_FOUND = 03 NO_FEATURE_VALID = 04 NO_LANGUAGE = 05.

CO_ZK_TEXTKEY_AFFV CALL FUNCTION 'CO_ZK_TEXTKEY_AFFV' EXPORTING AFVZL = DAFFV-AFVZL AUFNR = DCAUFV-AUFNR IMPORTING ID = LOC_ID NAME = LOC_NAME OBJECT = LOC_OBJECT.

READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING CLIENT = SY-MANDT ID = LOC_ID LANGUAGE = DAFFV-TXTSP NAME = LOC_NAME OBJECT = LOC_OBJECT IMPORTING HEADER = TEXTH TABLES LINES = TEXTL EXCEPTIONS NOT_FOUND = 01.



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