J_1IEXCINV SAP (Structure for the User Exit Unit Conversion) Structure details

Dictionary Type: Structure
Description: Structure for the User Exit Unit Conversion




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




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

J_1IEXCINV 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 the User Exit Unit Conversion" 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_1IEXCINV TYPE J_1IEXCINV.

The J_1IEXCINV table consists of various fields, each holding specific information or linking keys about Structure for the User Exit Unit Conversion data available in SAP. These include MZEILE (Item Number), TRNTYP (Excise Transaction Type), DOCNO (Internal Excise Document Number), DOCYR (Year).. 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: Not classified


SAP J_1IEXCINV 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
SELECTIONSingle-Character Indicator CHAR1CHAR1CHAR1
MZEILEItem Number J_1IZEILENUMC4J_1IZEILE
TRNTYPExcise Transaction Type J_1ITRNTYPCHAR4Assigned to domainJ_1ITRNTYP
DOCNOInternal Excise Document Number J_1IDOCNONUMC10Assigned to domainJ_1IDOCNOJ2G
DOCYRYear J_1IDOCUYRNUMC4J_1IDOCUYRGJR
ZEILEItem Number J_1IZEILENUMC4J_1IZEILE
EXNUMOfficial Excise Document Number J_1IEXCNUMCHAR10J_1IEXCNUMJ2F
EXDATExcise Document Date J_1IEXCDATDATS8J_1IEXCDAT
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
CHAPIDChapter ID J_1ICHIDCHAR12CHAR12
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
MENGEQuantity mentioned in the excise invoice J_1IMENGEQUAN13(3) MENG13
MENGAQuantity of Goods Received J_1IMENGAQUAN13(3) MENG13
MEINSUnit of Measure J_1IMEINSUNIT3Assigned to domainCUNITMEINS
MENGR_UOMBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
EBELNPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
EXBASExcise Duty Base Amount J_1IEXCBASCURR13(2) WERT7
EXBEDBasic Excise Duty J_1IEXCBEDCURR13(2) WERT7
EXSEDSpecial Excise Duty J_1IEXCSEDCURR13(2) WERT7
EXAEDAdditional Excise Duty J_1IEXCAEDCURR13(2) WERT7
EXCURCurrency J_1IEXCCURCUKY5Assigned to domainWAERS
BEDRATEBED percentage J_1IBEDRATDEC7(4) PRZ34
AEDRATEAdditional Excise Duty % J_1IAEDRATDEC7(4) PRZ34
SEDRATESpecial Excise Duty % J_1ISEDRATDEC7(4) PRZ34
RG23ASERRG23A serial no. J_1I23ASERNUMC10NUMC10
RG23CSERRG23C serial no. J_1I23CSERNUMC10NUMC10
RGPLASERPLA serial no. J_1IPLASERNUMC10NUMC10
EXCCDECC Number J_1IEXCDCHAR40CHAR40
EXCRNExcise Registration Number J_1IEXRNCHAR40CHAR40
EXCRGExcise Range J_1IEXRGCHAR60CHAR60
EXCDIExcise Division J_1IEXDICHAR60CHAR60
EXCCOExcise Commissionerate J_1IEXCOCHAR60CHAR60
CSTNOCentral Sales Tax Number J_1ICSTNOCHAR40CHAR40
LSTNOLocal Sales Tax Number J_1ILSTNOCHAR40CHAR40
PANNOPermanent Account Number J_1IPANNOCHAR40CHAR40
ADDLDATA1Additional Data J_1IADDATACHAR60CHAR60
ADDLDATA2Additional Data J_1IADDATACHAR60CHAR60
ADDLDATA3Additional Data J_1IADDATACHAR60CHAR60
ADDLDATA4Additional Data J_1IADDATACHAR60CHAR60
ADDLVAL1Additional Value J_1IADDVALCURR17(2) WERT9
ADDLVAL2Additional Value J_1IADDVALCURR17(2) WERT9
REMTIMETime of Removal J_1IREMTIMTIMS6UZEIT

Key field Non-key field



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

As J_1IEXCINV 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_1IEXCINV as there is no data to select.

How to access SAP table J_1IEXCINV

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