MCCASH SAP (Cash external: Header data, receipts (only LIS)) Structure details

Dictionary Type: Structure
Description: Cash external: Header data, receipts (only LIS)




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




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

MCCASH 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: Header data, receipts (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_MCCASH TYPE MCCASH.

The MCCASH table consists of various fields, each holding specific information or linking keys about Cash external: Header data, receipts (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 MCCASH 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
KUNNRCustomer number KUND1CHAR10KNA1ALPHAKUNNR
EZEITEntry time ERZETTIMS6UZEIT
KBDNRCashier number W_KBDNRNUMC8PERNR
ZMTTLPayment method as condition W_ZAHLARTCHAR4T685KSCHL
WAERKSD Document Currency WAERKCUKY5TCURCWAERSFWS
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
SUPKZStatistics update indicator (post in/post out) SUPKZCHAR1SUPKZ
HWAERLocal Currency HWAERCUKY5TCURCWAERS
KURSKExchange Rate for Price Determination KURSKDEC9(5) EXCRTKURRF
VKORGSales Organization VKORGCHAR4TVKOVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2TVTWVTWEGVTWC_VTWEG
BZIRKSales district W_BEZIRKCHAR6T171BZIRK
AZPOSNumber of items from sales as per receipts/aggregated sales W_ANZPOSDEC11BCSP6
FILNRAssortment owner FILIALECHAR10KNA1ALPHAKUNNR
KASNAMCashier name W_KASNAMCHAR35CHAR35
KUNDKCustomer ID W_KUNDKCHAR1W_KUNDK
DUMMY1Dummy element 1 POS (10 characters) W_DUMMY1CHAR6CHAR6
DUMMY2Dummy element 2 POS (10 characters) W_DUMMY2CHAR4CHAR4
DUMMY3Dummy element 3 POS (10 characters) W_DUMMY3CHAR4CHAR4
DUMMY4Dummy element 4 POS (10 characters) W_DUMMY4CHAR10CHAR10
DUMMY5Dummy element 5 POS (10 characters) W_DUMMY5CHAR10CHAR10
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 MCCASH using ABAP code?

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

How to access SAP table MCCASH

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