RFC_MAT1 SAP (Structure of Matchcode Object MAT1 copied for RFC) Structure details

Dictionary Type: Structure
Description: Structure of Matchcode Object MAT1 copied for RFC




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




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

RFC_MAT1 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 of Matchcode Object MAT1 copied for RFC" 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_RFC_MAT1 TYPE RFC_MAT1.

The RFC_MAT1 table consists of various fields, each holding specific information or linking keys about Structure of Matchcode Object MAT1 copied for RFC data available in SAP. These include VKORG (Sales Organization), VTWEG (Distribution Channel), BWKEY (Valuation Area), BWTAR (Valuation Type).. 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)


SAP RFC_MAT1 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
VKORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
BWKEYValuation Area BWKEYCHAR4Assigned to domainBWKEYBWK
BWTARValuation Type BWTAR_DCHAR10Assigned to domainBWTARBWT
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LGNUMWarehouse Number / Warehouse Complex LGNUMCHAR3Assigned to domainLGNUMLGN
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
PRODHProduct hierarchy PRODH_DCHAR18Assigned to domainPRODHVPR
LVOMAFlag Material for Deletion at Client Level LVOMACHAR1XFELD
MTARTMaterial Type MTARTCHAR4Assigned to domainMTARTMTA
MATKLMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
BISMTOld material number BISMTCHAR18BISMT
GROESSize/dimensions GROESCHAR32CHAR32
WRKSTBasic Material WRKSTCHAR48Assigned to domainWRKST
LABORLaboratory/design office LABORCHAR3Assigned to domainLABOR
STOFFHazardous material number STOFFCHAR18Assigned to domainMATN1STOFFSTO
SPARTDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
TRAGRTransportation Group TRAGRCHAR4Assigned to domainTRAGR
LVOVKInd.: Flag material for deletion at distribution chain level LVOVKCHAR1XFELD
VERSGStatistics group VERSGCHAR1Assigned to domainVERSG
BONUSVolume rebate group BONUSCHAR2Assigned to domainBONUS
PROVGCommission group PROVGCHAR2Assigned to domainPROVG
PMATNPricing Reference Material PMATNCHAR18Assigned to domainMATN1MATNRMAT
KONDMMaterial Pricing Group KONDMCHAR2Assigned to domainKONDMVKM
KTGRMAccount assignment group for this material KTGRMCHAR2Assigned to domainKTGRM
LVOBADeletion flag for all material data of a valuation type LVOBACHAR1XFELD
BKLASValuation Class BKLASCHAR4Assigned to domainBKLAS
BWTTYValuation Category BWTTY_DCHAR1Assigned to domainBWTTY
MYPOLPool number for LIFO valuation MYPOOLCHAR4Assigned to domainLIFO_POOLPOL
LVOWKFlag Material for Deletion at Plant Level LVOWKCHAR1XFELD
MAABCABC Indicator MAABCCHAR1TMABCMAABC
EKGRPPurchasing Group EKGRPCHAR3Assigned to domainEKGRPEKG
DISMMMRP Type DISMMCHAR2Assigned to domainDISMM
DISPOMRP Controller (Materials Planner) DISPOCHAR3Assigned to domainDISPODGRHS_T024D
FEVORProduction Supervisor FEVORCHAR3Assigned to domainFEVORCFV
LADGRLoading Group LADGRCHAR4Assigned to domainLADGR
LVOLNDeletion flag for all material data of a warehouse number LVOLNCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table RFC_MAT1

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