TRXT_FLOW SAP (TRM Tax Transaction Flows) Table details

Dictionary Type: Table
Description: TRM Tax Transaction Flows




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




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

TRXT_FLOW is a standard SAP Table which is used to store TRM Tax Transaction Flows data and is available within R/3 SAP systems depending on the version and release level.

The TRXT_FLOW table consists of various fields, each holding specific information or linking keys about TRM Tax Transaction Flows data available in SAP. These include OS_GUID (Globally Unique Identifier), FLOW_NUMBER (Number of TRL Flow), POS_GUID (Object Identity in Database Format), DIST_FLOWNR (Number of a Distributor Flow).. 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: Can be enhanced (character-type or numeric)


SAP TRXT_FLOW 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
OS_GUIDGlobally Unique Identifier OS_GUIDRAW16SYSUUID
FLOW_NUMBERNumber of TRL Flow TPM_TRX_FLOWNOINT410TPM_TRX_FLOWNO
POS_GUIDObject Identity in Database Format TPM_DB_OS_GUIDCHAR32TPM_DB_OS_GUID
DIST_FLOWNRNumber of a Distributor Flow TPM_TRDFLOWNRINT410TPM_TRDFLOWNR
TAX_CODETax Code TPM_TRX_TAX_CODECHAR2Assigned to domainTPM_TRX_TAX_CODE
WITH_TYPEIndicator for Withholding Tax Type TPM_TRX_WT_TYPECHAR2Assigned to domainTPM_TRX_WT_TYPE
WITH_CODEWithholding Tax Code TPM_TRX_WT_CODECHAR2Assigned to domainTPM_TRX_WT_CODE
BASE_AMTWithholding Tax Base Amount (Local Currency) TPM_TRX_BASE_AMTCURR21(2) TPM_AMOUNT
BASE_AMT_MODWithholding Tax Base Amount (Local Currency) TPM_TRX_BASE_AMT_MODCURR21(2) TPM_AMOUNT
BASE_CHANGEDIndicator: Withholding Tax Base Amount Entered Manually TPM_TRX_BASE_CHANGEDCHAR1TPM_TRX_BASE_CHANGED
POSITION_CURRPosition Currency TPM_POSITION_CURRCUKY5Assigned to domainWAERS
POSITION_AMTAmount (Position Currency) TPM_POSITION_AMTCURR21(2) TPM_AMOUNT
POSITION_AMT_MODWithholding Tax Base Amount (Local Currency) TPM_TRX_BASE_AMT_MODCURR21(2) TPM_AMOUNT
BASE_FTYPEUpdate Type: Tax Base TPM_TRX_UPDTYPE_BASCHAR8Assigned to domainTPM_DIS_FLOWTYPE
TAX_FTYPEUpdate Type: Tax Amount TPM_TRX_UPDTYPE_TAXCHAR8Assigned to domainTPM_DIS_FLOWTYPE

Key field Non-key field



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

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

SELECT SINGLE *
FROM TRXT_FLOW
INTO CORRESPONDING FIELDS OF WA_TRXT_FLOW
WHERE...

How to access SAP table TRXT_FLOW

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