COPA_ACTUAL_DATA_TRACE_IT SAP (CO-PA: Structure of Logs for Actual Data: Item) Structure details

Dictionary Type: Structure
Description: CO-PA: Structure of Logs for Actual Data: Item




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




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

COPA_ACTUAL_DATA_TRACE_IT 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 "CO-PA: Structure of Logs for Actual Data: Item" 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_ACTUAL_DATA_TRACE_IT TYPE COPA_ACTUAL_DATA_TRACE_IT.

The COPA_ACTUAL_DATA_TRACE_IT table consists of various fields, each holding specific information or linking keys about CO-PA: Structure of Logs for Actual Data: Item data available in SAP. These include PALEDGER (Currency type for an operating concern), FIELD (Field Name), CONT_BEFORE (Character field of length 40), CONT_STEP (Character field of length 40).. 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 COPA_ACTUAL_DATA_TRACE_IT 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
EWSKZCharacteristic/Value Field Indicator RKE_EWSKZCHAR1RKE_EWSKZ
PALEDGERCurrency type for an operating concern LEDBOCHAR2Assigned to domainLEDBOLEDBO
FIELDField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
CONT_BEFORECharacter field of length 40 CHAR40CHAR40CHAR40
CONT_STEPCharacter field of length 40 CHAR40CHAR40CHAR40
CONT_AFTERCharacter field of length 40 CHAR40CHAR40CHAR40
SOURCECharacter Field with Length 5 CHAR05CHAR5CHAR005
SOURCETABLETable Name TABNAMECHAR30Assigned to domainAS4TABDTB
SOURCEFIELDField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
KALSMProcedure (Pricing, Output Control, Acct. Det., Costing,...) KALSM_DCHAR6Assigned to domainKALSM
KSCHLCondition Type KSCHLCHAR4Assigned to domainKSCHLVKS
KSTATCondition is used for statistics KSTATCHAR1XFELD
KINAKCondition is inactive KINAKCHAR1KINAK
HKONTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
SHKZG_VAReturns Item SHKZG_VACHAR1XFELD
SIGNCharacter Field Length 1 CHAR01CHAR1CHAR1
CURTPCurrency Type and Valuation View CURTPCHAR2CURTP
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
KURSFExchange rate KURSFDEC9(5) EXCRTKURSF
FLAG_ITCharacter Field Length 1 CHAR01CHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table COPA_ACTUAL_DATA_TRACE_IT

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