MCCPOS SAP (Cash external: Receipt items (LIS)) Structure details

Dictionary Type: Structure
Description: Cash external: Receipt items (LIS)




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




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

MCCPOS 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: Receipt items (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_MCCPOS TYPE MCCPOS.

The MCCPOS table consists of various fields, each holding specific information or linking keys about Cash external: Receipt items (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 MCCPOS 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
LFDNRConsecutive item number MCW_POSNRNUMC6NUMC6
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
MATKLMaterial Group MATKLCHAR9T023MATKLMKLS_WBWG
VKFNRSalesperson number W_VKFNRNUMC8PERNR
AKTNRCOUPON WAKTIONCHAR10WAKHALPHAWAKTIONWAK
KVORGTransact. type POSUVORGCHAR4TWPPBPOSUVORG
UMSGVPRetail price w/tax from sales as per receipts/aggreg.sales W_UMSVPMCURR19(2) WERTV10
UMSGVCRetail price from sales without manufacturer's coupons W_UMSVPCCURR19(2) WERTV10
UMSGVORtl price from sales as per receipts/aggreg.sales W_UMSVPOCURR19(2) WERTV10
UMSGEOSales transactions (till receipts) at cost W_UMSEPCURR19(2) WERTV10
PRSNLSPrice reduction from sales as per receipts/aggregated sales W_PRSNLSCURR19(2) WERTV10
PRVBTCommission amount, sales W_PRVBTCURR19(2) WERTV10
UMSMNGTransaction sales - quantity in base unit of measure W_UMSMNGQUAN15(3) MENGV15_3
MEINSBase Unit of Measure MEINSUNIT3T006CUNITMEINS
VKMNGTransaction sales - quantity in sales unit W_VKMNGQUAN15(3) MENGV15_3
VRKMESales unit VRKMEUNIT3T006CUNITMEINS
SUPKZStatistics update indicator (post in/post out) SUPKZCHAR1SUPKZ
EANNRInternational Article Number (EAN/UPC) EAN11CHAR18EAN11EAN11EAN
UMARTSales type (sales/returns/empties) W_UMARTCHAR1CHAR1
VKGRPSales Group VKGRPCHAR3TVKGRVKGRPVKG
PDIFFTrnsctn price diff. between R/3 -> and sales price at POS W_PDIFFCURR19(2) WERTV10
ANZPOSNumber of items from sales as per receipts/aggregated sales W_ANZPOSDEC11BCSP6
ANZCONDNumber of conditions from sales as per receipt/aggregated W_ANZCONDDEC11BCSP6
SERNRBOM Explosion Number W_SERNRCHAR25CHAR25
DUMMYDummy function in length 1 DUMMYCHAR1DUMMY
TABIXIndex in an internal table POS_TABIXINT410POS_TABIX
DUMMY_ENTRYDummy function in length 1 DUMMYCHAR1DUMMY
VORGAProcedure in sales price calculations W_KVORGCHAR2W_VKPVOR
FRBNRExt. Doc. No. of Application Calling Up Sales Price Calc. W_FRBNRCHAR10ALPHAW_FRBNR

Key field Non-key field



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

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

How to access SAP table MCCPOS

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