MCVBAPADD SAP (Additional Specification: Sales Document - Item Data) Structure details

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




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




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

MCVBAPADD 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: Sales 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_MCVBAPADD TYPE MCVBAPADD.

The MCVBAPADD table consists of various fields, each holding specific information or linking keys about Additional Specification: Sales Document - Item Data data available in SAP. These include OAUME (Open orders quantity in base unit of measure), OAUWE (Open net value of orders), OLIME (Open delivery quantity), OLIKW (Open delivery credit value).. 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 MCVBAPADD 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
OAUMEOpen orders quantity in base unit of measure MC_OAUMEQUAN15(3) MENGV15_3
OAUWEOpen net value of orders MC_OAUWECURR19(2) WERTV10
OLIMEOpen delivery quantity MC_OLIMEQUAN15(3) MENGV15_3
OLIKWOpen delivery credit value MC_OLIKW_FFLTP16(16) FLTP
OLIMEAUOpen delivery quantity from sales order MC_OLIMEAUQUAN15(3) MENGV15_3
OLIKWGESTotal open delivery credit value (without guarantee) MC_OLIKWGFFLTP16(16) FLTP
OLIKWAUOpen delivery credit value from sales order MC_OLIKWAFFLTP16(16) FLTP
WEBUKCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
ABSTPPayment guarantee category ABSTYP_CMCHAR1ABSTYP_CM
PERIV_LFFiscal Year Variant PERIVCHAR2Assigned to domainPERIV
OLIKWAAGuaranteed open delivery value MC_OLIKWFAFLTP16(16) FLTP
OLIKWAUAAGuaranteed open delivery value from order MC_OLIKFAAFLTP16(16) FLTP
OLIKWAUGESOpen delivery credit value from order (without guarantee) MC_OLIKWFGFLTP16(16) FLTP
KFKIVCondition for inter-company billing KFKIVCHAR1XFELD
KWMENG_ORGCumulative Order Quantity in Sales Units KWMENGQUAN15(3) MENG15
NETWR_VMENet value of the order item in document currency NETWR_APCURR15(2) WERTV8
NETWR_BNet value of the order item in document currency NETWR_APCURR15(2) WERTV8
KWMENG_BCumulative Order Quantity in Sales Units KWMENGQUAN15(3) MENG15
OLINWAUOpen Net Delivery Value from Order MC_OLINWAFFLTP16(16) FLTP

Key field Non-key field



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

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

How to access SAP table MCVBAPADD

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