MNB01 SAP (Vol. Rebates (Purchasing): B.V. Comp.: Main Condition Data) Structure details

Dictionary Type: Structure
Description: Vol. Rebates (Purchasing): B.V. Comp.: Main Condition Data




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




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

MNB01 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 "Vol. Rebates (Purchasing): B.V. Comp.: Main Condition 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_MNB01 TYPE MNB01.

The MNB01 table consists of various fields, each holding specific information or linking keys about Vol. Rebates (Purchasing): B.V. Comp.: Main Condition Data data available in SAP. These include MANDT (Client), KVEWE (Usage of the condition table), KOTABNR (Condition table), KAPPL (Application).. 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 MNB01 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
KVEWEUsage of the condition table KVEWECHAR1T681VKVEWEKVW
KOTABNRCondition table KOTABNRNUMC3Assigned to domainKOTABNRKON
KAPPLApplication KAPPLCHAR2T681AKAPPLKAP
KSCHLCondition type KSCHACHAR4Assigned to domainKSCHLVKS
VAKEYVariable key 100 bytes VAKEYCHAR100VAKEY
DATABValidity start date of the condition record KODATABDATS8DATUM
DATBIValidity end date of the condition record KODATBIDATS8DATUM
KNUMHCondition record number KNUMHCHAR10KNUMB
PERKONDenotes that condition is period condition PERKONCHAR1XFELD
VTEXTDescription VTXTMCHAR30TEXT30
AKTEICurrent table entry AKTEINUMC3NUM3
SUMEIFilled table lines SUMEINUMC3NUM3
SELKZSelection indicator for list screens SELKZ_LISTCHAR1SELKZ
VAKEY1Literal for variable key VAKEY1CHAR255TEXT255
VAKEY2Output field for variable key VAKEY2CHAR255TEXT255
KZBZGScale basis indicator KZBZGCHAR1KZBZG
KONMSCondition scale unit of measure KONMSUNIT3T006CUNITMEINS
KONWSScale currency KONWSCUKY5TCURCWAERSFWS
KMEINCondition unit KMEINUNIT3T006CUNITMEINS
AUWRTIncome from condition record MM_AUWRTCURR19(2) WERTV10
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
WAERS_ARCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
KRECHCalculation type for condition KRECHCHAR1KRECH
KSTBSCumulative scale basis in rebate arrangement units MM_KSTBS_ACURR19(2) WERTV10
KAWRTCumulative condition basis in rebate arrangement units MM_KAWRT_ACURR19(2) WERTV10
PE_KAWRTCumulative condition basis in rebate arrangement units MM_KAWRT_ECURR19(2) WERTV10
SKONWARate unit (currency or percentage) KONWACUKY5TCURCWAERS
KONWARate unit (currency or percentage) KONWACUKY5TCURCWAERS
PE_KONWARate unit (currency or percentage) KONWACUKY5Assigned to domainWAERS
KNUMA_BOAgreement (subsequent settlement) KNUMA_BOCHAR10KONAALPHAKNUMAVBOVMBO
BOART_BORebate agreement type BOART_BOCHAR4T6B1BOARTVBA
UPDKZUpdate indicator UPDKZ_DCHAR1UPDKZ
MKSCHLCondition type KSCHACHAR4Assigned to domainKSCHLVKS
MKBETRRate (condition amount or percentage) KBETRCURR11(2) WERTV6
MKBETR_TXTDescription for tax rate MKBETR_TXTCHAR6CHAR6
TABIXRow Index of Internal Tables SYTABIXINT410SYST_LONG
TABIX_UMRow Index of Internal Tables SYTABIXINT410SYST_LONG
MWSKZTax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LIFNRVendor (PO, vendor billing document, settlement request) BELIFCHAR10Assigned to domainALPHALIFNR
SPMONPeriod to analyze - month SPMONNUMC6PERIMCPERIOD
VRSIOVersion number in the information structure VRSIOCHAR3Assigned to domainVRSIOMCV
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
ERDATDate on Which Record Was Created ERDATDATS8DATUM
TABIX2Row Index of Internal Tables SYTABIXINT410SYST_LONG
TABIX3Row Index of Internal Tables SYTABIXINT410SYST_LONG
FIXEDInicates that business volume data is fixed ARRANG_TOFIXEDCHAR1XFELD
UMSARTType of business volume data UMSARTCHAR1UMSART
KNUMH_PERCondition record number KNUMHCHAR10KNUMB
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
NEUNewly entered business volume data ARRANG_TONEWINT410INT4
KRECH_PECalculation type for condition KRECHCHAR1KRECH
KZBZG_PEScale basis indicator KZBZGCHAR1KZBZG
LINE_ICONTree Control: Icon / Image TV_IMAGECHAR46TV_IMAGE
CHANGEDChanged business volume data ARRANG_TOCHAINT410INT4
TOTALNumber of aggregated business volume lines ARRANG_TOTALINT410INT4

Key field Non-key field



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

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

How to access SAP table MNB01

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