/BPR3MI/MIN_CBP SAP (Mining - Contract additional parameters) Table details

Dictionary Type: Table
Description: Mining - Contract additional parameters




ABAP Code to SELECT data from /BPR3MI/MIN_CBP
Related tables to /BPR3MI/MIN_CBP
Access table /BPR3MI/MIN_CBP




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

/BPR3MI/MIN_CBP is a standard SAP Table which is used to store Mining - Contract additional parameters data and is available within R/3 SAP systems depending on the version and release level.

The /BPR3MI/MIN_CBP table consists of various fields, each holding specific information or linking keys about Mining - Contract additional parameters data available in SAP. These include KSCHL (Condition type), VBELN (Sales Document), MATNR (Material Number), DPRIM (Mining - Dry Primary Characteristic).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP /BPR3MI/MIN_CBP table 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 MANDTCLNT3T000MANDT
KSCHLCondition type KSCHACHAR4T685KSCHLVKS
VBELNSales Document VBELN_VACHAR10VBUKALPHAVBELNAUN
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
DPRIMMining - Dry Primary Characteristic /BPR3MI/MIN_DRY_PRIM_CHARCHAR30ATNAM
WPRIMMining - Wet Primary Characteristic /BPR3MI/MIN_WET_PRIM_CHARCHAR30ATNAM
MOISTMining - Moisture Characteristic /BPR3MI/MIN_MOISTURE_CHARCHAR30ATNAM
DSECMining - Dry Secondary Characteristic /BPR3MI/MIN_DRY_SEC_CHARCHAR30ATNAM
WSECMining - Wet Secondary Characteristic /BPR3MI/MIN_WET_SEC_CHARCHAR30ATNAM
UOMMining - Contract Based Pricing UOM /BPR3MI/MIN_CBP_UOMUNIT3T006CUNITMEINS
CURRMining - Contract Based Pricing Currency /BPR3MI/MIN_CBP_CURRCUKY5TCURCWAERS
FLRMining - Floor Sales Price /BPR3MI/MIN_FLOOR_PRICECURR13(2) WERTV7
INT2Mining - Interval 2 Sales Price /BPR3MI/MIN_INT2_PRICECURR13(2) WERTV7
INT3Mining - Interval 3 Sales Price /BPR3MI/MIN_INT3_PRICECURR13(2) WERTV7
CLGMining - Floor Sales Price /BPR3MI/MIN_CEILING_PRICECURR13(2) WERTV7
LWRMKTMining - Lower Market Price /BPR3MI/MIN_LWR_MARKETCURR13(2) WERTV7
MKT2Mining - Second Market Price /BPR3MI/MIN_2ND_MARKETCURR13(2) WERTV7
MKT3Mining - Third Market Price /BPR3MI/MIN_3RD_MARKETCURR13(2) WERTV7
HGRMKTMining - Higher Market Price /BPR3MI/MIN_HGR_MARKETCURR13(2) WERTV7

Key field Non-key field



How do I retrieve data from SAP table /BPR3MI/MIN_CBP using ABAP code

The following ABAP code Example will allow you to do a basic selection on /BPR3MI/MIN_CBP to SELECT all data from the table
DATA: WA_/BPR3MI/MIN_CBP TYPE /BPR3MI/MIN_CBP.

SELECT SINGLE *
FROM /BPR3MI/MIN_CBP
INTO CORRESPONDING FIELDS OF WA_/BPR3MI/MIN_CBP
WHERE...

How to access SAP table /BPR3MI/MIN_CBP

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