MC43RK1CAS SAP (Extraction Retail BW: POS Cashier Data) Structure details

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




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




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

MC43RK1CAS 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 Retail BW: POS 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_MC43RK1CAS TYPE MC43RK1CAS.

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

Key field Non-key field



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

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

How to access SAP table MC43RK1CAS

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