J_1BNFTXCOND SAP (Tax Condition Interface for Notas Fiscais) Table details

Dictionary Type: Table
Description: Tax Condition Interface for Notas Fiscais




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




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

J_1BNFTXCOND is a standard SAP Table which is used to store Tax Condition Interface for Notas Fiscais data and is available within R/3 SAP systems depending on the version and release level.

The J_1BNFTXCOND table consists of various fields, each holding specific information or linking keys about Tax Condition Interface for Notas Fiscais data available in SAP. These include KVEWE (Usage of the condition table), KAPPL (Application), KALSM (Sales and Distribution: Pricing Procedure in Pricing), TAXTYP (Tax Type).. 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 J_1BNFTXCOND 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
KVEWEUsage of the condition table KVEWECHAR1T681VKVEWEKVW
KAPPLApplication KAPPLCHAR2T681AKAPPLKAP
KALSMSales and Distribution: Pricing Procedure in Pricing KALSMASDCHAR6T683KALSM
TAXTYPTax Type J_1BTAXTYPCHAR4J_1BAJJ_1BTAXTYPJ_1BTAXTYP
RATETax Rate Condition (Nota Fiscal) CNFRATECHAR4T685KSCHL
RATE_MAPMap Fields of Calculation Procedure to Nota Fiscal J_1BKOMVMAPNUMC1J_1BKOMVMAP
VALUETax Amount Condition (Nota Fiscal) CNFVALUECHAR4T685KSCHL
VALUE_MAPMap Fields of Calculation Procedure to Nota Fiscal J_1BKOMVMAPNUMC1J_1BKOMVMAP
TOTBASTotal Base Condition (Nota Fiscal) CNFTOTBASCHAR4T685KSCHL
TOTBAS_MAPMap Fields of Calculation Procedure to Nota Fiscal J_1BKOMVMAPNUMC1J_1BKOMVMAP
BASETax Base Condition (Nota Fiscal) CNFBASECHAR4T685KSCHL
BASE_MAPMap Fields of Calculation Procedure to Nota Fiscal J_1BKOMVMAPNUMC1J_1BKOMVMAP
EXCBASExcluded Base Condition (Nota Fiscal) CNFEXCBASCHAR4T685KSCHL
EXCBAS_MAPMap Fields of Calculation Procedure to Nota Fiscal J_1BKOMVMAPNUMC1J_1BKOMVMAP
OTHBASOther Base Condition (Nota Fiscal) CNFOTHBASCHAR4T685KSCHL
OTHBAS_MAPMap Fields of Calculation Procedure to Nota Fiscal J_1BKOMVMAPNUMC1J_1BKOMVMAP
QRATEQuantity-Dependent Tax Rate Condition (Nota Fiscal) CNFQRATECHAR4T685KSCHL
QRATE_MAPMap Fields of Calculation Procedure to Nota Fiscal J_1BKOMVMAPNUMC1J_1BKOMVMAP
WHTCOLLCODECondition for Official Withholding Tax Collection Code CNFWHTCCDECHAR4T685KSCHL
WHTCOLLCODE_MAPMap Fields of Calculation Procedure to Nota Fiscal J_1BKOMVMAPNUMC1J_1BKOMVMAP
BASERED1Base Reduction Rate (Nota Fiscal) CNFBASERED1CHAR4T685KSCHL
BASERED1_MAPMap Fields of Calculation Procedure to Nota Fiscal J_1BKOMVMAPNUMC1J_1BKOMVMAP
BASERED2State Subtrib Base Reduction Rate (Nota Fiscal) CNFBASERED2CHAR4T685KSCHL
BASERED2_MAPMap Fields of Calculation Procedure to Nota Fiscal J_1BKOMVMAPNUMC1J_1BKOMVMAP
RATE4DECTax Rate Condition (Nota Fiscal) with 4 Decimal Places J_1BCNFRATE4DECCHAR4T685KSCHL
RATE4DEC_MAPMap Fields of Calculation Procedure to Nota Fiscal J_1BKOMVMAPNUMC1J_1BKOMVMAP
QRATE4DECQty-Dependent Tax Rate (Pauta) Condition w/ 4 Decimal Places J_1BCNFQRATE4DECCHAR4T685KSCHL
QRATE4DEC_MAPMap Fields of Calculation Procedure to Nota Fiscal J_1BKOMVMAPNUMC1J_1BKOMVMAP
SRATECondition for sub. trib. surcharge rate J_1BCNFSRATECHAR4Assigned to domainKSCHL
SRATE_MAPMap Fields of Calculation Procedure to Nota Fiscal J_1BKOMVMAPNUMC1J_1BKOMVMAP
QBASECondition Type for Pauta Base J_1BCNF_QBASECHAR4Assigned to domainKSCHL
QBASE_MAPMap Fields of Calculation Procedure to Nota Fiscal J_1BKOMVMAPNUMC1J_1BKOMVMAP

Key field Non-key field



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

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

SELECT SINGLE *
FROM J_1BNFTXCOND
INTO CORRESPONDING FIELDS OF WA_J_1BNFTXCOND
WHERE...

How to access SAP table J_1BNFTXCOND

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