OIK_IF SAP (TAS Master Data Information Fields) Structure details

Dictionary Type: Structure
Description: TAS Master Data Information Fields




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




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

OIK_IF is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "TAS Master Data Information Fields" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_OIK_IF TYPE OIK_IF.

The OIK_IF table consists of various fields, each holding specific information or linking keys about TAS Master Data Information Fields data available in SAP. These include LIDDEPOT (LID used at depot), LID3COD1 (3rd party code), LIDACTIND (LID activation indicator), LIDDELIND (LID deletion indicator).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP OIK_IF structure 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
LIDDESCLoad ID description OIK_LIDTXTCHAR36TEXT36
LIDDEPOTLID used at depot OIK_LIDDEPCHAR30CHAR30
LID3COD13rd party code OIK_3RDCODCHAR30TEXT30
LIDACTINDLID activation indicator OIK_ACTINDCHAR1OIK_ACTIND
LIDDELINDLID deletion indicator OIK_DELINDCHAR1OIK_DELIND
LIDBLKINDLID blocking indicator OIK_BLKINDCHAR1OIK_BLKIND
LIDACTREASLID activation reason code OIK_ACTRCDCHAR2Assigned to domainOIK_REACOD
LIDDELREASLID deletion reason code OIK_DELRCDCHAR2Assigned to domainOIK_REACOD
LIDBLKREASLID blocking reason code OIK_BLKRCDCHAR2Assigned to domainOIK_REACOD
LID3RDPRTY3rd-party delivery number OIK_3RDDELCHAR30CHAR30
MATNR3RDP3rd party material info OIK_MAT3RDCHAR40TEXT40
MATTXT3RDP3rd party material text OIK_MTXTRDCHAR64TEXT64
CUST3RDP3rd party customer info OIK_CST3RDCHAR40TEXT40
MATNRTASTAS material number OIK_MATTASCHAR40TEXT40
ADDITTASTAS additive number OIK_ADDTASCHAR40TEXT40
LIDTASLoad ID TAS OIK_LIDTASCHAR30TEXT30
BSTYPPurchasing Document Category EBSTYPCHAR1EBSTYP
MMDOCNRSAP MM document number for TAS OIK_MDOCNOCHAR10EKKOALPHAEBELN
MMDITMNRSAP MM document item for TAS OIK_MITMNONUMC5EKPOEBELP
TASGRP1TAS Group 1 OIK_TASGRPCHAR8TOIKTGRPOIK_TASGRP
TASGRP2TAS Group 2 OIK_TASGR2CHAR8TOIKTGRPOIK_TASGRP
FUNCGROUPLOAD ID function group OIK_LIDGRPCHAR6TOIKLIDGOIK_LIDGRP
SDOCARTSubsequent document type OIK_DOCARTCHAR4Assigned to domainAUARTAUART
TASCFLAGCheck flag for load ID OIK_CFLAGCHAR1OIK_CFLAG
KALSUProcedure for material determination KALSUCHAR6Assigned to domainKALSM

Key field Non-key field



How do I retrieve data from SAP structure OIK_IF using ABAP code?

As OIK_IF is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on OIK_IF as there is no data to select.

How to access SAP table OIK_IF

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