BBPS_MRM_PROP SAP (Input Interface MRM_AMOUNT_QUANTITY_PROPOSE) Structure details

Dictionary Type: Structure
Description: Input Interface MRM_AMOUNT_QUANTITY_PROPOSE




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




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

BBPS_MRM_PROP 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 "Input Interface MRM_AMOUNT_QUANTITY_PROPOSE" 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_BBPS_MRM_PROP TYPE BBPS_MRM_PROP.

The BBPS_MRM_PROP table consists of various fields, each holding specific information or linking keys about Input Interface MRM_AMOUNT_QUANTITY_PROPOSE data available in SAP. These include BPREM (Invoice Receipt Quantity in Order Price Unit), BPRME (Order Price Unit (purchasing)), MEINS (Purchase Order Unit of Measure), BPUMN (Denominator for the Conversion of OPUn in OU).. 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 BBPS_MRM_PROP 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
XEKBZIndicator: update purchase order delivery costs BBP_XEKBZCHAR1XFELD
BPREMInvoice Receipt Quantity in Order Price Unit BBP_BPREMQUAN13(3) MENG13
BPRMEOrder Price Unit (purchasing) BBP_BPRMEUNIT3Assigned to domainCUNITMEINS
MEINSPurchase Order Unit of Measure BSTMEUNIT3Assigned to domainCUNITMEINS
BPUMNDenominator for the Conversion of OPUn in OU BBP_BPUMNDEC5UMBSN
BPUMZNumerator for Conversion of Order Price Unit into Order Unit BBP_BPUMZDEC5UMBSZ
BPWEMGoods Receipt Quantity in Order Unit BBP_BPWEMQUAN13(3) MENG13
BSMNGQuantity Ordered Against this Purchase Requisition BSMNGQUAN13(3) MENG13
IVTYPOrigin of a Logistics Invoice Verification Document BBP_IVTYPCHAR1BBP_IVTYP
NETWRNet value in document currency BBP_NETWRCURR15(2) WERTV8
REFWRInvoice Value in Foreign Currency BBP_REFWRCURR13(2) WRTV7
REMNGInvoice Receipt Quantity BBP_REMNGQUAN13(3) MENG13
TBTKZIndicator: Subsequent Debit BBP_TBTKZCHAR1BBP_TBTKZ
WEMNGQuantity of Goods Received BBP_WEMNGQUAN13(3) MENG13
WEPOSGoods Receipt Indicator WEPOSCHAR1XFELD
RETPOReturns Item BBP_RETPOCHAR1XFELD
XBPRMNew Input Values XFLAGCHAR1XFLAG
NOQUANTITYNo Quantity Logic in Invoice Verification BBP_NOQUANTITYCHAR1XFELD
PSTYPItem Category in Purchasing Document PSTYPCHAR1Assigned to domainPSTYP
WEUNBGoods Receipt, Non-Valuated WEUNBCHAR1XFELD
WEWRTValue of Goods Received in Local Currency BBP_WEWRTCURR13(2) WERT7
WEWWRValue of Goods Received in Foreign Currency BBP_WEWWRCURR13(2) WERT7
REWRTInvoice Amount in Local Currency BBP_REWRTCURR13(2) WRTV7
REWWRInvoice Amount in Foreign Currency BBP_REWWRCURR13(2) WERT7
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
BEWAEPO Currency BBP_BSTWACUKY5Assigned to domainWAERS
HSWAELocal currency key BBP_HSWAECUKY5Assigned to domainWAERS
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG

Key field Non-key field



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

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

How to access SAP table BBPS_MRM_PROP

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