ARE_TABLE SAP (TABLE FOR ARE) Structure details

Dictionary Type: Structure
Description: TABLE FOR ARE




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




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

ARE_TABLE 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 "TABLE FOR ARE" 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_ARE_TABLE TYPE ARE_TABLE.

The ARE_TABLE table consists of various fields, each holding specific information or linking keys about TABLE FOR ARE data available in SAP. These include TRNTYP (Excise Transaction Type), DOCYR (Year), DOCNO (Internal Excise Document Number), NUM_OF_PKGS (Number of Packages).. 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 ARE_TABLE 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
TRNTYPExcise Transaction Type J_1ITRNTYPCHAR4Assigned to domainJ_1ITRNTYP
DOCYRYear J_1IDOCUYRNUMC4J_1IDOCUYRGJR
DOCNOInternal Excise Document Number J_1IDOCNONUMC10Assigned to domainJ_1IDOCNOJ2G
NUM_OF_PKGSNumber of Packages J_1INUM_OF_PKGCHAR10J_1ICHAR10LOW
NTGEWNet weight NTGEW_15QUAN15(3) MENG15
MENGEQuantity mentioned in the excise invoice J_1IMENGEQUAN13(3) MENG13
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
EXBASExcise Duty Base Amount J_1IEXCBASCURR13(2) WERT7
BEDRATEBED percentage J_1IBEDRATDEC7(4) PRZ34
EXBEDBasic Excise Duty J_1IEXCBEDCURR13(2) WERT7
RDOC2Reference Document 2 J_1IRDOC2CHAR10CHAR10
DESC_PKGPackage Description J_1IDESC_PKGCHAR30CHAR30LOW
BRGEWGross weight BRGEW_15QUAN15(3) MENG15
MRK_PKGMarks on Package J_1IMRK_PKGCHAR30CHAR30LOW
MEINSUnit of Measure J_1IMEINSUNIT3Assigned to domainCUNITMEINS
GT_EXCDATEExcise Document Date J_1IEXCDATDATS8J_1IEXCDAT
NOS_ON_PKGNumbers on Package J_1INOS_ON_PKGCHAR30CHAR30LOW
BONDNOEXOfficial Bond Number J_1IBONDNOEXCHAR60CHAR60
BUDATIssue Date J_1IBOBUDATDATS8DATUM
G_TOT_DUTYExcise Duty Base Amount J_1IEXCBASCURR13(2) WERT7
G_TOT_R_OTHERSBED percentage J_1IBEDRATDEC7(4) PRZ34
G_TOT_OTHERSExcise Duty Base Amount J_1IEXCBASCURR13(2) WERT7
GEWEIWeight Unit GEWEIUNIT3Assigned to domainCUNITMEINS
ECSRATEECS rate in % J_1IECSRATDEC7(4) PRZ34
ECSECS Value J_1IEXECSCURR13(2) WERT7

Key field Non-key field



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

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

How to access SAP table ARE_TABLE

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