MCPOSCAS SAP (External Cash Register: Cashier Data (SAP BW Extractor)) Structure details

Dictionary Type: Structure
Description: External Cash Register: Cashier Data (SAP BW Extractor)




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




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

MCPOSCAS 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 "External Cash Register: Cashier Data (SAP BW Extractor)" 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_MCPOSCAS TYPE MCPOSCAS.

The MCPOSCAS table consists of various fields, each holding specific information or linking keys about External Cash Register: Cashier Data (SAP BW Extractor) data available in SAP. These include POSCUR (SD Document Currency), LOCCUR (Local Currency), EXCHANG (Exchange Rate for Price Determination), POSDAT (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 MCPOSCAS 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
POSCURSD Document Currency WAERKCUKY5Assigned to domainWAERSFWS
LOCCURLocal Currency HWAERCUKY5Assigned to domainWAERS
EXCHANGExchange Rate for Price Determination KURSKDEC9(5) EXCRTKURRF
POSDATPosting Date in the Document BUDATDATS8DATUM
POSTIMEntry time ERZETTIMS6UZEIT
WEEKDAYWeekday MCW_WOCHTGNUMC1DAYS17
STOREPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
CMPCODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
ASCARAssortment owner FILIALECHAR10Assigned to domainALPHAKUNNR
SALGRPSales Group VKGRPCHAR3Assigned to domainVKGRPVKG
POSCTRPOS controller W_KSKRSNUMC5W_KSKRS
POSNOPOS number W_KASNRNUMC10KASNR
CSHRNOCashier number W_KBDNRNUMC8PERNR
CSHRNMCashier name W_KASNAMCHAR35CHAR35
CONDTYSCondition type, sales V_KSCHACHAR4Assigned to domainKSCHLVKS
TATYPETransact. type POSUVORGCHAR4Assigned to domainPOSUVORG
CONDTYICondition type identification W_KKENNCHAR1W_KKENN
POSPAYMPayment method at POS system POSZAHLARTCHAR4CHAR4
TAXCODETax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
SALESSales (Cashier) C_UMSATZCURR19(2) WERTV10
SALTAXAmount of Sales Tax (Cashier) C_UMSTAXCURR19(2) WERTV10
CONTTAXFlag: Tax Included in Sale (Cashier) C_CONTTAXCHAR1W_CONTTAX
SALPRRPrice reduction based on cashier statistics C_PRSNLSCURR19(2) WERTV10
SALCPRCashier: price difference between R/3 -> and POS rtl price C_PDIFFCURR19(2) WERTV10
VALCSHREMCash removed W_UMABSCURR19(2) WERTV10
NOCSHREMNumber of times till has been emptied (cash removals) W_AZABSDEC7BCSP4
MOPTAMMeans of payment target amount W_KBSOLCURR19(2) WERTV10
MOPAAMMeans of payment actual amount W_KBISTCURR19(2) WERTV10
TDIFFPPositive till difference W_KDPOSCURR19(2) WERTV10
TDIFFMNegative till difference W_KDNEGCURR19(2) WERTV10
NOCHOLNumber of checks over limit W_AZSULDEC7BCSP4
VALCHOLValue of checks over the limit W_WRSULCURR19(2) WERTV10
NOICANCNumber of immediate cancellations W_AZSSTDEC7BCSP4
VALICANCValue of immediate cancellations W_WRSSTCURR19(2) WERTV10
NOLCANCNumber of line cancelations W_AZZSTDEC7BCSP4
VALLCANCValue of cancelled lines W_WRZSTCURR19(2) WERTV10
NOCTRANumber of canceled transactions (till receipts) W_AZBSTDEC7BCSP4
VALCTRAValue of canceled transactions (till receipts) W_WRBSTCURR19(2) WERTV10
NOTERMNumber of terminations W_AZABBDEC7BCSP4
VALTERMValue of terminations W_WRABBCURR19(2) WERTV10
LOGTIMLogon time W_AMDZTDEC17(5) DEC17_5
REGTIMRegister time W_REGZTDEC17(5) DEC17_5
NOREPNumber of reports W_AZBRTDEC7BCSP4
NOSCANANumber of materials scanned W_AZSCADEC7BCSP4
VALSCANAValue of scanned material W_WRSCACURR19(2) WERTV10
NOMGRSALNumber of material group sales W_AZWGVDEC7BCSP4
VALMGRSALValue of material group sales W_WRWGVCURR19(2) WERTV10
BNKBVOLBank business volume W_BNKUMSCURR19(2) WERTV10
NOTDRWOPNumber of times till drawer was opened W_AZKSBDEC7BCSP4
NOFLOGATNumber of failed logon attempts W_AZFAVDEC7BCSP4
NORECNumber of transactions based on cashier statistics C_ANZBONDEC11BCSP6
NOPOSNumber of items based on cashier statistics C_ANZPOSDEC11BCSP6
NOCONNumber of conditions based on cashier statistics C_ANZCONDDEC11BCSP6
DUMMYDummy function in length 1 DUMMYCHAR1DUMMY

Key field Non-key field



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

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

How to access SAP table MCPOSCAS

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