BAPIE1MVKE SAP (Sales Data) Structure details

Dictionary Type: Structure
Description: Sales Data




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




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

BAPIE1MVKE 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 "Sales Data" 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_BAPIE1MVKE TYPE BAPIE1MVKE.

The BAPIE1MVKE table consists of various fields, each holding specific information or linking keys about Sales Data data available in SAP. These include MATERIAL (Material Number), SALES_ORG (Sales Organization), DISTR_CHAN (Distribution Channel), DEL_FLAG (Ind.: Flag material for deletion at distribution chain level).. 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: Cannot Be Enhanced


SAP BAPIE1MVKE 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
FUNCTIONFunction of BAPI BAPIFNCHAR3BAPIFN
MATERIALMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
SALES_ORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
DISTR_CHANDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
DEL_FLAGInd.: Flag material for deletion at distribution chain level LVOVKCHAR1XFELD
MATL_STATSMaterial statistics group STGMACHAR1Assigned to domainSTGMA
REBATE_GRPVolume rebate group BONUSCHAR2Assigned to domainBONUS
COMM_GROUPCommission group PROVGCHAR2Assigned to domainPROVG
CASH_DISCCash discount indicator SKTOFCHAR1XFELD
SAL_STATUSDistribution-chain-specific material status VMSTACHAR2Assigned to domainVMSTA
VALID_FROMDate from which distr.-chain-spec. material status is valid VMSTDDATS8DATUM
MIN_ORDERMinimum order quantity in base unit of measure MINAUQUAN13(3) MENG13
MIN_DELYMinimum delivery quantity in delivery note processing MINLFQUAN13(3) MENG13
MIN_MTOMinimum make-to-order quantity MINEFQUAN13(3) MENG13
DELY_UNITDelivery unit SCHRTQUAN13(3) MENG13
DELY_UOMUnit of measure of delivery unit SCHMEUNIT3Assigned to domainCUNITMEINS
DELY_UOM_ISOUnit of measure for delivery unit in ISO code SCHME_ISOCHAR3Assigned to domainISOCD_UNIT
SALES_UNITSales unit VRKMEUNIT3Assigned to domainCUNITMEINS
SALES_UNIT_ISOSales unit in ISO code VRKME_ISOCHAR3Assigned to domainISOCD_UNIT
ITEM_CATItem category group from material master MTPOSCHAR4Assigned to domainMTPOS
DELYG_PLNTDelivering Plant DWERKCHAR4Assigned to domainWERKS
PROD_HIERProduct hierarchy PRODH_DCHAR18Assigned to domainPRODHVPR
PR_REF_MATPricing Reference Material PMATNCHAR18Assigned to domainMATN1MATNRMAT
MAT_PR_GRPMaterial Pricing Group KONDMCHAR2Assigned to domainKONDMVKM
ACCT_ASSGTAccount assignment group for this material KTGRMCHAR2Assigned to domainKTGRM
MATL_GRP_1Material group 1 MVGR1CHAR3Assigned to domainMVGR1
MATL_GRP_2Material group 2 MVGR2CHAR3Assigned to domainMVGR2
MATL_GRP_3Material group 3 MVGR3CHAR3Assigned to domainMVGR3
MATL_GRP_4Material group 4 MVGR4CHAR3Assigned to domainMVGR4
MATL_GRP_5Material group 5 MVGR5CHAR3Assigned to domainMVGR5
PROD_ATT_1ID for product attribute 1 PRAT1CHAR1PRATA
PROD_ATT_2ID for product attribute 2 PRAT2CHAR1PRATA
PROD_ATT_3ID for product attribute 3 PRAT3CHAR1PRATA
PROD_ATT_4ID for product attribute 4 PRAT4CHAR1PRATA
PROD_ATT_5ID for product attribute 5 PRAT5CHAR1PRATA
PROD_ATT_6ID for product attribute 6 PRAT6CHAR1PRATA
PROD_ATT_7ID for product attribute 7 PRAT7CHAR1PRATA
PROD_ATT_8ID for product attribute 8 PRAT8CHAR1PRATA
PROD_ATT_9ID for product attribute 9 PRAT9CHAR1PRATA
PROD_ATT10ID for product attribute 10 PRATACHAR1PRATA
ROUND_PROFRounding Profile RDPRFCHAR4Assigned to domainRDPRF
VAR_SALES_UNVariable Sales Unit Not Allowed VAVMECHAR1XFELD
UNIT_GROUPUnit of Measure Group MEGRUCHAR4Assigned to domainMEGRU
PR_REF_MAT_EXTERNALLong Material Number for PR_REF_MAT Field MGV_PR_REF_MAT_EXTERNALCHAR40MATNR_EXT
PR_REF_MAT_GUIDExternal GUID for PR_REF_MAT Field MGV_PR_REF_MAT_GUIDCHAR32MATNR_EGUID
PR_REF_MAT_VERSIONVersion Number for PR_REF_MAT Field MGV_PR_REF_MAT_VERSIONCHAR10MATNWMATNR_VERS
MATERIAL_EXTERNALLong Material Number for MATERIAL Field MGV_MATERIAL_EXTERNALCHAR40MATNR_EXT
MATERIAL_GUIDExternal GUID for MATERIAL Field MGV_MATERIAL_GUIDCHAR32MATNR_EGUID
MATERIAL_VERSIONVersion Number for MATERIAL Field MGV_MATERIAL_VERSIONCHAR10MATNWMATNR_VERS

Key field Non-key field



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

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

How to access SAP table BAPIE1MVKE

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