OIB08 SAP (Log for HIM Quantities out of sync with SKU) Table details

Dictionary Type: Table
Description: Log for HIM Quantities out of sync with SKU




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




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

OIB08 is a standard SAP Table which is used to store Log for HIM Quantities out of sync with SKU data and is available within R/3 SAP systems depending on the version and release level.

The OIB08 table consists of various fields, each holding specific information or linking keys about Log for HIM Quantities out of sync with SKU data available in SAP. These include TABNAM (Table name field for HPM check reports), MATNR (Material Number), WERKS (Plant), LGORT (Storage Location).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP OIB08 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
TABNAMTable name field for HPM check reports OIB_C10CHAR4OIB_C10
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
SOBKZSpecial Stock Indicator SOBKZCHAR1Assigned to domainSOBKZ
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
VBELNSales and Distribution Document Number VBELNCHAR10Assigned to domainALPHAVBELNAUN
POSNRItem number of the SD document POSNRNUMC6Assigned to domainPOSNR
PSPNRWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8Assigned to domainKONPRPS_POSNR
UOMGRUnit of Mearsure Group (Oil, Natural Gas,...) OIB_UOMGRCHAR3Assigned to domainOIB_UOMGR
BNAMEUser Name in User Master Record XUBNAMECHAR12Assigned to domainXUBNAMEXUS
UMRSLConversion Group (Oil, Natural Gas,..) OIB_UMRSLCHAR4Assigned to domainOIB_UMRSL
CMETHQuantity Conversion Method OIB_CMETHCHAR1OIB_CMETH
ABFACAir Bouyancy Factor OIB_ABFACDEC3(1) OIB_ABFAC
COEFFQuantity Conversion Coefficient OIB_COEFFFLTP16(16) OIB_COEFF
FDICHFixed Density OIB_FDICHFLTP16(16) OIB_DICHT
STATUSMARDHPM calculation status OIB_CSTATDEC1OIB_CSTAT
LFGJAMARDFiscal Year of Current Period LFGJANUMC4GJAHRGJAHR
LFMONMARDCurrent period (posting period) LFMONNUMC2MONAT
STATUSMCHBHPM calculation status OIB_CSTATDEC1OIB_CSTAT
LFGJAMCHBFiscal Year of Current Period LFGJANUMC4GJAHRGJAHR
LFMONMCHBCurrent period (posting period) LFMONNUMC2MONAT
STATUSMSKUHPM calculation status OIB_CSTATDEC1OIB_CSTAT
LFGJAMSKUFiscal Year of Current Period LFGJANUMC4GJAHRGJAHR
LFMONMSKUCurrent period (posting period) LFMONNUMC2MONAT
STATUSMSKAHPM calculation status OIB_CSTATDEC1OIB_CSTAT
LFGJAMSKAFiscal Year of Current Period LFGJANUMC4GJAHRGJAHR
LFMONMSKACurrent period (posting period) LFMONNUMC2MONAT
STATUSMSLBHPM calculation status OIB_CSTATDEC1OIB_CSTAT
LFGJAMSLBFiscal Year of Current Period LFGJANUMC4GJAHRGJAHR
LFMONMSLBCurrent period (posting period) LFMONNUMC2MONAT
STATUSMSPRHPM calculation status OIB_CSTATDEC1OIB_CSTAT
LFGJAMSPRFiscal Year of Current Period LFGJANUMC4GJAHRGJAHR
LFMONMSPRCurrent period (posting period) LFMONNUMC2MONAT
STATUSMKOLHPM calculation status OIB_CSTATDEC1OIB_CSTAT
LFGJAMKOLFiscal Year of Current Period LFGJANUMC4GJAHRGJAHR
LFMONMKOLCurrent period (posting period) LFMONNUMC2MONAT

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIB08
INTO CORRESPONDING FIELDS OF WA_OIB08
WHERE...

How to access SAP table OIB08

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