J_1AINFINV SAP (Inflation: Invoices for Replacement Value Determination) Table details

Dictionary Type: Table
Description: Inflation: Invoices for Replacement Value Determination




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




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

J_1AINFINV is a standard SAP Table which is used to store Inflation: Invoices for Replacement Value Determination data and is available within R/3 SAP systems depending on the version and release level.

The J_1AINFINV table consists of various fields, each holding specific information or linking keys about Inflation: Invoices for Replacement Value Determination data available in SAP. These include KALNR (Cost Estimate Number for Cost Est. w/o Qty Structure), BDATJ (Posting Date YYYY), POPER (Posting period), AWTYP (Reference Transaction).. 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: Not classified


SAP J_1AINFINV 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
KALNRCost Estimate Number for Cost Est. w/o Qty Structure CK_KALNRNUMC12Assigned to domainCK_KALNRKNR
BDATJPosting Date YYYY BDATJNUMC4GJAHRGJAHRBDTJ
POPERPosting period POPERNUMC3POPERPOPR
AWTYPReference Transaction AWTYPCHAR5Assigned to domainAWTYP
AWREFReference Document Number AWREFCHAR10ALPHAAWREF
AWORGReference Organizational Units AWORGCHAR10AWORG
BWKEYValuation Area BWKEYCHAR4Assigned to domainBWKEYBWK
BUDATPosting Date in the Document BUDATDATS8DATUM
AWREF_REVReversal: Reverse Document Reference Document Number AWREF_REVCHAR10ALPHAAWREF
AWORG_REVReversal: Reverse Document Reference Organization AWORG_REVCHAR10AWORG
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
PSWBTAmount for Updating in General Ledger PSWBTCURR13(2) WERT7
PSWSLUpdate Currency for General Ledger Transaction Figures PSWSLCUKY5Assigned to domainWAERS
MENGEQuantity MENGE_DQUAN13(3) MENG13
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
TBTKZIndicator: subsequent debit/credit TBTKZCHAR1TBTKZ
REBZTFollow-On Document Type REBZTCHAR1REBZT
PLANDCPlanned delivery costs J_1APLANDCCURR13(2) WERT7
UNPLDCUnplanned delivery costs J_1AUNPLDCCURR13(2) WERT7
CANCELDocument is cancelled J_1ACANCELCHAR1XFLAG
EBELNPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
BWTARValuation Type BWTAR_DCHAR10Assigned to domainBWTARBWT

Key field Non-key field



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

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

SELECT SINGLE *
FROM J_1AINFINV
INTO CORRESPONDING FIELDS OF WA_J_1AINFINV
WHERE...

How to access SAP table J_1AINFINV

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