MCWKKZ SAP (Payment Counter) Structure details

Dictionary Type: Structure
Description: Payment Counter




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




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

MCWKKZ 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 "Payment Counter" 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_MCWKKZ TYPE MCWKKZ.

The MCWKKZ table consists of various fields, each holding specific information or linking keys about Payment Counter data available in SAP. These include AWBRP_RG (Key figure: Number of payment request items), AWBRK_LF (Key figure: Number of vendor billing documents), AWBRP_LF (Key figure: No. of vendor billing document items), AWBRK_RGRL (Key Figure: Number of Remuneration Lists (Payment)).. 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 MCWKKZ 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
AWBRK_RGKey figure: Number of payment requests MC_AWBRKRGDEC9MCZAEHLER
AWBRP_RGKey figure: Number of payment request items MC_AWBRPRGDEC9MCZAEHLER
AWBRK_LFKey figure: Number of vendor billing documents MC_AWBRKRLDEC9MCZAEHLER
AWBRP_LFKey figure: No. of vendor billing document items MC_AWBRPRLDEC9MCZAEHLER
AWBRK_RGRLKey Figure: Number of Remuneration Lists (Payment) MC_ARLRKRGDEC9MCZAEHLER
AWBRL_RGRLKey Figure: No. of Documents in Remuneration Lists (Payment) MC_ARLRPRGDEC9MCZAEHLER
AWBRK_LFRLKey Figure: No. of Invoice Lists (Vendor Billing Document) MC_ARLRKRLDEC9MCZAEHLER
AWBRL_LFRLKey figure: no. of documents in invoice lists (VBD) MC_ARLRPRLDEC9MCZAEHLER
AWBRK_RGBUKey figure: Number of posting lists (payment) MC_ARLRKRGRLBUDEC9MCZAEHLER
AWBRL_RGBUKey figure: Number of documents in posting lists (payment) MC_ARLRPRGRLBUDEC9MCZAEHLER
AWBRK_RGALKey figure: No. of request lists (payment) MC_ARLRKRGRLALDEC9MCZAEHLER
AWBRL_RGALKey figure: Number of documents in request lists (payment) MC_ARLRPRGRLALDEC9MCZAEHLER

Key field Non-key field



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

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

How to access SAP table MCWKKZ

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