T7PL81 SAP (Taxation method definitions) Table details

Dictionary Type: Table
Description: Taxation method definitions




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




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

T7PL81 is a standard SAP Table which is used to store Taxation method definitions data and is available within R/3 SAP systems depending on the version and release level.

The T7PL81 table consists of various fields, each holding specific information or linking keys about Taxation method definitions data available in SAP. These include TXCDE (Taxation method code), ENDDA (End Date), BEGDA (Start Date), TXRTE (Tax rate).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP T7PL81 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
TXCDETaxation method code PPL_TXCDECHAR1T7PL80CHAR1
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
TXRTETax rate PPL_TXRTEDEC7(4) PRZNT
TXINDTax indicator PPL_TXINDCHAR1PPL_TXIND
COSTPCost percent PPL_COSTPDEC7(4) PRZNT
COINDCost indicator PPL_COINDCHAR1PPL_COIND
SPINDSplit indicator PPL_SPINDCHAR1AS4FLAG
PIT04PIT-04 Row indicator PPL_PIT04DEC2DEC2
PIT8BPIT-8B Row indicator PPL_PIT8BDEC2DEC2
PIT8APIT-8A Row indicator PPL_PIT8ADEC2DEC2
PIT11PIT-11 Row indicator PPL_PIT11DEC2DEC2
PIT40PIT-40 Row indicator PPL_PIT40DEC2DEC2
IFT00IFT - type of income indicator PPL_IFT00NUMC2NUM2
FAINDFree amount indicator PPL_FAINDCHAR1AS4FLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM T7PL81
INTO CORRESPONDING FIELDS OF WA_T7PL81
WHERE...

How to access SAP table T7PL81

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