MGVMAPMATNRALE SAP (Display internal to external numbers in ALE) Table details

Dictionary Type: Table
Description: Display internal to external numbers in ALE




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




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

MGVMAPMATNRALE is a standard SAP Table which is used to store Display internal to external numbers in ALE data and is available within R/3 SAP systems depending on the version and release level.

The MGVMAPMATNRALE table consists of various fields, each holding specific information or linking keys about Display internal to external numbers in ALE data available in SAP. These include FIELDNAME_INT (Field name of the internal material number), QUALI_VALUE (IDOC qualifier reference document), MSGTYP (Message Type), QUALIFIER (Name of the qualifier field).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP MGVMAPMATNRALE table 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
SEGNAME_INTSegment type EDILSEGTYPCHAR27EDISEGMENTEDILSEGTYPSEG
FIELDNAME_INTField name of the internal material number MGV_MATNR_INT_FIELDNAMECHAR30Assigned to domainFDNAME
QUALI_VALUEIDOC qualifier reference document EDI_QUALFRCHAR3EDI_QUALFR
MSGTYPMessage Type EDI_MESTYPCHAR30EDMSGEDI_MESTYPMES
QUALIFIERName of the qualifier field MGV_QUALIF_FIELDNAMECHAR30Assigned to domainFDNAME
SEGNAME_NEWSegment type EDILSEGTYPCHAR27Assigned to domainEDILSEGTYPSEG
FIELDNAME_EXTField name of the external material number MGV_MATNR_EXT_FIELDNAMECHAR30Assigned to domainFDNAME
FIELDNAME_VERSField name of the (material) version number MGV_MATNR_VERS_FIELDNAMECHAR30Assigned to domainFDNAME
FIELDNAME_GUIDField name of the material GUID MGV_MATNR_GUID_FIELDNAMECHAR30Assigned to domainFDNAME
ONLY_OUTOnly convert material number in outbox MGV_ALECONV_ONLYOUTCHAR1XFELD
ONLY_INOnly convert material number in inbox MGV_ALECONV_ONLYINCHAR1XFELD

Key field Non-key field



How do I retrieve data from SAP table MGVMAPMATNRALE using ABAP code

The following ABAP code Example will allow you to do a basic selection on MGVMAPMATNRALE to SELECT all data from the table
DATA: WA_MGVMAPMATNRALE TYPE MGVMAPMATNRALE.

SELECT SINGLE *
FROM MGVMAPMATNRALE
INTO CORRESPONDING FIELDS OF WA_MGVMAPMATNRALE
WHERE...

How to access SAP table MGVMAPMATNRALE

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