MCCONDIT SAP (Cash external: Conditions (only LIS)) Structure details

Dictionary Type: Structure
Description: Cash external: Conditions (only LIS)




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




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

MCCONDIT 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 "Cash external: Conditions (only LIS)" 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_MCCONDIT TYPE MCCONDIT.

The MCCONDIT table consists of various fields, each holding specific information or linking keys about Cash external: Conditions (only LIS) data available in SAP. These include WERKS (Plant), KSKRS (POS controller), KASNR (POS number), BUDAT (Posting Date in the Document).. 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: Can be enhanced (character-type or numeric)


SAP MCCONDIT 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
MANDTClient MANDTCLNT3T000MANDT
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
KSKRSPOS controller W_KSKRSNUMC5W_KSKRS
KASNRPOS number W_KASNRNUMC10KASNR
BUDATPosting Date in the Document BUDATDATS8DATUM
BONNRTransaction number (till receipt) W_BONNRNUMC15W_BONNR
LFDNRConsecutive item number MCW_POSNRNUMC6NUMC6
EZEITEntry time ERZETTIMS6UZEIT
KSCHLCondition type, sales V_KSCHACHAR4T685KSCHLVKS
PRSNLSPrice reduction from sales as per receipts/aggregated sales W_PRSNLSCURR19(2) WERTV10
SUPKZStatistics update indicator (post in/post out) SUPKZCHAR1SUPKZ
KZPOSIndicator: first item W_KZPOSCHAR1CHAR1
KKENNCondition type identification W_KKENNCHAR1W_KKENN
ZMUMSMeans of payment sales from sales as per receipts/aggr.sales W_ZMUMSCURR19(2) WERTV10
AZBONNumber of transactions from sales as per till receipts W_AZBONDEC11BCSP6
ANZPOSNumber of items from sales as per receipts/aggregated sales W_ANZPOSDEC11BCSP6
ANZCONDNumber of conditions from sales as per receipt/aggregated W_ANZCONDDEC11BCSP6
CCINSPayment cards: Card type CCINSCHAR4Assigned to domainCCINS
CCNUMPayment cards: Card number CCNUMCHAR25Assigned to domainCCNUM
KRFNRCard Sequence Number POSKARFNRCHAR15CHAR15
BNKLZBank Keys BANKKCHAR15BANKKBNK
KTONRBank account number BANKNCHAR18BANKN
CONDNRConsecutive condition number MCW_CONDNRNUMC6NUMC6
UMSGVPRetail price w/tax from sales as per receipts/aggreg.sales W_UMSVPMCURR19(2) WERTV10
UMSGVORtl price from sales as per receipts/aggreg.sales W_UMSVPOCURR19(2) WERTV10
UMSGVCRetail price from sales without manufacturer's coupons W_UMSVPCCURR19(2) WERTV10
UMSGEOSales transactions (till receipts) at cost W_UMSEPCURR19(2) WERTV10
PRVBTCommission amount, sales W_PRVBTCURR19(2) WERTV10
UMSMNGTransaction sales - quantity in base unit of measure W_UMSMNGQUAN15(3) MENGV15_3
VKMNGTransaction sales - quantity in sales unit W_VKMNGQUAN15(3) MENGV15_3
PDIFFTrnsctn price diff. between R/3 -> and sales price at POS W_PDIFFCURR19(2) WERTV10
CONDIDCondition Type Identification W_CONDIDCHAR20CHAR20
BBYNRBonus buy BBYNRCHAR12Assigned to domainBBYNRBBYKONBBYH_H
PAYDIRDirection of payment type (outbound/inbound) W_PAYDIRCHAR1W_PAYDIR
ZMTTLPayment method as condition W_ZAHLARTCHAR4Assigned to domainKSCHL
TABIXIndex in an internal table POS_TABIXINT410POS_TABIX
DUMMYDummy function in length 1 DUMMYCHAR1DUMMY

Key field Non-key field



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

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

How to access SAP table MCCONDIT

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