SUPOMDHD SAP (Supplier Portal: Header Data Structure for Materials) Structure details

Dictionary Type: Structure
Description: Supplier Portal: Header Data Structure for Materials




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




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

SUPOMDHD 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 "Supplier Portal: Header Data Structure for Materials" 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_SUPOMDHD TYPE SUPOMDHD.

The SUPOMDHD table consists of various fields, each holding specific information or linking keys about Supplier Portal: Header Data Structure for Materials data available in SAP. These include MATNR (Material Number), EXMAT (Material Number used by Vendor), WERKS (Plant), LIFNR (Vendor Account Number).. 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 SUPOMDHD 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
DISSTLow-Level Code DISSTCHAR3DISST
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
EXMATMaterial Number used by Vendor MD_EXMATCHAR35IDNEX
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LIFNRVendor Account Number ELIFNCHAR10Assigned to domainALPHALIFNRLIFKRED_C
BERIDMRP Area BERIDCHAR10Assigned to domainBERIDBERID
TXWRKPlant - short text TXWRK_DCHAR30CHAR30
BERTXMRP area text BERTXCHAR40BERTX
SGSRCSingle-source indicator SGSRCCHAR10CHAR10
PLWRKPlanning Plant PLWRKCHAR4Assigned to domainWERKSWRK
PLSCNPlanning Scenario of Long-Term Planning PLSCNNUMC3Assigned to domainPLSCNPLS
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
DISPOMRP Controller (Materials Planner) DISPOCHAR3Assigned to domainDISPODGRHS_T024D
BDBKZSelection indicator for processed MRP lists BDBKZCHAR1XFELD
MTARTMaterial Type MTARTCHAR4Assigned to domainMTARTMTA
DISMMMRP Type DISMMCHAR2Assigned to domainDISMM
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
BESKZProcurement Type BESKZCHAR1BESKZMBS
SOBESSpecial procurement type SOBESCHAR1SOBES
ESOBSSpecial procurement - external display ESOBSCHAR1Assigned to domainESOBS
DTNUMNumber of material requirements planning table DTNUMNUMC10NUM10
BERW1Stock Days' Supply Without Receipts BERW1DEC4(1) DECV3_1
BERW2First Receipt Days' Supply BERW2DEC4(1) DECV3_1
BERW4Second Receipt Days' Supply BERW4DEC4(1) DECV3_1
DSDATMRP date DSDATDATS8DATUM
KZPROMOIndicator: Material in promotion KZPROMOCHAR1CHAR1
MAKZGSelection flag SELKZCHAR1SELKZ
SUM01Plant stock / only plant segment SUM01WQUAN13(3) MENG13
BERX1Stock Days' Supply Without Receipts BERW1DEC4(1) DECV3_1
BERX2First Receipt Days' Supply BERW2DEC4(1) DECV3_1
BERX3Second Receipt Days' Supply BERW4DEC4(1) DECV3_1
ALINELine index for internal table processing XLINEINT410XLINE
ABLKZCurrent stock/requirements list was created ABLKZCHAR1XFELD
LAZKZIndicator: List was already accessed (displayed) LAZKZCHAR1XFELD
KZSEASNIndicator: Seasonal material KZSEASNCHAR1XFLAG
MAABCABC Indicator MAABCCHAR1Assigned to domainMAABC
EXPANDSingle-Character Indicator CHAR1CHAR1CHAR1
INFO3-Byte field CHAR3CHAR3CHAR3
DSNAMName of MRP controller DSNAMCHAR18TEXT18
DSTELMRP controller's telephone number DSTELCHAR12CHAR12
DSMALE-Mail Recipient CATSXT_SF_EMAILCHAR241SXIDNAD_SMTPADR

Key field Non-key field



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

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

How to access SAP table SUPOMDHD

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