OIK29 SAP (IS-OIL/TPI: Status of processed inbound IDoc OILSHI01) Table details

Dictionary Type: Table
Description: IS-OIL/TPI: Status of processed inbound IDoc OILSHI01




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




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

OIK29 is a standard SAP Table which is used to store IS-OIL/TPI: Status of processed inbound IDoc OILSHI01 data and is available within R/3 SAP systems depending on the version and release level.

The OIK29 table consists of various fields, each holding specific information or linking keys about IS-OIL/TPI: Status of processed inbound IDoc OILSHI01 data available in SAP. These include DOCNUM (IDoc number), SEGNAM (Name of SAP segment), EXT_DOCNR (Sales Document), EXT_SHNUM (Reference Document Number).. 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 OIK29 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
DOCNUMIDoc number EDI_DOCNUMNUMC16EDI_DOCNUMDCN
SEGNAMName of SAP segment EDI_SEGNAMCHAR30EDI_DICOBJ
EXT_DOCNRSales Document VBELN_VACHAR10Assigned to domainALPHAVBELNAUN
EXT_SHNUMReference Document Number XBLNR1CHAR16XBLNR1
EXT_POSNRSales Document Item POSNR_VANUMC6Assigned to domainPOSNRAPO
SEGNUMNumber of SAP segment IDOCDSGNUMNUMC6EDI_NUMBER
SHNUMTD shipment number OIG_SHNUMCHAR10Assigned to domainALPHAOIG_SHNUMOIS
KDAUFSales Document VBELN_VACHAR10Assigned to domainALPHAVBELNAUN
LIEFNSales Document VBELN_VACHAR10Assigned to domainALPHAVBELNAUN
POSNRSales Document Item POSNR_VANUMC6Assigned to domainPOSNRAPO
CD_STATUSSegment status OIK_ISPSTACHAR1OIK_ISPSTA
MSGIDMessage Class SYMSGIDCHAR20Assigned to domainARBGB
MSGTYMessage Type SYMSGTYCHAR1SYCHAR01
MSGNOMessage Number SYMSGNONUMC3SYMSGNO
MSGV1Message Variable SYMSGVCHAR50SYCHAR50
MSGV2Message Variable SYMSGVCHAR50SYCHAR50
MSGV3Message Variable SYMSGVCHAR50SYCHAR50
MSGV4Message Variable SYMSGVCHAR50SYCHAR50
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERZETEntry time ERZETTIMS6UZEIT

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIK29
INTO CORRESPONDING FIELDS OF WA_OIK29
WHERE...

How to access SAP table OIK29

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