J_1AOIFWVL SAP (Open item foreign currency valuation: temp. storage) Table details

Dictionary Type: Table
Description: Open item foreign currency valuation: temp. storage




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




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

J_1AOIFWVL is a standard SAP Table which is used to store Open item foreign currency valuation: temp. storage data and is available within R/3 SAP systems depending on the version and release level.

The J_1AOIFWVL table consists of various fields, each holding specific information or linking keys about Open item foreign currency valuation: temp. storage data available in SAP. These include BUKRS (Company Code), WAERS (Currency Key), KOART (Account Type), LIFNR (Account Number of Vendor or Creditor).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP J_1AOIFWVL 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
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
KOARTAccount Type KOARTCHAR1KOART
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
HKONTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
BUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
DMSHBAmount in Local Currency with +/- Signs DMSHBCURR13(2) WRTV7
DELTA1Valuation Difference BDIFFCURR13(2) WRTV7
STARTDATELast Adjustment Date J_1ADEFDTDATS8DATUM
ENDDATEKey Date for OI Overview F100STAGDATS8DATUM

Key field Non-key field



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

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

SELECT SINGLE *
FROM J_1AOIFWVL
INTO CORRESPONDING FIELDS OF WA_J_1AOIFWVL
WHERE...

How to access SAP table J_1AOIFWVL

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