J_1IEXCSTR SAP (Structure for Excise verification) Structure details

Dictionary Type: Structure
Description: Structure for Excise verification




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




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

J_1IEXCSTR is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Structure for Excise verification" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_J_1IEXCSTR TYPE J_1IEXCSTR.

The J_1IEXCSTR table consists of various fields, each holding specific information or linking keys about Structure for Excise verification data available in SAP. These include MJAHR (Material Document Year), ITEM_NO (Number of Items in Excise Invoice), MATNR (Material Number), CHAPID (Chapter ID).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP J_1IEXCSTR structure 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
MBLNRNumber of Material Document MBLNRCHAR10ALPHABELNRMBN
MJAHRMaterial Document Year MJAHRNUMC4GJAHRGJAHRMJA
ITEM_NONumber of Items in Excise Invoice J_1IEXCITMNUMC3NUM3
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
CHAPIDChapter ID J_1ICHIDCHAR12CHAR12
CREDIT_QTYQuantity MENGE_DQUAN13(3) MENG13
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
EXBASExcise Duty Base Amount J_1IEXCBASCURR13(2) WERT7
BEDRATEBED percentage J_1IBEDRATDEC7(4) PRZ34
EXCISE_BEDBasic Excise Duty J_1IEXCBEDCURR13(2) WERT7
BEDINVInventorized BED J_1IBEDINVCURR13(2) WERT7
AEDRATEAdditional Excise Duty % J_1IAEDRATDEC7(4) PRZ34
EXCISE_AEDAdditional Excise Duty J_1IEXCAEDCURR13(2) WERT7
AEDINVInventorized AED J_1IAEDINVCURR13(2) WERT7
SEDRATESpecial Excise Duty % J_1ISEDRATDEC7(4) PRZ34
EXCISE_SEDSpecial Excise Duty J_1IEXCSEDCURR13(2) WERT7
SEDINVInventorized SED J_1ISEDINVCURR13(2) WERT7
NCCDRATENCCD Rate in % J_1INCCDRATDEC7(4) PRZ34
EXCISE_NCCDNCCD Value J_1IEXNCCDCURR13(2) WERT7
NCCDINVNCCD Inventory Component J_1INCCDINVCURR13(2) WERT7
ECSRATEECS rate in % J_1IECSRATDEC7(4) PRZ34
EXCISE_ECSECS Value J_1IEXECSCURR13(2) WERT7
ECSINVECS Inventory component J_1IECSINVCURR13(2) WERT7
EXADDRATE1AT1 rate in % J_1IEXADDRAT1DEC7(4) PRZ34
EXCISE_AT1Additional Tax1 value J_1IEXADDTAX1CURR13(2) WERT7
EXADDINV1Inventorized AT1 J_1IEXADDINV1CURR13(2) WERT7
EXADDRATE2AT2 rate in % J_1IEXADDRAT2DEC7(4) PRZ34
EXCISE_AT2Additional Tax2 value J_1IEXADDTAX2CURR13(2) WERT7
EXADDINV2Inventorized AT2 J_1IEXADDINV2CURR13(2) WERT7
EXADDRATE3AT3 rate in % J_1IEXADDRAT3DEC7(4) PRZ34
EXCISE_AT3Additional Tax3 value J_1IEXADDTAX3CURR13(2) WERT7
EXADDINV3Inventorized AT3 J_1IEXADDINV3CURR13(2) WERT7

Key field Non-key field



How do I retrieve data from SAP structure J_1IEXCSTR using ABAP code?

As J_1IEXCSTR is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on J_1IEXCSTR as there is no data to select.

How to access SAP table J_1IEXCSTR

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