OIA08 SAP (LIA Document: Item Data) Table details

Dictionary Type: Table
Description: LIA Document: Item Data




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




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

OIA08 is a standard SAP Table which is used to store LIA Document: Item Data data and is available within R/3 SAP systems depending on the version and release level.

The OIA08 table consists of various fields, each holding specific information or linking keys about LIA Document: Item Data data available in SAP. These include UPENUM (Document number for logical inventory adjustment), MJAHR (Material Document Year), SEGNUM (Document item no. for logical inventory adjustment), ITEM_TYPE (LIA item type).. 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 or numeric)


SAP OIA08 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 MANDTCLNT3T000MANDT
UPENUMDocument number for logical inventory adjustment OIA_UPENUMCHAR10OIA08HALPHAOIA_UPENUMUPE
MJAHRMaterial Document Year MJAHRNUMC4GJAHRGJAHRMJA
SEGNUMDocument item no. for logical inventory adjustment OIA_SEGNUMNUMC5OIA_SEGNUM
ITEM_TYPELIA item type OIA_UPEITMCHAR1OIA_UPEITM
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
EXGTYPExchange type OIA_EXGTYPCHAR4TOIA2OIA_EXGTYPOI3
EXGNUMExchange agreement number OIA_EXGNUMCHAR10Assigned to domainALPHAOIA_EXGNUMOI1OIAE
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
MEINSLIA transaction unit of measure OIA_TMEINSUNIT3T006CUNITMEINS
MENGEQuantity in transaction UOM OIA_MENGEQUAN13(3) OIA_MENGE
SKMEINSStockkeeping unit of measure OIA_SKMNSUNIT3T006CUNITMEINS
SKMENGEQuantity in stockkeeping UoM OIA_SKMNGQUAN13(3) MENGE
BLDATDocument Date in Document BLDATDATS8DATUM
BUDATPosting Date in the Document BUDATDATS8DATUM
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
PYMTPayment amount for LIA OIA_PYMTCURR13(2) OIA_PYMT
ZTERMTerms of Payment Key DZTERMCHAR4ZTERM
ZLSPRBlock Key for Payment DZAHLSCHAR1T008ZAHLS
CVINDCustomer / vendor posting indicator OIA_CVINDCHAR1ALPHAOIA_CVINDOI2
VKORGSales Organization VKORGCHAR4TVKOVKORGVKOC_VKORG
EKORGPurchasing Organization EKORGCHAR4T024EEKORGEKO
TAXCDTax on sales/purchases code MWSKZCHAR2T007AMWSKZ
SGTXTItem Text SGTXTCHAR50TEXT50
NEGADJNegative adjustment indicator for LIA OIA_NEGADJCHAR1OIA_NEGADJ
SUBPRODSub-product number OIA_SUBPRDCHAR18MARAMATN1MATNR
OICYCLEInvoice cycle OIA_INVCYCNUMC1TOIA10OIA_INVCYC
OID_EXTBOLExternal bill of lading OID_EXTBOLCHAR16OID_EXTBOL
LIA_DMBTRLIA quantity adjustment value in local currency OIA_LIA_DMBTRCURR13(2) WERT7
MATPSTPosting rules for material OIA_MATPSTCHAR1OIA_MATPST
KTOSLFee accounting process key OIA_KTOSLCHAR3TOIAHOIA_KTOSL

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIA08
INTO CORRESPONDING FIELDS OF WA_OIA08
WHERE...

How to access SAP table OIA08

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