J_1BTXSDC SAP (SD tax codes) Table details

Dictionary Type: Table
Description: SD tax codes




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




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

J_1BTXSDC is a standard SAP Table which is used to store SD tax codes data and is available within R/3 SAP systems depending on the version and release level.

The J_1BTXSDC table consists of various fields, each holding specific information or linking keys about SD tax codes data available in SAP. These include TAXCODE (SD tax code), CUSTUSAGE (SD tax code: Usage), ICMS (SD tax code: Calculate ICMS), IPI (SD tax code: Calculate IPI).. 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 = J_1BTXSDCT


SAP J_1BTXSDC 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
TAXCODESD tax code J_1BTXSDC_CHAR2J_1BTXSDC
CUSTUSAGESD tax code: Usage J_1BTXSDUCHAR1J_1BTXSDU
ICMSSD tax code: Calculate ICMS J_1BTXSDICCHAR1XFELD
IPISD tax code: Calculate IPI J_1BTXSDIPCHAR1XFELD
SUBTRIBSD tax code: Calculate Sub.Trib. J_1BTXSDSTCHAR1XFELD
ISSSD tax code: Calculate ISS J_1BTXSDISCHAR1XFELD
ICMS_EXICMS Stored as 'Exempt' Instead of 'Other Basis' J_1BTXICEXCHAR1XFELD
IPI_EXIPI Stored as 'Exempt' Instead of 'Other Basis' J_1BTXIPEXCHAR1XFELD
ICMS_FRSD tax code: Calculate ICMS on freight J_1BTXSDFRCHAR1XFELD
ICMS_FSSD tax code: Calculate ICMS Sub.Trib. on freight J_1BTXSDFSCHAR1XFELD
PISSD tax code: Calculate PIS J_1BTXSDPISCHAR1XFELD
COFINSSD tax code: Calculate PIS J_1BTXSDCOFINSCHAR1XFELD
WHTSD tax code: Calculate PIS J_1BTXSDWHTCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM J_1BTXSDC
INTO CORRESPONDING FIELDS OF WA_J_1BTXSDC
WHERE...

How to access SAP table J_1BTXSDC

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