ABS_IV_KEYFI_ITM SAP (Absolute Key Figures at Item Level) Table details

Dictionary Type: Table
Description: Absolute Key Figures at Item Level




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




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

ABS_IV_KEYFI_ITM is a standard SAP Table which is used to store Absolute Key Figures at Item Level data and is available within R/3 SAP systems depending on the version and release level.

The ABS_IV_KEYFI_ITM table consists of various fields, each holding specific information or linking keys about Absolute Key Figures at Item Level data available in SAP. These include MANDT (Client), BELNR (Accounting Document Number), BUZEI (Document Item in Invoice Document), GJAHR (Fiscal Year).. 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 ABS_IV_KEYFI_ITM 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
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
BUZEIDocument Item in Invoice Document RBLGPNUMC6NUMC6
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
EKORGPurchasing Organization EKORGCHAR4Assigned to domainEKORGEKO
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
MENGEQuantity MENGE_DQUAN13(3) MENG13
WRBTRAmount in document currency WRBTRCURR13(2) WERT7
RBWWRInvoice amount in document currency of vendor invoice RBWWRCURR13(2) WERT7
RBMNGQty invoiced in vendor invoice in PO order units RBMNGQUAN13(3) MENG13V
EBELNPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
BNKANDelivery costs' share of item value BNK_ANTEILCURR13(2) WERT7
TBTKZIndicator: subsequent debit/credit TBTKZCHAR1TBTKZ
KZMEKCorrection indicator KZMEKORRCHAR1KZMEKORR
LIEFFNVendor error (exclusive of tax) LIEFFNCURR13(2) WERTV7
BSTMEPurchase Order Unit of Measure BSTMEUNIT3Assigned to domainCUNITMEINS
BPRMEOrder Price Unit (Purchasing) BPRMEUNIT3Assigned to domainCUNITMEINS
BPMNGQuantity in Purchase Order Price Unit BPMNGQUAN13(3) MENG13
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
RETPOReturns Item RETPOCHAR1XFELD
SCHPRIndicator: Estimated Price SCHPRCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM ABS_IV_KEYFI_ITM
INTO CORRESPONDING FIELDS OF WA_ABS_IV_KEYFI_ITM
WHERE...

How to access SAP table ABS_IV_KEYFI_ITM

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