T044A SAP (Foreign Currency Valuation Methods) Pooled Table details

Dictionary Type: Pooled Table
Description: Foreign Currency Valuation Methods




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




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

T044A is a standard SAP Pooled Table which is used to store Foreign Currency Valuation Methods data and is available within R/3 SAP systems depending on the version and release level.

The T044A table consists of various fields, each holding specific information or linking keys about Foreign Currency Valuation Methods data available in SAP. These include BWMET (Valuation Method), XPOSD (Line item display), XKTOD (Display at open item level), XBEW2 (Valuation area 2 (group)).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified

Text table = T044B


SAP T044A pooled 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
BWMETValuation Method BWMET_044ACHAR4BWMET
XPOSDLine item display XPOSD_044ACHAR1XFELD
XKTODDisplay at open item level XKTOD_044ACHAR1XFELD
XBEW2Valuation area 2 (group) XBEW2_044ACHAR1XFELD
XSALKDetermine exchange rate type from account balance XSALK_044ACHAR1XFELD
XSALRExchange rate type from invoice reference balance XSALR_044ACHAR1XFELD
XSICHUse exchange hedging XSICH_044ACHAR1XFELD
KURSSExchange Rate Type for Debit Balances KURSSCHAR4TCURVKURST
KURSHExchange Rate Type for Credit Balances KURSHCHAR4TCURVKURST
XNWPRLowest value princple XNWPR_044ACHAR1XFELD
XSNWPStrict lowest value principle XSNWP_044ACHAR1XFELD
BLARTDocument Type BLARTCHAR2T003BLARTBAR
XKTOMDisplay by reconciliation acct XKTOM_044ACHAR1XFELD
XAUFWAlways evaluate XAUFW_044ACHAR1XFELD
XBEW1Local currency type XBEW1_044ACHAR1HWTYP
XFILEWrite Sequential File with the Document Changes XFILE_044ACHAR1XFELD
XSALBBalance Valuation for Open Items XSALB_044ACHAR1XFELD
XNABWValuation Method: Revalue Only - Do Not Devalue XNABW_044ACHAR1XFELD
XPOSTPost per line item XPOST_044ACHAR1XFELD
XRESETReset Valuation Run F100RESETCHAR1XFELD
AP_GRUPEvaluate Accounts According to Group Definition ALLGGRUPCHAR1XFELD
AR_GRUPEvaluate Accounts According to Group Definition ALLGGRUPCHAR1XFELD
GL_GRUPEvaluate Accounts According to Group Definition ALLGGRUPCHAR1XFELD
MINDIFFMinimum Difference for Display in Foreign Currency Valuation MINDIFFNUMC3NUM3
KURS_REMExchange Rate for Translation FAGL_KURS_REMCHAR4TCURVKURST

Key field Non-key field



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

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

SELECT SINGLE *
FROM T044A
INTO CORRESPONDING FIELDS OF WA_T044A
WHERE...

How to access SAP table T044A

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