AT10X SAP (Forex Attributes for Transaction Types) Table details

Dictionary Type: Table
Description: Forex Attributes for Transaction Types




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




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

AT10X is a standard SAP Table which is used to store Forex Attributes for Transaction Types data and is available within R/3 SAP systems depending on the version and release level.

The AT10X table consists of various fields, each holding specific information or linking keys about Forex Attributes for Transaction Types data available in SAP. These include SGSART (Product Type), SFHAART (Financial Transaction Type), VKURSTYP (Exchange Rate Type), VKURSART (Rate type for comparison).. 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: Cannot Be Enhanced


SAP AT10X 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
SGSARTProduct Type VVSARTCHAR3TZPAVVSARTSANVVSART_APPL_BAS
SFHAARTFinancial Transaction Type TB_SFHAARTCHAR3AT10T_SFHAARTT02C_AT10
VKURSTYPExchange Rate Type KURST_CURRCHAR4TCURVKURST
VKURSARTRate type for comparison TX_VKUARTCHAR4T068ARKURSART
VKURSHDLStock exchange for rate comparison TX_VKUHDLCHAR10TWH01VVRHANDPL
VSSEEKIndicator to determine comparative rate TX_VSSEEKCHAR1SSEEK
PTSFHAForward transaction type on rollover TX_PTSFHACHAR3AT10T_SFHAART
PKSFHAOffsetting transaction type for rollover TX_PKSFHACHAR3AT10T_SFHAART
VTSFHAOffsetting transaction type for premature settlement TX_VTSFHACHAR3AT10T_SFHAART
VKSFHAForward transaction type for premature settlement TX_VKSFHACHAR3AT10T_SFHAART
CALHWBTRTranslate for. curr flows to local curr. using transctn rate TX_CALHWRCHAR1XFELD
RATEPROPForex: automatic rate proposal for forex transactions TX_RATPROPCHAR1XFELD
NEWBASERollover / Premature settlement on new basis TX_NEWBASECHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM AT10X
INTO CORRESPONDING FIELDS OF WA_AT10X
WHERE...

How to access SAP table AT10X

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