OIK02B SAP (IS-OIL/TAS: Status of processed functions - messages) Table details

Dictionary Type: Table
Description: IS-OIL/TAS: Status of processed functions - messages




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




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

OIK02B is a standard SAP Table which is used to store IS-OIL/TAS: Status of processed functions - messages data and is available within R/3 SAP systems depending on the version and release level.

The OIK02B table consists of various fields, each holding specific information or linking keys about IS-OIL/TAS: Status of processed functions - messages data available in SAP. These include DOCNUM (IDoc number), INTNO (OIK-OIL/TAS: Interims number), SEQNR (OIK-OIL/TAS: Sequence number within the same key), FGROUP (LOAD ID function group).. 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 OIK02B 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
INTNOOIK-OIL/TAS: Interims number OIK_INTNRNUMC4NUM4
SEQNROIK-OIL/TAS: Sequence number within the same key OIK_SEQNRNUMC4NUM4
FGROUPLOAD ID function group OIK_LIDGRPCHAR6Assigned to domainOIK_LIDGRP
LIDFUNCTAS Function number OIK_LIDFUNCHAR2Assigned to domainOIK_LIDFUN
FUSTATStatus of processed functions OIK_FUSTATCHAR1OIK_FUSTAT
LIDFUNCNAMName of the function OIK_LIDFCNCHAR80CHAR80
USERFUNCUser function flag OIK_USRFNCCHAR1CHAR1_X
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
KDAUFSales Order Number KDAUFCHAR10Assigned to domainALPHAVBELNAUN
LIEFNDelivery VBELN_VLCHAR10Assigned to domainALPHAVBELNVL
SHNUMTD shipment number OIG_SHNUMCHAR10Assigned to domainALPHAOIG_SHNUMOIS
DISCH_INDITD shipment item discharge indicator OIG_DCINDCHAR1OIG_DCIND
LOAD_INDITD shipment item load indicator OIG_LDINDCHAR1OIG_LDIND
RSNUMNumber of Reservation/Dependent Requirement RSNUMNUMC10Assigned to domainRSNUMRES
MBLNRNumber of Material Document MBLNRCHAR10ALPHABELNRMBN
MJAHRMaterial Document Year MJAHRNUMC4GJAHRGJAHRMJA
EBELNPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
IBLNRPhysical Inventory Document IBLNRCHAR10ALPHABELNRIBN
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIK02B
INTO CORRESPONDING FIELDS OF WA_OIK02B
WHERE...

How to access SAP table OIK02B

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