WPSCK02 SAP (POS interface: upload cashier data, items) Structure details

Dictionary Type: Structure
Description: POS interface: upload cashier data, items




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




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

WPSCK02 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 "POS interface: upload cashier data, items" 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_WPSCK02 TYPE WPSCK02.

The WPSCK02 table consists of various fields, each holding specific information or linking keys about POS interface: upload cashier data, items data available in SAP. These include KASSID (POS ID), VORGZEIT (Time of Transaction), KASSIERER (Cashier), ZAHLART (Payment method at POS system).. 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: Not classified


SAP WPSCK02 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
POSKREISPOS sub-network (controller) POSKREISCHAR5CHAR5
KASSIDPOS ID POSKASSIDCHAR25CHAR25
VORGZEITTime of Transaction POSVORGZTTIMS6
KASSIERERCashier POSKASSINRCHAR10CHAR10
ZAHLARTPayment method at POS system POSZAHLARTCHAR4CHAR4
WAEHRUNGCurrency code POSZWAEHRCHAR4CHAR4
AZABSNumber of times till has been emptied (cash removals) POSAZABSCHAR8CHAR008
UMABSCash removed POSUMABSCHAR20CHAR20
KBSOLAmount that should be in till (target amount) POSKBSOLCHAR20CHAR20
KBISTActual amount in till POSKBISTCHAR20CHAR20
KDPOSPositive till difference POSKDPOSCHAR20CHAR20
KDNEGNegative till difference POSKDNEGCHAR20CHAR20
AZSULNumber of Checks over Limit POSAZSULCHAR8CHAR008
WRSULValue of checks over the limit POSWRSULCHAR20CHAR20
AZSSTNumber of Immediate Cancellations POSAZSSTCHAR8CHAR8
WRSSTValue of immediate cancellations POSWRSSTCHAR20CHAR20
AZZSTNumber of Line Cancelations POSAZZSTCHAR8CHAR8
WRZSTValue of Immediate Cancellations POSWRZSTCHAR20CHAR20
AZBSTNumber of canceled transactions (till receipts) POSAZBSTCHAR8CHAR8
WRBSTValue of canceled transactions (till receipts) POSWRBSTCHAR20CHAR20
AZABBNumber of Terminations POSAZABBCHAR8CHAR8
WRABBValue of terminations POSWRABBCHAR20CHAR20
AMDZTLogon Time POSAMDZTCHAR6CHAR6
REGZTRegistration time POSREGZTCHAR6CHAR6
AZBRTNumber of Reports POSAZBRTCHAR8CHAR8
WRUMSBusiness Volume POSWRUMSCHAR20CHAR20
AZUMSQuantity POSVKMENGECHAR10CHAR10
WRSCAValue of materials scanned POSWRSCACHAR20CHAR20
AZSCANumber of Materials Scanned POSAZSCACHAR8CHAR8
WRWGVValue of material group sales POSWRWGVCHAR20CHAR20
AZKSBNumber of times till drawer was opened POSAZKSBCHAR8CHAR8
AZFAVNumber of failed logon attempts POSAZFAVCHAR8CHAR8
AZBONNumber of Cash Register Receipts POSAZBONCHAR10CHAR10
KONDITIONType of condition/discount POSKONDARTCHAR4CHAR4
AZCONDNumber of Conditions POSAZCONDCHAR10CHAR10
WRCONDAmount POSKONDVALCHAR20CHAR20
VORGANGARTTransaction Type in POS System POSVORGARTCHAR4CHAR4
WRUMSOBusiness volume without tax POSWRUMSOCHAR20CHAR20
UMSBANKBank business volume POSUMSBANKCHAR20CHAR20
MWSKZTax Code POSSTEUERCHAR10CHAR10
CSHNAMEPerson's name POSPARNAMCHAR35CHAR35
AZWGVNumber of Material Group Sales POSAZWGVCHAR8CHAR8

Key field Non-key field



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

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

How to access SAP table WPSCK02

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