MC40RC0CSH SAP (Extraction POS BW: Cashier Data) Structure details

Dictionary Type: Structure
Description: Extraction POS BW: Cashier Data




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




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

MC40RC0CSH 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 "Extraction POS BW: Cashier 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_MC40RC0CSH TYPE MC40RC0CSH.

The MC40RC0CSH table consists of various fields, each holding specific information or linking keys about Extraction POS BW: Cashier Data data available in SAP. These include AMDZT (Logon time), ANZCOND (Number of conditions based on cashier statistics), AZABB (Number of terminations), AZABS (Number of times till has been emptied (cash removals)).. 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 MC40RC0CSH 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
ROCANCELIndicator: Cancel Data Record ROCANCELCHAR1BOOLE
AMDZTLogon time W_AMDZTDEC17(5) DEC17_5
ANZCONDNumber of conditions based on cashier statistics C_ANZCONDDEC11BCSP6
AZABBNumber of terminations W_AZABBDEC7BCSP4
AZABSNumber of times till has been emptied (cash removals) W_AZABSDEC7BCSP4
AZBONNumber of transactions based on cashier statistics C_ANZBONDEC11BCSP6
AZBRTNumber of reports W_AZBRTDEC7BCSP4
AZBSTNumber of canceled transactions (till receipts) W_AZBSTDEC7BCSP4
AZFAVNumber of failed logon attempts W_AZFAVDEC7BCSP4
AZKSBNumber of times till drawer was opened W_AZKSBDEC7BCSP4
AZPOSNumber of items based on cashier statistics C_ANZPOSDEC11BCSP6
AZSCANumber of materials scanned W_AZSCADEC7BCSP4
AZSSTNumber of immediate cancellations W_AZSSTDEC7BCSP4
AZSULNumber of checks over limit W_AZSULDEC7BCSP4
AZWGVNumber of material group sales W_AZWGVDEC7BCSP4
AZZSTNumber of line cancelations W_AZZSTDEC7BCSP4
BNKUMSBank business volume W_BNKUMSCURR19(2) WERTV10
BUDATPosting Date in the Document BUDATDATS8DATUM
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BZIRKSales district W_BEZIRKCHAR6Assigned to domainBZIRK
DUMMYDummy function in length 1 DUMMYCHAR1DUMMY
EZEITEntry time ERZETTIMS6UZEIT
FILNRAssortment owner FILIALECHAR10Assigned to domainALPHAKUNNR
HWAERLocal Currency HWAERCUKY5Assigned to domainWAERS
KASNAMCashier name W_KASNAMCHAR35CHAR35
KASNRPOS number W_KASNRNUMC10KASNR
KBDNRCashier number W_KBDNRNUMC8PERNR
KBISTMeans of payment actual amount W_KBISTCURR19(2) WERTV10
KBSOLMeans of payment target amount W_KBSOLCURR19(2) WERTV10
KDNEGNegative till difference W_KDNEGCURR19(2) WERTV10
KDPOSPositive till difference W_KDPOSCURR19(2) WERTV10
KKENNCondition type identification W_KKENNCHAR1W_KKENN
KSCHLCondition type, sales V_KSCHACHAR4Assigned to domainKSCHLVKS
KSKRSPOS controller W_KSKRSNUMC5W_KSKRS
KURSKExchange Rate for Price Determination KURSKDEC9(5) EXCRTKURRF
KVORGTransact. type POSUVORGCHAR4Assigned to domainPOSUVORG
MANDTClient MANDTCLNT3Assigned to domainMANDT
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
MWSKZTax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
PDIFFCashier: price difference between R/3 -> and POS rtl price C_PDIFFCURR19(2) WERTV10
PRSNLSPrice reduction based on cashier statistics C_PRSNLSCURR19(2) WERTV10
REGZTRegister time W_REGZTDEC17(5) DEC17_5
SUPKZStatistics update indicator (post in/post out) SUPKZCHAR1SUPKZ
UMABSCash removed W_UMABSCURR19(2) WERTV10
UMSGVORetail price without tax from cashier statistics C_UMSVPOCURR19(2) WERTV10
VKGRPSales Group VKGRPCHAR3Assigned to domainVKGRPVKG
VKORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
WAERKSD Document Currency WAERKCUKY5Assigned to domainWAERSFWS
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
WRABBValue of terminations W_WRABBCURR19(2) WERTV10
WRBSTValue of canceled transactions (till receipts) W_WRBSTCURR19(2) WERTV10
WRSCAValue of scanned material W_WRSCACURR19(2) WERTV10
WRSSTValue of immediate cancellations W_WRSSTCURR19(2) WERTV10
WRSULValue of checks over the limit W_WRSULCURR19(2) WERTV10
WRUMSRetail price with tax from cashier statistics C_UMSVPMCURR19(2) WERTV10
WRWGVValue of material group sales W_WRWGVCURR19(2) WERTV10
WRZSTValue of cancelled lines W_WRZSTCURR19(2) WERTV10
ZMTTLPayment method at POS system POSZAHLARTCHAR4CHAR4

Key field Non-key field



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

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

How to access SAP table MC40RC0CSH

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