SAP Table OIRAPROCDEF

Process Definition (IS-OIL SSR)

OIRAPROCDEF (Process Definition (IS-OIL SSR)) is a standard table in SAP R\3 ERP systems. Below you can find the technical details of the fields that make up this table. Key fields are marked in blue.

Additionally we provide an overview of foreign key relationships, if any, that link OIRAPROCDEF to other SAP tables.

OIRAPROCDEF table fields

Field Data element Checktable Datatype Length Decimals
PROCDEF Process ID OIRA_PROC CHAR 4 0
PROCROUT Process execution OIRA_PE_BADI OIRA_PE_VAL CHAR 20 0
UPDROUT Process status update OIRA_PU_BADI OIRA_PU_VAL CHAR 20 0
GRP_CHKROUT Process prerequisite group check OIRA_PGC_BADI OIRA_PGC_VAL CHAR 20 0
DATEROUT Processing object check OIRA_PD_BADI OIRA_PD_VAL CHAR 20 0
RETEN_TIME Retention time for application log messages OIRA_RET_TIME NUMC 3 0
DEL_BEFORE Application Log: Keep log until expiry DEL_BEFORE CHAR 1 0
NULL Log can be deleted before expiry date
X Log cannot be deleted before expiry date
USEREXITP Application Log: Callback: Program name BALUEP CHAR 40 0
USEREXITF Application Log: Callback: Routine name BALUEF CHAR 30 0
OBJECT_TYPE SSR object type OIRA_OBJECT_TYPE OIRAPROC_OBJ_ID CHAR 4 0
PARA_PROC_ALLOW Indicator for parallel processing OIRA_PROC_ALLOW CHAR 1 0
X Selection
NULL Deselection
PRINTPROC Print update procedure OIRA_PRNPROC OIRA_PRINTPROC CHAR 4 0
AFTER_ROUT Process after processing routine OIRA_AP_BADI OIRA_AP_VAL CHAR 20 0

OIRAPROCDEF foreign key relationships

Table Field Foreign key table Foreign key field Check table Check field
OIRAPROCDEF AFTER_ROUT OIRAPROCDEF AFTER_ROUT OIRA_AP_VAL Process after process Routines AP_ROUTINE
OIRAPROCDEF DATEROUT OIRAPROCDEF DATEROUT OIRA_PD_VAL Process Date Check Routines PD_ROUTINE
OIRAPROCDEF GRP_CHKROUT OIRAPROCDEF GRP_CHKROUT OIRA_PGC_VAL Process Prerequisite Group Check Routines PGC_ROUTINE
OIRAPROCDEF OBJECT_TYPE OIRAPROCDEF OBJECT_TYPE OIRAPROC_OBJ_ID Processing object type OBJECT_TYPE
OIRAPROCDEF PRINTPROC OIRAPROCDEF PRINTPROC OIRA_PRINTPROC Procedure for updating the print group index table PRINTPROC
OIRAPROCDEF PROCROUT OIRAPROCDEF PROCROUT OIRA_PE_VAL Process Execution Routines PE_ROUTINE
OIRAPROCDEF UPDROUT OIRAPROCDEF UPDROUT OIRA_PU_VAL Process Status Update Routines PU_ROUTINE