AT15B SAP (Treasury: Forex Swap Rates (New)) Table details

Dictionary Type: Table
Description: Treasury: Forex Swap Rates (New)




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




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

AT15B is a standard SAP Table which is used to store Treasury: Forex Swap Rates (New) data and is available within R/3 SAP systems depending on the version and release level.

The AT15B table consists of various fields, each holding specific information or linking keys about Treasury: Forex Swap Rates (New) data available in SAP. These include DGUEL_AB (Treasury: Date from which forex swap rate is effective), KURST (Exchange Rate Type), FCURR (Leading currency in exchange rate quotation), TCURR (Following currency in exchange rate quotation).. 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: Cannot Be Enhanced


SAP AT15B 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
DGUEL_ABTreasury: Date from which forex swap rate is effective TB_DGUELDSDATS8DATUM
KURSTExchange Rate Type KURST_CURRCHAR4Assigned to domainKURST
FCURRLeading currency in exchange rate quotation LWAERSCUKY5Assigned to domainWAERS
TCURRFollowing currency in exchange rate quotation FWAERSCUKY5Assigned to domainWAERS
SWLFZTreasury: Name of term TB_LFZCHAR3T_LFZ
DLFZTreasury: Term of forex swap rate in days TB_LFZ_TAGNUMC6INT6
KKURSTreasury: Forex swap rate TB_DEVSWSADEC9(5) TB_DEVSWSA

Key field Non-key field



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

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

SELECT SINGLE *
FROM AT15B
INTO CORRESPONDING FIELDS OF WA_AT15B
WHERE...

How to access SAP table AT15B

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