/J7L/ARTICLE SAP (REA Article) Structure details

Dictionary Type: Structure
Description: REA Article




ABAP Code to SELECT data from /J7L/ARTICLE
Related tables to /J7L/ARTICLE
Access table /J7L/ARTICLE




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

/J7L/ARTICLE 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 "REA Article" 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_/J7L/ARTICLE TYPE /J7L/ARTICLE.

The /J7L/ARTICLE table consists of various fields, each holding specific information or linking keys about REA Article data available in SAP. These include MANDT (Client), MATNR (Material Number), BUKRS (Company Code), LAND1 (Country Key).. 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 (Deep)


SAP /J7L/ARTICLE 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 MANDTCLNT3T000MANDT
MATNRMaterial Number MATNRCHAR18J_7LM02MATN1MATNRMATS_MAT1
BUKRSCompany Code BUKRSCHAR4J_7LM02BUKRSBUKC_T001
LAND1Country Key LAND1CHAR3J_7LC10LAND1LND
VRKMESales unit VRKMEUNIT3MARMCUNITMEINS
VARIANTEVariant of Article J_7LAVARIANTECHAR18J_7LM02J_7LVARIANTE
GMENGQuantity Limit J_7LRGMENGQUAN13(3) MENGE
MERELXIndicator: Derive Sales Units Proportionally J_7LMERELXCHAR1XFELD
MEVWXInd.: Reference UoM for All Non-Defined UoMs for Article J_7LMEVWXCHAR1XFELD
NTGEWNet Weight NTGEWQUAN13(3) MENG13
BRGEWGross Weight BRGEWQUAN13(3) MENG13
GEWEIWeight Unit GEWEIUNIT3Assigned to domainCUNITMEINS
VOLUMVolume VOLUMQUAN13(3) MENG13
VOLEHVolume unit VOLEHUNIT3Assigned to domainCUNITMEINS
VPGRP55-Digit Packaging Group Key for REA Declaration J_7LVPG5CHAR5CHAR005
PRIM_VRKMEPrimary Sales Unit of Article J_7LPRIM_VRKMEUNIT3Assigned to domainCUNITMEINS
.INCLU-ADM 0
DATABADMValid-From Date DATABDATS8DATUM
DATBIADMValid To Date DATBIDATS8DATUM
ERSDAADMCreated On ERSDADATS8DATUM
ERZETADMTime Created J_7LERZETTIMS6UZEIT
ERNAMADMName of Person who Created the Object ERNAMCHAR12USNAM
LAEDAADMDate of Last Change LAEDADATS8DATUM
AEZETADMTime Last Change Was Made J_7LAEZETTIMS6UZEIT
AENAMADMName of Person Who Changed Object AENAMCHAR12USNAM
LVORMADMDeletion Indicator LVORMCHAR1XFELD
.INCLU-HEA 0
ACTIVEHEACheckbox XFELDCHAR1XFELD
KPEINNumber of Sales Units in Packaging Bill of Material J_7LRKPEINDEC5KPEIN
COMPONENT_TIME_TAB 0
PARTNER_TIME_TAB 0
.INCLU-BOM 0
ACTIVEBOMCheckbox XFELDCHAR1XFELD

Key field Non-key field



How do I retrieve data from SAP structure /J7L/ARTICLE using ABAP code?

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

How to access SAP table /J7L/ARTICLE

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