SAP COPA_KECM_HELP Structure for Screen Fields in Customizing Monitor Table data and field list

COPA_KECM_HELP 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 "Structure for Screen Fields in Customizing Monitor" 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_COPA_KECM_HELP TYPE COPA_KECM_HELP.

The COPA_KECM_HELP table consists of various fields, each holding specific information or linking keys about Structure for Screen Fields in Customizing Monitor data available in SAP. These include RECORD_TYPE_B (Transfer of Values from FI and MM), RECORD_TYPE_C (Transfer of Values from Order and Project Settlement), RECORD_TYPE_ILV (Transfer of Values from Indirect Activity Allocation), RECORD_TYPE_D (Transfer of Values from Cost Center Assessment)... 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. .

COPA_KECM_HELP structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP COPA_KECM_HELP structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the COPA_KECM_HELP table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
RECORD_TYPE_FAActual Value Flows: Transfer of Billing Doc./Incoming Orders RKE_RECORD_TYPE_FACHAR1XFELD
RECORD_TYPE_BTransfer of Values from FI and MM RKE_RECORD_TYPE_BCHAR1XFELD
RECORD_TYPE_CTransfer of Values from Order and Project Settlement RKE_RECORD_TYPE_CCHAR1XFELD
RECORD_TYPE_ILVTransfer of Values from Indirect Activity Allocation RKE_RECORD_TYPE_ILVCHAR1XFELD
RECORD_TYPE_DTransfer of Values from Cost Center Assessment RKE_RECORD_TYPE_DCHAR1XFELD
RECORD_TYPE_EXTransfer of Values from External Data RKE_RECORD_TYPE_EXCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table COPA_KECM_HELP

Within an ECC or HANA version of SAP you can also view further information about COPA_KECM_HELP and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).