MCCPAY SAP (Cash external: Means of payment (only LIS)) Structure details

Dictionary Type: Structure
Description: Cash external: Means of payment (only LIS)




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




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

MCCPAY 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: Means of payment (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_MCCPAY TYPE MCCPAY.

The MCCPAY table consists of various fields, each holding specific information or linking keys about Cash external: Means of payment (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 MCCPAY 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
ZMTTLPayment method as condition W_ZAHLARTCHAR4T685KSCHL
KUNNRCustomer number KUND1CHAR10KNA1ALPHAKUNNR
EZEITEntry time ERZETTIMS6UZEIT
KBDNRCashier number W_KBDNRNUMC8PERNR
UMSGVPSales at retail with tax MCW_UMSGVPCURR19(2) WERTV10
UMSGVOSales at retail MCW_UMSGVOCURR19(2) WERTV10
UMSGEOSales at cost MCW_UMSGEOCURR19(2) WERTV10
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
CCINSPayment cards: Card type CCINSCHAR4Assigned to domainCCINS
CCNUMPayment cards: Card number CCNUMCHAR25Assigned to domainCCNUM
KRFNRCard Sequence Number POSKARFNRCHAR15CHAR15
BNKLZBank Keys BANKKCHAR15BANKKBNK
KTONRBank account number BANKNCHAR18BANKN
CONDIDCondition Type Identification W_CONDIDCHAR20CHAR20
PAYDIRDirection of payment type (outbound/inbound) W_PAYDIRCHAR1W_PAYDIR
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 MCCPAY using ABAP code?

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

How to access SAP table MCCPAY

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