RL080_ITEM SAP (Hierarchical Rep RLS10080 - Item) Structure details

Dictionary Type: Structure
Description: Hierarchical Rep RLS10080 - Item




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




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

RL080_ITEM 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 "Hierarchical Rep RLS10080 - Item" 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_RL080_ITEM TYPE RL080_ITEM.

The RL080_ITEM table consists of various fields, each holding specific information or linking keys about Hierarchical Rep RLS10080 - Item data available in SAP. These include MAKTX (Material Description (Short Text)), SFNR1 (Number of hazardous substance), SFNR2 (Number of hazardous substance), SFNR3 (Number of hazardous substance).. 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 RL080_ITEM 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
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
SFNR1Number of hazardous substance MGEF_SFNR0CHAR6MGEF_SFNR0
SFNR2Number of hazardous substance MGEF_SFNR0CHAR6MGEF_SFNR0
SFNR3Number of hazardous substance MGEF_SFNR0CHAR6MGEF_SFNR0
SFNR4Number of hazardous substance MGEF_SFNR0CHAR6MGEF_SFNR0
SFKO1Concentration of hazardous substances MGEF_SFKO0DEC5(2) MGEF_SFKO0
SFKO2Concentration of hazardous substances MGEF_SFKO0DEC5(2) MGEF_SFKO0
SFKO3Concentration of hazardous substances MGEF_SFKO0DEC5(2) MGEF_SFKO0
SFKO4Concentration of hazardous substances MGEF_SFKO0DEC5(2) MGEF_SFKO0
GVTX1Name of danger T646HGVTXTCHAR30TEXT30
GVTX2Name of danger T646HGVTXTCHAR30TEXT30
GVTX3Name of danger T646HGVTXTCHAR30TEXT30
GVTX4Name of danger T646HGVTXTCHAR30TEXT30
GVTX5Name of danger T646HGVTXTCHAR30TEXT30
GVTX6Name of danger T646HGVTXTCHAR30TEXT30
GVTX7Name of danger T646HGVTXTCHAR30TEXT30
GVTX8Name of danger T646HGVTXTCHAR30TEXT30
HM_DISPLAYName of danger T646HGVTXTCHAR30TEXT30
HSNUM_DISPLAYNumber of hazardous substance MGEF_SFNR0CHAR6MGEF_SFNR0
CONC_DISPLAYConcentration of hazardous substances MGEF_SFKO0DEC5(2) MGEF_SFKO0
LAGKLStorage class LVS_LAGKLCHAR5Assigned to domainMGEF_LAGKL
WGFKLWater Pollution Class MGEF_WGFKLNUMC1MGEF_WGFKL
GVTXTDescription of warehouse danger T646WGVTXTCHAR30TEXT30
GESMETotal Quantity LQUA_GESMEQUAN13(3) MENSH
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
AGGRTName for state of aggregation T646BAGGRTCHAR20TEXT20
LGTYPStorage Type LGTYPCHAR3Assigned to domainLGTYPLGTH_T301

Key field Non-key field



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

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

How to access SAP table RL080_ITEM

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