TBKK80BAS SAP (Basic Settings Conditions) Table details

Dictionary Type: Table
Description: Basic Settings Conditions




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




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

TBKK80BAS is a standard SAP Table which is used to store Basic Settings Conditions data and is available within R/3 SAP systems depending on the version and release level.

The TBKK80BAS table consists of various fields, each holding specific information or linking keys about Basic Settings Conditions data available in SAP. These include XCONDTIME1 (Flag: Conditions Time Dependent?), XCONDTIME2 (Flag: Condition Determination Time Dependent?), XRELEASE (Flag: Principle of Dual Control Active), WHTAX (Capital Yield Tax Indicator).. 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 TBKK80BAS 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
XCONDTIME1Flag: Conditions Time Dependent? BKK_XCOND1CHAR1XFELD
XCONDTIME2Flag: Condition Determination Time Dependent? BKK_XCOND2CHAR1XFELD
XRELEASEFlag: Principle of Dual Control Active BKK_XRELSECHAR1XFELD
WHTAXCapital Yield Tax Indicator BKK_WHTAXCHAR1BKK_WHTAX
NUMPERNumber of Balancing Periods BKK_NUMPERNUMC2BKK_NUMPER
OLD_PYEARFlag Retroactive Condition Change in Old Fiscal Year Yes/No BKK_OLD_PYEARCHAR1BKK_OLD_PYEAR
NEGPKONDNegative Interest Allowed BKK_NEGPKONDCHAR1XFELD
CONDWHTAXTransfer of Interest Results to Capital Yield Tax (CYT) BKK_CONDWHTAXCHAR1BKK_CONDWHTAX

Key field Non-key field



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

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

SELECT SINGLE *
FROM TBKK80BAS
INTO CORRESPONDING FIELDS OF WA_TBKK80BAS
WHERE...

How to access SAP table TBKK80BAS

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