TRATT_TRANS SAP (Account Assignment Reference Transfer Business Transactions) Table details

Dictionary Type: Table
Description: Account Assignment Reference Transfer Business Transactions




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




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

TRATT_TRANS is a standard SAP Table which is used to store Account Assignment Reference Transfer Business Transactions data and is available within R/3 SAP systems depending on the version and release level.

The TRATT_TRANS table consists of various fields, each holding specific information or linking keys about Account Assignment Reference Transfer Business Transactions data available in SAP. These include OS_GUID (Globally Unique Identifier), POSTING_DATE (Posting Date in the Document), OLD_AA_REF (Account Assignment Reference of Position Management), NEW_AA_REF (Account Assignment Reference of Position Management).. 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 TRATT_TRANS 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
OS_GUIDGlobally Unique Identifier OS_GUIDRAW16SYSUUID
POSTING_DATEPosting Date in the Document BUDATDATS8DATUM
OLD_AA_REFAccount Assignment Reference of Position Management TPM_AA_REFCHAR12Assigned to domainTPM_AA_REFTRAC_AA_REF
NEW_AA_REFAccount Assignment Reference of Position Management TPM_AA_REFCHAR12Assigned to domainTPM_AA_REFTRAC_AA_REF
TRANS_STATEStatus of Distributor Business Transaction TPM_BUSTRANS_STATECHAR1TPM_BUSTRANS_STATE
BUSTRANSIDIdentifier of the Distributor Business Transaction TPM_BUSTRANSIDRAW16SYSUUID
USER_DATA_OIDObject Identity in Database Format TPM_DB_OS_GUIDCHAR32TRGT_USER_DATATPM_DB_OS_GUID
USER_DATA_CLSObject Identity in Database Format TPM_DB_OS_GUIDCHAR32TPM_DB_OS_GUID
POS_CONTEXT_OIDObject Identity in Database Format TPM_DB_OS_GUIDCHAR32TRACT_POSCONTEXTTPM_DB_OS_GUID
POS_CONTEXT_CLSObject Identity in Database Format TPM_DB_OS_GUIDCHAR32TPM_DB_OS_GUID

Key field Non-key field



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

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

SELECT SINGLE *
FROM TRATT_TRANS
INTO CORRESPONDING FIELDS OF WA_TRATT_TRANS
WHERE...

How to access SAP table TRATT_TRANS

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