BTXRATE SAP (BSI: Tax Rates per Company Based on Degree of Experience) Table details

Dictionary Type: Table
Description: BSI: Tax Rates per Company Based on Degree of Experience




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




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

BTXRATE is a standard SAP Table which is used to store BSI: Tax Rates per Company Based on Degree of Experience data and is available within R/3 SAP systems depending on the version and release level.

The BTXRATE table consists of various fields, each holding specific information or linking keys about BSI: Tax Rates per Company Based on Degree of Experience data available in SAP. These include COMPANY (BSI: Tax Company Code), COUNTRY (BSI: Country indicator), INCOME (BSI: Income category), TAXCODE (BSI: 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP BTXRATE 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 MANDTCLNT3T000MANDT
COMPANYBSI: Tax Company Code COMPANYCHAR11BTXCOMPBSI_COMP
COUNTRYBSI: Country indicator COUNTRYCHAR1CHAR1
INCOMEBSI: Income category INCOMECHAR1CHAR1
TAXCODEBSI: Tax Code PB10_TCODECHAR11BTXTAXCPB10_TCODE
TAXTYPEBSI: Tax category TAXTYPECHAR2BTXTAXTBSI_TAXTYP
FORMULABSI Formula PBSI_FORML_2NUMC2PBSI_FORML_2
STARTDATEBSI: Start date PB10_STARTDATS8DATUM
ACCOUNTBSI: Account number PB10_ACCNTCHAR11CHAR11
EXPRATEBSI: Experience rate PB10_ERATEDEC7(6) BSIT_RATE
MAXWAGEBSI: Maximum salary PB10_MAXWGDEC9(2) BSI_WAGE
RESCINDBSI: Rescission date PB10_RECALDATS8DATUM
MAINTDATEBSI: Last changed on MAINTDATEDATS8DATUM
MAINTTIMEBSI: Last changed at MAINTTIMETIMS6UZEIT

Key field Non-key field



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

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

SELECT SINGLE *
FROM BTXRATE
INTO CORRESPONDING FIELDS OF WA_BTXRATE
WHERE...

How to access SAP table BTXRATE

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