OIRAPROCDEF SAP (Process Definition (IS-OIL SSR)) Table details

Dictionary Type: Table
Description: Process Definition (IS-OIL SSR)




ABAP Code to SELECT data from OIRAPROCDEF
Related tables to OIRAPROCDEF
Access table OIRAPROCDEF




Table field list including key, data, relationships and ABAP select examples

OIRAPROCDEF is a standard SAP Table which is used to store Process Definition (IS-OIL SSR) data and is available within R/3 SAP systems depending on the version and release level.

The OIRAPROCDEF table consists of various fields, each holding specific information or linking keys about Process Definition (IS-OIL SSR) data available in SAP. These include PROCROUT (Process execution), UPDROUT (Process status update), GRP_CHKROUT (Process prerequisite group check), DATEROUT (Processing object check).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table = OIRAPROCDEFT


SAP OIRAPROCDEF table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
PROCDEFProcess ID OIRA_PROCCHAR4OIRA_PROC
PROCROUTProcess execution OIRA_PE_BADICHAR20OIRA_PE_VALOIRA_PE_BADI
UPDROUTProcess status update OIRA_PU_BADICHAR20OIRA_PU_VALOIRA_PU_BADI
GRP_CHKROUTProcess prerequisite group check OIRA_PGC_BADICHAR20OIRA_PGC_VALOIRA_PGC_BADI
DATEROUTProcessing object check OIRA_PD_BADICHAR20OIRA_PD_VALOIRA_PD_BADI
RETEN_TIMERetention time for application log messages OIRA_RET_TIMENUMC3OIRA_RET_TIME
DEL_BEFOREApplication Log: Keep log until expiry DEL_BEFORECHAR1BALDELBEF
USEREXITPApplication Log: Callback: Program name BALUEPCHAR40PROGNAME
USEREXITFApplication Log: Callback: Routine name BALUEFCHAR30CHAR30
OBJECT_TYPESSR object type OIRA_OBJECT_TYPECHAR4OIRAPROC_OBJ_IDOIRA_OBJECT_TYPE
PARA_PROC_ALLOWIndicator for parallel processing OIRA_PROC_ALLOWCHAR1CHECKBOX
PRINTPROCPrint update procedure OIRA_PRNPROCCHAR4OIRA_PRINTPROCOIRA_PRNPROC
AFTER_ROUTProcess after processing routine OIRA_AP_BADICHAR20OIRA_AP_VALOIRA_AP_BADI

Key field Non-key field



How do I retrieve data from SAP table OIRAPROCDEF using ABAP code

The following ABAP code Example will allow you to do a basic selection on OIRAPROCDEF to SELECT all data from the table
DATA: WA_OIRAPROCDEF TYPE OIRAPROCDEF.

SELECT SINGLE *
FROM OIRAPROCDEF
INTO CORRESPONDING FIELDS OF WA_OIRAPROCDEF
WHERE...

How to access SAP table OIRAPROCDEF

Within an ECC or HANA version of SAP you can also view further information about OIRAPROCDEF and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!