MCLIPSADD SAP (Additional Specification: Delivery - Item Data) Structure details

Dictionary Type: Structure
Description: Additional Specification: Delivery - Item Data




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




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

MCLIPSADD 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: Delivery - 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_MCLIPSADD TYPE MCLIPSADD.

The MCLIPSADD table consists of various fields, each holding specific information or linking keys about Additional Specification: Delivery - Item Data data available in SAP. These include LLAND (Country of Destination), APOAUME (Open orders quantity in base unit of measure), APOAUWE (Open net value of orders), APERDAT (Date on Which Record Was Created).. 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 MCLIPSADD 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
LLANDCountry of Destination LLANDCHAR3Assigned to domainLAND1VLL
APOAUMEOpen orders quantity in base unit of measure MC_OAUMEQUAN15(3) MENGV15_3
APOAUWEOpen net value of orders MC_OAUWECURR19(2) WERTV10
APERDATDate on Which Record Was Created ERDATDATS8DATUM
APSTCURExchange rate for statistics STCURDEC9(5) EXCRTKURRF
APWAERKSD Document Currency WAERKCUKY5Assigned to domainWAERSFWS
APNETWRNet Value in Document Currency NETWRCURR15(2) WERTV8
APPRSDTDate for pricing and exchange rate PRSDTDATS8DATUM
APKURSKExchange Rate for Price Determination KURSKDEC9(5) EXCRTKURRF
APKURSK_DATTranslation Date WWERT_DDATS8DATUM
APKURSTExchange Rate Type KURSTCHAR4Assigned to domainKURSTKUT
APKLMENGCumulative confirmed quantity in base unit KLMENGQUAN15(3) MENG15
APLSMENGCumulative required delivery qty (all dlv-relev.sched.lines) LSMENGQUAN15(3) MENG15
APKBMENGCumulative confirmed quantity in sales unit KBMENGQUAN15(3) MENG15
APKWMENGCumulative Order Quantity in Sales Units KWMENGQUAN15(3) MENG15
APLFGSAOverall delivery status of the item LFGSACHAR1STATV
APLFSTADelivery status LFSTACHAR1STATV
APABSTARejection status for SD item ABSTA_VBCHAR1STATV
AKVBTYPSD document category VBTYPCHAR1VBTYP
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
APCMPREItem credit price CMPRE_FLTFLTP16(16) FLTP
APCMKUACredit data exchange rate for requested delivery date CMKUADEC9(5) KURRF
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
SUMFKIMGInvoiced quantity in basic unit of measure ERLMENGE_FQUAN13(3) MENG13
APVGBELDocument number of the reference document VGBELCHAR10Assigned to domainALPHAVBELN
APVGPOSItem number of the reference item VGPOSNUMC6Assigned to domainPOSNR
PERIV_LFFiscal Year Variant PERIVCHAR2Assigned to domainPERIV
APSPARTDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
WEBUKCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
APOAUMEVKMOpen orders quantity in base unit of measure MC_OAUMEQUAN15(3) MENGV15_3
APLCNUMFinancial doc. processing: Internal financial doc. number LCNUMCHAR10Assigned to domainALPHALCNUMAKN
ABSTPPayment guarantee category ABSTYP_CMCHAR1ABSTYP_CM
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
APABGESGuaranteed (factor between 0 and 1) ABGES_CMFLTP16(16) FLTP
APERDATADate on which the release order was added ERDATADATS8DATUM
APAEDATADate on which the release order was last changed AEDATADATS8DATUM
APKOWRRStatistical values KOWRRCHAR1KOWRR
APMEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
PODMGActual quantity accepted in sales unit per delivery item PODMGQUAN13(3) MENG13
DLFIMGDeviation from LFIMG in SUn according to POD DLFIMGQUAN13(3) MENG13

Key field Non-key field



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

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

How to access SAP table MCLIPSADD

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