SAP Reports / Programs

SAPDBIOC SAP ABAP Report - Order Information System







SAPDBIOC is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The logical database IOC helps with the selection of production and process orders, and the selection of objects that belong to these orders (sequences, operations, components, confirmations, goods movements, ...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter SAPDBIOC 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 SAPDBIOC. "Basic submit
SUBMIT SAPDBIOC AND RETURN. "Return to original report after report execution complete
SUBMIT SAPDBIOC 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_AUTYP = D .
Selection Text: P_EXCL1 = D .
Selection Text: P_EXCL2 = D .
Selection Text: P_EXCP1 = D .
Selection Text: P_EXCP2 = D .
Selection Text: P_EXOP1 = D .
Selection Text: P_EXOP2 = D .
Selection Text: P_MAXNUM = D .
Selection Text: P_SELCMP = D .
Selection Text: P_SELOPR = D .
Selection Text: P_SYCP1 = D .
Selection Text: P_SYCP2 = D .
Selection Text: P_SYOP1 = D .
Selection Text: P_SYOP2 = D .
Selection Text: P_SYST1 = D .
Selection Text: P_SYST2 = D .
Selection Text: P_XFEHL = D .
Selection Text: S_APRIO = D .
Selection Text: S_ARBPL = D .
Selection Text: S_AUART = D .
Selection Text: S_AUFNR = D .
Selection Text: S_BDTER = D .
Selection Text: S_CWERK = D .
Selection Text: S_DISPO = D .
Selection Text: S_ECKST = D .
Selection Text: S_FEVOR = D .
Selection Text: S_ISTEN = D .
Selection Text: S_ISTFR = D .
Selection Text: S_ISTST = D .
Selection Text: S_KDAUF = D .
Selection Text: S_KDPOS = D .
Selection Text: S_KUNNR = D .
Selection Text: S_LGORT = D .
Selection Text: S_OWERK = D .
Selection Text: S_PROJN = D .
Selection Text: S_PWERK = D .
Selection Text: S_SEQNR = D .
Selection Text: S_TEREN = D .





Selection Text: S_TERFR = D .
Selection Text: S_TERST = D .
Selection Text: S_WERKS = Production Plant
Selection Text: S_MATNR = Material
Selection Text: S_ECKEN = End Date
Selection Text: S_COMPO = Component
Selection Text: P_SELID = Status Selection Profile
Selection Text: P_REWORK = Display Complete Rework
Selection Text: P_MSTUF = Displ. Compl. Collective Order
Selection Text: P_LOEKZ = With Deletion Flag/Indicator
Title: Order Information System
Text Symbol: 504 = Read Incorrect Goods Movements Process Order
Text Symbol: 503 = Read Goods Movements Process Order
Text Symbol: 502 = Read Confirmation Process Order
Text Symbol: 025 = Read Purchase Orders Production Order
Text Symbol: 024 = Read Purchase Requisitions Production Order
Text Symbol: 023 = Read Documented Goods Movements Production Order
Text Symbol: 019 = Read PRTs Production Order
Text Symbol: 018 = Read Components Production Order
Text Symbol: 017 = Read Trigger Points Production Order
Text Symbol: 008 = Read Capacities Production Order
Text Symbol: 007 = Read Operations Production Order
Text Symbol: 006 = Read Sequences Production Order
Text Symbol: 004 = Read Goods Movements with Errors Production Order
Text Symbol: 003 = Read Goods Movements Production Order
Text Symbol: 002 = Read Confirmations - Production Order
Text Symbol: 507 = Read Operations/Phases/Sec. Resources Process Order
Text Symbol: 508 = Read Capacities Process Order
Text Symbol: 518 = Read Materials Process Order
Text Symbol: 523 = Read Documented Goods Movements Process Order
Text Symbol: 524 = Read Purchase Requisitions Process Order
Text Symbol: 525 = Read Purch. Orders Process Order
Text Symbol: AND = and
Text Symbol: B01 = Selection at Header Level
Text Symbol: B02 = Selection at Operation Level
Text Symbol: B03 = Selection at Component Level
Text Symbol: B04 = Options
Text Symbol: B05 = Absolute Dates at Header Level
Text Symbol: B06 = Relative Dates at Header Level





Text Symbol: EXC = Excl.
Text Symbol: PRV = Production Version
Text Symbol: SYS = System Status


INCLUDES used within this REPORT SAPDBIOC

INCLUDE DBIOCTOP.
INCLUDE DBIOCF01.
INCLUDE DBIOCF02.
INCLUDE DBIOCF03.
INCLUDE PPIO_ENTRY_SYSSTATE_CHECK.
INCLUDE PPIO_ENTRY_SYS_STATE_UPDATE.
INCLUDE PPIO_ENTRY_SYSSTATES_UPDATE.


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