OIRC_PROC_LOG SAP (SSR Fuels - Process log) Table details

Dictionary Type: Table
Description: SSR Fuels - Process log




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




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

OIRC_PROC_LOG is a standard SAP Table which is used to store SSR Fuels - Process log data and is available within R/3 SAP systems depending on the version and release level.

The OIRC_PROC_LOG table consists of various fields, each holding specific information or linking keys about SSR Fuels - Process log data available in SAP. These include PROCDEF (Process ID), PROC_INV_DATE (SSR Fuels - Process invert date), PROC_DATE (Process execution date), OBJ_CORRECT (SSR Fuels - Locations processed without errors).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP OIRC_PROC_LOG 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
PROCDEFProcess ID OIRA_PROCCHAR4Assigned to domainOIRA_PROC
PROC_INV_DATESSR Fuels - Process invert date OIRC_INVDATCHAR8CHAR08
PROC_DATEProcess execution date OIRA_PCDATEDATS8DATE
OBJ_CORRECTSSR Fuels - Locations processed without errors OIRC_OBJ_CNUMC7NUMC07
OBJ_PARTIALSSR Fuels - Locations partially processed OIRC_OBJ_PNUMC7NUMC07
OBJ_ERRORSSR Fuels - Locations processed with errors OIRC_OBJ_ENUMC7NUMC07
OBJ_NOT_FOUNDSSR Fuels - Locations not processed OIRC_OBJ_NNUMC7NUMC07
OBJ_NOT_SELSSR Fuels - Locations processed and not selected OIRC_OBJ_SNUMC7NUMC07

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIRC_PROC_LOG
INTO CORRESPONDING FIELDS OF WA_OIRC_PROC_LOG
WHERE...

How to access SAP table OIRC_PROC_LOG

Within an ECC or HANA version of SAP you can also view further information about OIRC_PROC_LOG 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!