SAP Reports / Programs

PPPIA000 SAP ABAP Report - Order Info System: Initial Report







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

COIO - Order Info System for PP-PI


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 PPPIA000. "Basic submit
SUBMIT PPPIA000 AND RETURN. "Return to original report after report execution complete
SUBMIT PPPIA000 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: S_MATNR = Material
Selection Text: S_OWERK = D Plant
Selection Text: S_PLNUM = Planned order
Selection Text: S_RECKEN = Basic finish date
Selection Text: S_RECKST = Basic start date
Selection Text: S_RISTEN = Actual finish date
Selection Text: S_RISTFR = Actual release date
Selection Text: S_RISTST = Actual start date
Selection Text: S_RTEREN = Scheduled finish date
Selection Text: S_RTERFR = Scheduled release date
Selection Text: S_RTERST = Scheduled start date
Selection Text: S_SEQNR = D Sequence number
Selection Text: S_TEREN = Scheduled finish date
Selection Text: S_TERFR = Scheduled release date
Selection Text: S_TERST = Scheduled start date
Selection Text: S_WERKS = Plant
Selection Text: S_ARBPL = Resource
Selection Text: S_AUART = Order type
Selection Text: S_AUFNR = Process order
Selection Text: S_COMPO = Component
Selection Text: S_CWERK = D Plant
Selection Text: S_DISPO = MRP controller
Selection Text: S_ECKEN = Basic finish date
Selection Text: S_ECKST = Basic start date
Selection Text: S_FEVOR = Production scheduler
Selection Text: S_ISTEN = Actual finish date
Selection Text: S_ISTFR = Actual release date
Selection Text: S_ISTST = Actual start date
Selection Text: S_KDAUF = Sales order
Selection Text: S_KDPOS = Sales order item
Selection Text: S_KUNNR = D Ordering party
Selection Text: S_LGORT = D Storage location
Selection Text: P_PROFID = Profile
Selection Text: P_SELCMP = D Selection profile
Selection Text: P_SELID = Selection profile status
Selection Text: P_SELOPR = D Selection profile
Selection Text: P_SYCP1 = D Status
Selection Text: P_SYCP2 = D Status





Selection Text: P_SYOP1 = D Status
Selection Text: P_SYOP2 = D Status
Selection Text: P_SYST1 = System status
Selection Text: P_SYST2 = D Status
Selection Text: SO_AUFNR = Run schedule header
Selection Text: SO_M01_F = Production line
Selection Text: SO_M01_P = Planning ID 1
Selection Text: SO_M02_P = Planning ID 2
Selection Text: SO_VERID = Production version
Selection Text: S_APRIO = D Priority
Selection Text: P_PRFTXT = Profile text
Selection Text: P_MSTUF = Display compl.collective order
Selection Text: P_LOEKZ = With deletion flag/indicator
Selection Text: P_KZ_E2 = D Excl
Selection Text: P_KZ_E1 = D Excl
Selection Text: P_EXOP2 = D Excl
Selection Text: P_EXOP1 = D Excl
Selection Text: P_EXCP2 = D Excl
Selection Text: P_EXCP1 = D Excl
Selection Text: PA_UMONL = Only convertible planned ords
Selection Text: PA_PEONL = Only orders relevant to prod.
Selection Text: PA_NMONT = No assembly orders
Selection Text: PA_KAPFX = Only cap. planned orders
Title: Order Info System: Initial Report
Text Symbol: SR3 = Sec. resource
Text Symbol: SR2 = Sec.res.
Text Symbol: SR1 = SecRes
Text Symbol: SL6 = Relative dates at header level
Text Symbol: SL5 = Absolute dates at header level
Text Symbol: SL4 = Options
Text Symbol: SL3 = Selection at component level
Text Symbol: SL2 = Select. at operation level
Text Symbol: SL1 = Select. at header level
Text Symbol: RT1 = Selection criteria in order information system
Text Symbol: RS2 = Resource
Text Symbol: RS1 = Res.
Text Symbol: REW = Display complete rework
Text Symbol: PRF = Overall prof
Text Symbol: CON = Char.value assignmt order ***





Text Symbol: PAU = Read planned ords
Text Symbol: SYS = Sys. status
Text Symbol: ETI = Exit Info System
Text Symbol: EXC = Excl.
Text Symbol: FA1 = Fields
Text Symbol: FA2 = Selected field
Text Symbol: FA3 = Fld
Text Symbol: FAH = Indiv. cap.reqmts. sec.res.
Text Symbol: FAU = Read proc. orders
Text Symbol: FBH = Aut. goods move. w/errors sub-op
Text Symbol: FCH = Confirmat. indiv.cap. phases
Text Symbol: FDH = Autom. goods movemnt sec. res.
Text Symbol: GAH = Confirmat. indiv. cap. sec. res.
Text Symbol: GUI = Object overview struc.
Text Symbol: JW1 = Run schedule headers
Text Symbol: LKZ = With deletion flag/indicator
Text Symbol: PAK = Read components planned orders
Text Symbol: MST = Display compl.collective order
Text Symbol: TYP = Process/plnd order
Text Symbol: T01 = Selection
Text Symbol: DAH = Capacity reqmts
Text Symbol: DBH = Sec. resources
Text Symbol: DCH = Trigger points
Text Symbol: DEH = Materials
Text Symbol: DFH = Prod. resources/tools
Text Symbol: DGH = Confirmations phase
Text Symbol: DHH = PReqs operation/phase
Text Symbol: DIH = POs operation/phase
Text Symbol: EAH = Indiv. cap. reqmts op./ph.
Text Symbol: EBH = Cap. reqmts sec. res.
Text Symbol: ECH = Confirmations sec. resource
Text Symbol: EDH = Aut. goods move. w/errors phases
Text Symbol: EEH = Autom. goods movemnts phases
Text Symbol: EFH = PReqs. sec. resource
Text Symbol: EGH = POs sec. resource
Text Symbol: ETE = Do you want to exit?
Text Symbol: AAH = Orders
Text Symbol: AND = and
Text Symbol: AUK = Order headers



Text Symbol: BAH = Items
Text Symbol: BBH = Seqs.
Text Symbol: BCH = Confirmations
Text Symbol: BDH = Documented goods movements
Text Symbol: BL1 = Profl.
Text Symbol: BL2 = Assignmnt
Text Symbol: BL5 = Absolute dates
Text Symbol: BL6 = Relative dates
Text Symbol: BL7 = Status
Text Symbol: CAH = Operat./phases
Text Symbol: CBH = Autom. goods movements w/errors
Text Symbol: CCH = Automatic goods movements


INCLUDES used within this REPORT PPPIA000

INCLUDE PPIOAF02.
INCLUDE PPIOAF03.
INCLUDE PPIOAF04.
INCLUDE PPIOAO01.
INCLUDE PPIOAI11.
INCLUDE PPIOAI12.
INCLUDE PPIOAF05.
INCLUDE PPIOAF06.
INCLUDE PPIOAF07.
INCLUDE PPIOAF08.
INCLUDE PPIOAF09.
INCLUDE PPIOAF10.
INCLUDE PPIOAF11.
INCLUDE PPIOAI13.
INCLUDE PPIOAF12.


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