KCDD_SUMMARIZATION_INFO SAP (Information about CO-PA Read Accesses) Structure details

Dictionary Type: Structure
Description: Information about CO-PA Read Accesses




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




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

KCDD_SUMMARIZATION_INFO 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 "Information about CO-PA Read Accesses" 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_KCDD_SUMMARIZATION_INFO TYPE KCDD_SUMMARIZATION_INFO.

The KCDD_SUMMARIZATION_INFO table consists of various fields, each holding specific information or linking keys about Information about CO-PA Read Accesses data available in SAP. These include TRCATNR (Summarization level), NUMREC (Preaggregated Records Transferred from Database), NUMREC_DB (Records Read from Database), TIME (Gross Time Required to Read).. 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 KCDD_SUMMARIZATION_INFO 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
DATASRCData source from which data is read RKE_TRPR_DATASRCNUMC2RKE_TRPR_DATASRC
TRCATNRSummarization level RKE_TRLFDNUMC6Assigned to domainRKE_TRLFD
NUMRECPreaggregated Records Transferred from Database RKE_TRPR_RECDEC15DEC15
NUMREC_DBRecords Read from Database RKE_TRPR_RECDBDEC15DEC15
TIMEGross Time Required to Read RKE_TRPR_TIMEDEC15(2) DEC15_2
NUMREC_DELTARecords Read for Update RKE_TRPR_RECDELTADEC15DEC15
NUMREC_DB_DELTARecords Read from Database RKE_TRPR_RECDBDEC15DEC15
TIME_DELTATime Required to Update RKE_TRPR_TIME_EPDEC15(2) DEC15_2
TIMESTMPStart time for reading data RKE_DBSTMPDEC16RKE_TSTMP

Key field Non-key field



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

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

How to access SAP table KCDD_SUMMARIZATION_INFO

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