TTE_WT_ACCUMVALU SAP (AP-TTE accumulated base amounts and withholding tax amounts) Table details

Dictionary Type: Table
Description: AP-TTE accumulated base amounts and withholding tax amounts




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




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

TTE_WT_ACCUMVALU is a standard SAP Table which is used to store AP-TTE accumulated base amounts and withholding tax amounts data and is available within R/3 SAP systems depending on the version and release level.

The TTE_WT_ACCUMVALU table consists of various fields, each holding specific information or linking keys about AP-TTE accumulated base amounts and withholding tax amounts data available in SAP. These include CLIENT (Client), COMPANYID (Company ID ( Legal Entity )), BUSPARTNERID (Business Partner ID), COUNTRYISO (Country).. 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 (Deep)


SAP TTE_WT_ACCUMVALU 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
COMPANYIDCompany ID ( Legal Entity ) TTET_COMPANYID_PDCHAR32TTET_CHAR32_PD
BUSPARTNERIDBusiness Partner ID TTET_PARTNERID_PDCHAR32TTET_CHAR32_PD
COUNTRYISOCountry TTET_COUNTRY_PDCHAR2TTET_CHAR2_PDTTET_COUNTRY_PD
TAXTYPTax Type TTET_TAXTYPE_PDCHAR4TTET_CHAR4_PD
ACCCOMPONENTAccumulation Component TTET_ACCCOMPONENT_PDNUMC2TTET_ACCCOMPONENT_PD
AYEARYear SC_YEARCHAR4CHAR4
AMONTHMonth in year SC_MONTHCHAR2CHAR2
AMOUNTAmount TTET_AMOUNT_PDDEC20(5) TTET_DEC20_5_PD
CURRENCYUNITCurrency Unit TTET_CURRENCYUNIT_PDCHAR5TTET_CHAR5_PD

Key field Non-key field



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

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

SELECT SINGLE *
FROM TTE_WT_ACCUMVALU
INTO CORRESPONDING FIELDS OF WA_TTE_WT_ACCUMVALU
WHERE...

How to access SAP table TTE_WT_ACCUMVALU

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