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

PPPIARLI SAP ABAP Report - Order Record: Display from Content Server







PPPIARLI 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 PPPIARLI 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

COAL - Read Order Record from Archive


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 PPPIARLI. "Basic submit
SUBMIT PPPIARLI AND RETURN. "Return to original report after report execution complete
SUBMIT PPPIARLI 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: P_USER = User-defined list
Selection Text: P_SHEET = PI sheet list
Selection Text: P_PRLOS = Inspection lot list
Selection Text: P_MESG = Process message list
Selection Text: P_MATNR = Material list
Selection Text: P_LISTE = All lists
Selection Text: P_AUFNR = Process order list
Selection Text: DATUM = From archiving date
Selection Text: BENUTZER = Created by
Selection Text: AUFTRAG = Process order
Title: Order Record: Display from Content Server
Text Symbol: USE = User-defined lists
Text Symbol: SHE = PI sheet lists
Text Symbol: PRL = Inspection lot lists
Text Symbol: MES = Process message lists
Text Symbol: MAT = Material lists
Text Symbol: LIS = List
Text Symbol: AUF = Process order lists
Text Symbol: ALL = All lists
Text Symbol: 009 = Material lists
Text Symbol: 008 = List
Text Symbol: 007 = User-defined lists
Text Symbol: 006 = Lists for inspection lots
Text Symbol: 005 = Lists for messages
Text Symbol: 004 = Lists for PI sheets
Text Symbol: 003 = Lists for process orders
Text Symbol: 002 = List selection
Text Symbol: 001 = Selection criteria


INCLUDES used within this REPORT PPPIARLI

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:

No SAP FUNCTION MODULES are executed within this report code!



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