TRXT_WT_ASSIGN SAP (TRM Withholding Tax Information Assignment) Table details

Dictionary Type: Table
Description: TRM Withholding Tax Information Assignment




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




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

TRXT_WT_ASSIGN is a standard SAP Table which is used to store TRM Withholding Tax Information Assignment data and is available within R/3 SAP systems depending on the version and release level.

The TRXT_WT_ASSIGN table consists of various fields, each holding specific information or linking keys about TRM Withholding Tax Information Assignment data available in SAP. These include VALID_FROM (Valid From), ACC_CODE (Accounting Code), PROD_TYPE (Product Type), TRAN_TYPE (Financial Transaction Type).. 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)


SAP TRXT_WT_ASSIGN 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
VALID_FROMValid From DATGUELTIGABDATS8DATUM
ACC_CODEAccounting Code TPM_ACC_CODECHAR4TRGC_TR_ACC_CODETPM_ACC_CODETPM_TACTRG_ACC_CODE
PROD_TYPEProduct Type VVSARTCHAR3TZPAVVSARTSANVVSART_APPL_BAS
TRAN_TYPEFinancial Transaction Type TB_SFHAARTCHAR3AT10T_SFHAARTT02C_AT10
PARTNERBusiness Partner Number BP_PARTNERCHAR10BUT000ALPHABU_PARTNERBPABUPA
SEC_ACCOUNTSecurities Account RLDEPOCHAR10TWD01RLDEPODEPACC_CCD_CORE
SEC_ACC_GROUPSecurities Account Group TPM_SEC_ACCT_GRPCHAR10TRGT_SECACCGRPTPM_SEC_ACCT_GRPTPM_SHPL_SEC_ACC_GRP
PORTFOLIOPortfolio RPORTBCHAR10TWPOBRPORTBT50H_RPORTB_CORE
TAX_BASE_FTYPEUpdate Type: Tax Base TPM_TRX_UPDTYPE_BASCHAR8TRDC_DFLOWTYPETPM_DIS_FLOWTYPE
VALUATION_AREAValuation Area TPM_VAL_AREACHAR3TRGC_VAL_AREATPM_VAL_AREATPM_VAL_AREATRG_VALUATION_AREA
TAX_AMNT_FTYPEUpdate Type: Tax Amount TPM_TRX_UPDTYPE_TAXCHAR8TRDC_DFLOWTYPETPM_DIS_FLOWTYPE
WITH_TYPEIndicator for withholding tax type WITHTCHAR2T059PWITHT
WITH_CODEWithholding tax code WT_WITHCDCHAR2T059ZWT_WITHCD

Key field Non-key field



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

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

SELECT SINGLE *
FROM TRXT_WT_ASSIGN
INTO CORRESPONDING FIELDS OF WA_TRXT_WT_ASSIGN
WHERE...

How to access SAP table TRXT_WT_ASSIGN

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