TRXS_FLOW_I SAP (TRM Tax Transaction Flows) Structure details

Dictionary Type: Structure
Description: TRM Tax Transaction Flows




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




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

TRXS_FLOW_I is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "TRM Tax Transaction Flows" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_TRXS_FLOW_I TYPE TRXS_FLOW_I.

The TRXS_FLOW_I table consists of various fields, each holding specific information or linking keys about TRM Tax Transaction Flows data available in SAP. These include DIST_FLOWNR (Number of a Distributor Flow), TAX_CODE (Tax Code), WITH_TYPE (Indicator for Withholding Tax Type), WITH_CODE (Withholding Tax Code).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP TRXS_FLOW_I structure 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
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 structure TRXS_FLOW_I using ABAP code?

As TRXS_FLOW_I is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on TRXS_FLOW_I as there is no data to select.

How to access SAP table TRXS_FLOW_I

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