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

PPPIDRPV SAP ABAP Report - Print Process Instruction Characteristics







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


Text pool values


Title: Print Process Instruction Characteristics
Text Symbol: 021 = Ctrl rec.destinations:
Text Symbol: 020 = Char. value
Text Symbol: 019 = Char.
Text Symbol: 018 = PIC no.
Text Symbol: 017 = Description
Text Symbol: 016 = ProcInst.category
Text Symbol: 015 = PI no.
Text Symbol: 014 = Resource allocation:
Text Symbol: 013 = Phase:
Text Symbol: 012 = Resource :
Text Symbol: 011 = Operatn:
Text Symbol: 010 = Quantity :
Text Symbol: 009 = Mat. description:
Text Symbol: 008 = Material :
Text Symbol: 007 = Description :
Text Symbol: 006 = Time :
Text Symbol: 005 = Plant :
Text Symbol: 004 = Date :
Text Symbol: 003 = Process order :
Text Symbol: 002 = Page :
Text Symbol: 001 = Process order: operation details
Text Symbol: CHA = Batch :
Text Symbol: K18 = Explosion date for BOM and task list :
Text Symbol: K17 = Base unit of measure :
Text Symbol: K16 = Base quantity :
Text Symbol: K15 = Change number (BOM) :
Text Symbol: K14 = Valid from (BOM) :
Text Symbol: K13 = BOM status :
Text Symbol: K12 = Alternative BOM :
Text Symbol: K11 = BOM usage :
Text Symbol: K10 = Bill of material :
Text Symbol: K09 = Task list unit of measure :
Text Symbol: K08 = Charge qty from - to :
Text Symbol: K07 = Planner group :
Text Symbol: K06 = Change number :
Text Symbol: K05 = Valid from :
Text Symbol: K04 = Task list type :





Text Symbol: K03 = Recipe number :
Text Symbol: K02 = Recipe group :
Text Symbol: K01 = Order header data
Text Symbol: DUP = Duplicate


INCLUDES used within this REPORT PPPIDRPV

INCLUDE PPCOINCL.
INCLUDE CODRGT10.


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:

GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' EXPORTING NO_DIALOG = 'X' LINE_SIZE = 79 LINE_COUNT = 65 SAP_COVER_PAGE = DECKBLATT DESTINATION = PRLST_TMP-DESTI EXPIRATION = PRLST_TMP-DKEEP IMMEDIATELY = PRLST_TMP-PRIMM RELEASE = DELJOB MODE = PRTMODE COPIES = PRLST_TMP-COPYS USER = PRLST_TMP-PUSER IMPORTING OUT_PARAMETERS = PARAMS.

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

CR_WORKSTATION_READ CALL FUNCTION 'CR_WORKSTATION_READ' EXPORTING ID = AFVGD_TAB-ARBID IMPORTING ARBPL = AFVGD_TAB-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 = CAUFVD-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 PPPIDRPV or its description.