BAPIE1MVKEX SAP (Checkbox Structure for BAPIE1MVKE) Structure details

Dictionary Type: Structure
Description: Checkbox Structure for BAPIE1MVKE




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




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

BAPIE1MVKEX 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 "Checkbox Structure for BAPIE1MVKE" 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_BAPIE1MVKEX TYPE BAPIE1MVKEX.

The BAPIE1MVKEX table consists of various fields, each holding specific information or linking keys about Checkbox Structure for BAPIE1MVKE data available in SAP. These include MATERIAL (Material Number), SALES_ORG (Sales Organization), DISTR_CHAN (Distribution Channel), DEL_FLAG (Updated information in related user data 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP BAPIE1MVKEX 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_FLAGUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MATL_STATSUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
REBATE_GRPUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
COMM_GROUPUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
CASH_DISCUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
SAL_STATUSUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
VALID_FROMUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MIN_ORDERUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MIN_DELYUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MIN_MTOUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
DELY_UNITUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
DELY_UOMUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
DELY_UOM_ISOUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
SALES_UNITUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
SALES_UNIT_ISOUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
ITEM_CATUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
DELYG_PLNTUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PROD_HIERUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PR_REF_MATUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MAT_PR_GRPUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
ACCT_ASSGTUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MATL_GRP_1Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MATL_GRP_2Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MATL_GRP_3Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MATL_GRP_4Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MATL_GRP_5Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PROD_ATT_1Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PROD_ATT_2Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PROD_ATT_3Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PROD_ATT_4Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PROD_ATT_5Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PROD_ATT_6Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PROD_ATT_7Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PROD_ATT_8Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PROD_ATT_9Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PROD_ATT10Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
ROUND_PROFUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
VAR_SALES_UNUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
UNIT_GROUPUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PR_REF_MAT_EXTERNALUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PR_REF_MAT_GUIDUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PR_REF_MAT_VERSIONUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
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 BAPIE1MVKEX using ABAP code?

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

How to access SAP table BAPIE1MVKEX

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