OIAF8 SAP (Formula Condition Data - Terms (enhance CI-Incl.in OICF2)) Table details

Dictionary Type: Table
Description: Formula Condition Data - Terms (enhance CI-Incl.in OICF2)




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




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

OIAF8 is a standard SAP Table which is used to store Formula Condition Data - Terms (enhance CI-Incl.in OICF2) data and is available within R/3 SAP systems depending on the version and release level.

The OIAF8 table consists of various fields, each holding specific information or linking keys about Formula Condition Data - Terms (enhance CI-Incl.in OICF2) data available in SAP. These include KNUMV (Number of the document condition), KPOSN (Condition item number), STUNR (Step 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 OIAF8 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
KNUMVNumber of the document condition KNUMVCHAR10KNUMV
KPOSNCondition item number KPOSNNUMC6NUM6
STUNRStep number STUNRNUMC3Assigned to domainSTUNR
ZAEHKCondition counter DZAEHKNUMC2ZAEHK
FORTRMTYPFormula term type OIC_TRMTYPCHAR1OIC_TRMTYP
PFINDFormula provisional/final indicator OIC_PFINDCHAR1OIC_PFIND
REFDATEUser exit for reference date determination OIC_REFDATNUMC3OIC_EXIT
TIMUOMTime unit of measure exit OIC_TIMUOMNUMC3OIC_EXIT
WERULEWeekend rule exit OIC_WERULENUMC3OIC_EXIT
NPDAYSNon-posted days rule exit OIC_NPDAYSNUMC3OIC_EXIT
ERRHANError handling exit, if no quotation found OIC_ERRHANNUMC3OIC_EXIT
RDOFFSETOffset from reference date OIC_RDOFFNUMC3OIC_EXIT
PERBEFPeriod before base date OIC_PERBEFNUMC3OIC_OFFSET
PERAFTPeriod after base date OIC_PERAFTNUMC3OIC_OFFSET
EXCEXExclude Base Date OIC_EXCEVCHAR1XFELD
DATFRM'Date from' for average period OIC_DATFRMDATS8DATUM
DATTO'Date to' for fixation period OIC_DATTODATS8DATUM
CARULEAverage currency rule OIC_CARULENUMC3OIC_EXIT
CDRULEDaily currency rule OIC_CDRULENUMC3OIC_EXIT
CREFDATEDetermination exit for currency reference date OIC_CREFDTNUMC3OIC_EXIT
CTIMUOMCurrency time unit of measure exit OIC_CTIMUMNUMC3OIC_EXIT
CWERULECurrency weekend rule exit OIC_CWERULNUMC3OIC_EXIT
CNPDAYSCurrency non-posted days rule exit OIC_CNPDAYNUMC3OIC_EXIT
CERRHANError-handling exit (if no exch.rate found) OIC_CERRHNNUMC3OIC_EXIT
CRDOFFSETOffset from reference date for currency OIC_CRDOFFNUMC3OIC_OFFSET
CPERBEFPeriod before base date for currency OIC_CPERBFNUMC3OIC_OFFSET
CPERAFTPeriod after base date for currency OIC_CPERAFNUMC3OIC_OFFSET
CEXCEVExclude Base Date for Currency OIC_CEXCEVCHAR1XFELD
CDATFRMDate from for fixation period for currency OIC_CDATFRDATS8DATUM
CDATTODate to for fixation period for currency OIC_CDATTODATS8DATUM
TERMVALFormula term value OIC_TERMVLCURR15(2) WERTV8
TERMCURRCurrency for formula term OIC_TERMCUCUKY5TCURCWAERS
DDATFRM'Date from' determined for fixation period OIC_DDATFRDATS8DATUM
DDATTO'Date to' determined for fixation period OIC_DDATTODATS8DATUM
CDDATFRMDate from for fixation period for currency OIC_CDDATFDATS8DATUM
CDDDATTOEnd date for currency period OIC_CDDATTDATS8DATUM
TSTATTerm status OIC_TSTATCHAR1OIC_TSTAT
CALIDFactory calendar ID for currency OIC_CFACTCCHAR2TFACDWFCID
RNDTERMRule for rounding formula term value OIC_RNDTERMNUMC3OIC_EXIT
RNDCURTRule for rounding currency exchange rate OIC_RNDCURTNUMC3OIC_EXIT

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIAF8
INTO CORRESPONDING FIELDS OF WA_OIAF8
WHERE...

How to access SAP table OIAF8

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