OIA12ICOND SAP (Conditions of OIA12I items) Table details

Dictionary Type: Table
Description: Conditions of OIA12I items




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




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

OIA12ICOND is a standard SAP Table which is used to store Conditions of OIA12I items data and is available within R/3 SAP systems depending on the version and release level.

The OIA12ICOND table consists of various fields, each holding specific information or linking keys about Conditions of OIA12I items data available in SAP. These include BUKRS (Company Code), NETNUM (Exchange - netting document number), ITMNO (Exchange - netting document item number), ZAEHK (Condition counter).. 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 OIA12ICOND 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
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
NETNUMExchange - netting document number OIA_NETNUMCHAR10OIA_NETNUMOIM
ITMNOExchange - netting document item number OIA_ITNONUMC5OIA_ITNO
ZAEHKCondition counter DZAEHKNUMC2ZAEHK
KSCHLCondition type KSCHACHAR4Assigned to domainKSCHLVKS
KRECHCalculation type for condition KRECHCHAR1KRECH
KBETRRate (condition amount or percentage) KBETRCURR11(2) WERTV6
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
KPEINCondition pricing unit KPEINDEC5KPEIN
KMEINCondition unit KMEINUNIT3Assigned to domainCUNITMEINS
KWERTCondition value KWERTCURR13(2) WERTV7
KNTYPCondition category (examples: tax, freight, price, cost) KNTYPCHAR1KNTYP
KFAKTOR1Factor for condition basis (period) KFAKTOR1FLTP16(16) FLTP

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIA12ICOND
INTO CORRESPONDING FIELDS OF WA_OIA12ICOND
WHERE...

How to access SAP table OIA12ICOND

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