MCVBRPADD SAP (Additional Specification: Billing Document - Item Data) Structure details

Dictionary Type: Structure
Description: Additional Specification: Billing Document - Item Data




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




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

MCVBRPADD 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 "Additional Specification: Billing Document - Item 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_MCVBRPADD TYPE MCVBRPADD.

The MCVBRPADD table consists of various fields, each holding specific information or linking keys about Additional Specification: Billing Document - Item Data data available in SAP. These include APPRSDT (Date for pricing and exchange rate), APKURSK_DAT (Translation Date), APKURSK (Exchange Rate for Price Determination), APCMKUA (Credit data exchange rate for requested delivery date).. 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 MCVBRPADD 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
VDATUDate of update for statistics updating MC_VDATUMDATS8DATUM
APPRSDTDate for pricing and exchange rate PRSDTDATS8DATUM
APKURSK_DATTranslation Date WWERT_DDATS8DATUM
APKURSKExchange Rate for Price Determination KURSKDEC9(5) EXCRTKURRF
APCMKUACredit data exchange rate for requested delivery date CMKUADEC9(5) KURRF
APERDATDate on Which Record Was Created ERDATDATS8DATUM
APCMPREItem credit price CMPRE_FLTFLTP16(16) FLTP
OLIMEOpen delivery quantity MC_OLIMEQUAN15(3) MENGV15_3
OLIKWOpen delivery credit value MC_OLIKW_FFLTP16(16) FLTP
OLIKWGESTotal open delivery credit value (without guarantee) MC_OLIKWGFFLTP16(16) FLTP
OLIKWAAGuaranteed open delivery value MC_OLIKWFAFLTP16(16) FLTP
OFAMEOpen billing document quantity MC_OFAMEQUAN15(3) MENGV15_3
OFAKWOpen billing document credit value MC_OFAKW_FFLTP16(16) FLTP
OFAKWGESTotal open billing document credit value (without guarantee) MC_OFAKWGFFLTP16(16) FLTP
OFAKWAAGuaranteed open billing values MC_OFAKWAFFLTP16(16) FLTP
WEBUKCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
APVRKMESales unit VRKMEUNIT3Assigned to domainCUNITMEINS
APUMVKZNumerator (factor) for conversion of sales quantity into SKU UMVKZDEC5UMBSZ
APUMVKNDenominator (Divisor) for Conversion of Sales Qty into SKU UMVKNDEC5UMBSN
ABSTPPayment guarantee category ABSTYP_CMCHAR1ABSTYP_CM
APNETWRNet Value in Document Currency NETWRCURR15(2) WERTV8
APKWMENGCumulative Order Quantity in Sales Units KWMENGQUAN15(3) MENG15
APWKWAEValue contract currency WKWAECUKY5Assigned to domainWAERS
APWKKURExchange rate in value contract currency WKKURDEC9(5) KURRF
APABGRUReason for rejection of quotations and sales orders ABGRU_VACHAR2Assigned to domainABGRU_VA
APWAERKSD Document Currency WAERKCUKY5Assigned to domainWAERSFWS
APMEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
APKURSTExchange Rate Type KURSTCHAR4Assigned to domainKURSTKUT
APSTCURExchange rate for statistics STCURDEC9(5) EXCRTKURRF

Key field Non-key field



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

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

How to access SAP table MCVBRPADD

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