KOMKBMD SAP (Output Determination Communication Area Header Appl.MD) Structure details

Dictionary Type: Structure
Description: Output Determination Communication Area Header Appl.MD




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




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

KOMKBMD 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 "Output Determination Communication Area Header Appl.MD" 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_KOMKBMD TYPE KOMKBMD.

The KOMKBMD table consists of various fields, each holding specific information or linking keys about Output Determination Communication Area Header Appl.MD data available in SAP. These include DBMAL (Message control for direct procurement), BANFN (Purchase Requisition Number), BNFPO (Item Number of Purchase Requisition), ERNAM (Name of Person who Created the Object).. 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: Not classified


SAP KOMKBMD 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
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
DBMALMessage control for direct procurement DBMALCHAR1DBMAL
BANFNPurchase Requisition Number BANFNCHAR10ALPHABANFNBANMBAN_C
BNFPOItem Number of Purchase Requisition BNFPONUMC5Assigned to domainBNFPOBAP
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
BEST1Purchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
BESP1Item Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
BEST2Purchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
BESP2Item Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
BEST3Purchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
BESP3Item Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
BEST4Purchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
BESP4Item Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
BEST5Purchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
BESP5Item Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
BEST6Purchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
BESP6Item Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
BEST7Purchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
BESP7Item Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
BEST8Purchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
BESP8Item Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
BEST9Purchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
BESP9Item Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
AMATNMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
NMATNMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
AWERKPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
NWERKPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
AMENGQuantity MENGE_DQUAN13(3) MENG13
NMENGQuantity MENGE_DQUAN13(3) MENG13
AMEINBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
NMEINBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
AKNTTAccount Assignment Category KNTTPCHAR1Assigned to domainKNTTPKNT
NKNTTAccount Assignment Category KNTTPCHAR1Assigned to domainKNTTPKNT
AFLIEFixed Vendor FLIEFCHAR10Assigned to domainALPHALIFNR
NFLIEFixed Vendor FLIEFCHAR10Assigned to domainALPHALIFNR
ALFDADelivery date LFDATDATS8DATUM
NLFDADelivery date LFDATDATS8DATUM
AFRGDPurchase Requisition Release Date FRGDTDATS8DATUM
NFRGDPurchase Requisition Release Date FRGDTDATS8DATUM
AMATKMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
NMATKMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
APREIPrice PREISCURR11(2) WERT11
NPREIPrice PREISCURR11(2) WERT11
APEINPrice Unit PEINHDEC5PACK3
NPEINPrice Unit PEINHDEC5PACK3
ATXZ0Short Text TXZ01CHAR40TEXT40
NTXZ0Short Text TXZ01CHAR40TEXT40
DUMMYDummy function in length 1 DUMMYCHAR1DUMMY

Key field Non-key field



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

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

How to access SAP table KOMKBMD

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