J_1IEXCDEF SAP (Tax default informations) Table details

Dictionary Type: Table
Description: Tax default informations




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




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

J_1IEXCDEF is a standard SAP Table which is used to store Tax default informations data and is available within R/3 SAP systems depending on the version and release level.

The J_1IEXCDEF table consists of various fields, each holding specific information or linking keys about Tax default informations data available in SAP. These include J_1ITAXCAL (Tax procedure), J_1ICVDTYP (CVD Condition Type A/P), J_1ITXCODE (Export tax code), J_1ITXJCD (Export tax jurisdiction code (Dummy)).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP J_1IEXCDEF 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
J_1ITAXCALTax procedure J_1ITAXCALCHAR6Assigned to domainKALSM
J_1ICVDTYPCVD Condition Type A/P J_1ICCTYPPCHAR4Assigned to domainKSCHL
J_1ITXCODEExport tax code J_1ITXCODECHAR2Assigned to domainMWSKZ
J_1ITXJCDExport tax jurisdiction code (Dummy) J_1ITXJCDCHAR15Assigned to domainTXJCD
J_1ICBEDAPAccount payable BED condition type J_1ICBEDAPCHAR4Assigned to domainKSCHL
J_1ICSEDAPAccount payable SED condition type J_1ICSEDAPCHAR4Assigned to domainKSCHL
J_1ICAEDAPAccount payable AED condition type J_1ICAEDAPCHAR4Assigned to domainKSCHL
J_1ICBEDARAccount receivable BED condition type J_1ICBEDARCHAR4Assigned to domainKSCHL
J_1ICSEDARAccount receivable SED condition type J_1ICSEDARCHAR4Assigned to domainKSCHL
J_1ICAEDARAccount receivable AED condition type J_1ICAEDARCHAR4Assigned to domainKSCHL
J_1ICCESARAccount receivable CESS condition type J_1ICCESARCHAR4Assigned to domainKSCHL
J_1ICBEDPBED Percentage condition J_1ICBEDPCHAR4Assigned to domainKSCHL
J_1ICAEDPAED Percentage condition J_1ICAEDPCHAR4Assigned to domainKSCHL
J_1ICSEDPSED Percentage condition J_1ICSEDPCHAR4Assigned to domainKSCHL
J_1ICCESPCess Percentage condition J_1ICCESPCHAR4Assigned to domainKSCHL
J_1ICNCCDAPNCCD Condition type AP J_1ICNCCDAPCHAR4Assigned to domainKSCHL
J_1ICNCCDARNCCD Condition type AR J_1ICNCCDARCHAR4Assigned to domainKSCHL
J_1ICNEDPNCCD Perc J_1ICNEDPCHAR4Assigned to domainKSCHL
J_1ICECSAPECS Condition type AP J_1ICECSAPCHAR4Assigned to domainKSCHL
J_1ICECSARECS Condition type AR J_1ICECSARCHAR4Assigned to domainKSCHL
J_1ICECSPECS Percentage condition J_1ICECSPCHAR4Assigned to domainKSCHL
J_1IECVDTPECS Condition Type A/P Imports J_1ICETYPPCHAR4Assigned to domainKSCHL
J_1ICADCAPADC Condition Type A/P J_1ICADCAPCHAR4Assigned to domainKSCHL
J_1ICAT1APAT1 Condition type AP J_1ICAT1APCHAR4Assigned to domainKSCHL
J_1ICAT1ARAT1 Condition type AR J_1ICAT1ARCHAR4Assigned to domainKSCHL
J_1ICAT1PAT1 Percentage condition J_1ICAT1PCHAR4Assigned to domainKSCHL
J_1ICAT2APAT2 Condition type AP J_1ICAT2APCHAR4Assigned to domainKSCHL
J_1ICAT2ARAT2 Condition type AR J_1ICAT2ARCHAR4Assigned to domainKSCHL
J_1ICAT2PAT2 Percentage condition J_1ICAT2PCHAR4Assigned to domainKSCHL
J_1ICAT3APAT3 Condition type AP J_1ICAT3APCHAR4Assigned to domainKSCHL
J_1ICAT3ARAT3 Condition type AR J_1ICAT3ARCHAR4Assigned to domainKSCHL
J_1ICAT3PAT3 Percentage condition J_1ICAT3PCHAR4Assigned to domainKSCHL

Key field Non-key field



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

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

SELECT SINGLE *
FROM J_1IEXCDEF
INTO CORRESPONDING FIELDS OF WA_J_1IEXCDEF
WHERE...

How to access SAP table J_1IEXCDEF

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