BBP_TAX SAP (Tax Codes for Enterprise Buyer) Table details

Dictionary Type: Table
Description: Tax Codes for Enterprise Buyer




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




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

BBP_TAX is a standard SAP Table which is used to store Tax Codes for Enterprise Buyer data and is available within R/3 SAP systems depending on the version and release level.

The BBP_TAX table consists of various fields, each holding specific information or linking keys about Tax Codes for Enterprise Buyer data available in SAP. These include TAX_CODE (Tax on Sales/Purchases Code), DEFAULT_FLAG (Flag for Standard Variant), NO_TAX (Non-taxable), TAX_TYPE (Tax Category (Only USA/Canada/Brazil)).. 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)

Text table = BBP_TAXT


SAP BBP_TAX 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
TAX_CODETax on Sales/Purchases Code BBP_MWSKZCHAR2BBP_MWSKZ
DEFAULT_FLAGFlag for Standard Variant XDEFAULTCHAR1CHAR1
NO_TAXNon-taxable TAX_INDICATORCHAR1CHAR1
TAX_TYPETax Category (Only USA/Canada/Brazil) BBP_TAX_TYPECHAR1BBP_TAX_TYPE

Key field Non-key field



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

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

SELECT SINGLE *
FROM BBP_TAX
INTO CORRESPONDING FIELDS OF WA_BBP_TAX
WHERE...

How to access SAP table BBP_TAX

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