COVRES0_SYNCH SAP (Synchronization Records for Merging of COVRES0 to COVRES) Table details

Dictionary Type: Table
Description: Synchronization Records for Merging of COVRES0 to COVRES




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




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

COVRES0_SYNCH is a standard SAP Table which is used to store Synchronization Records for Merging of COVRES0 to COVRES data and is available within R/3 SAP systems depending on the version and release level.

The COVRES0_SYNCH table consists of various fields, each holding specific information or linking keys about Synchronization Records for Merging of COVRES0 to COVRES data available in SAP. These include PARTITION_ID (Partition ID = ID of a Set of Entries in COVRES0), TIMESTAMP (UTC time stamp in long form (YYYYMMDDhhmmss,mmmuuun)), SERVER (Application Server), WPID (Process Identification).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP COVRES0_SYNCH table 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
RELIDRegion in IMPORT/EXPORT Data Table INDX_RELIDCHAR2SYCHAR02
PARTITION_IDPartition ID = ID of a Set of Entries in COVRES0 CVA_PARTIDNUMC3
TIMESTAMPUTC time stamp in long form (YYYYMMDDhhmmss,mmmuuun) TZNTSTMPLDEC21(7) TZNTSTMPL
SERVERApplication Server SYHOSTCHAR32HOST_ID
WPIDProcess Identification WPPIDCHAR8WPPID
LOCK_OWNER_ID16 Byte UUID in 16 Bytes (Raw Format) SYSUUID_X16RAW16SYSUUID_X16

Key field Non-key field



How do I retrieve data from SAP table COVRES0_SYNCH using ABAP code

The following ABAP code Example will allow you to do a basic selection on COVRES0_SYNCH to SELECT all data from the table
DATA: WA_COVRES0_SYNCH TYPE COVRES0_SYNCH.

SELECT SINGLE *
FROM COVRES0_SYNCH
INTO CORRESPONDING FIELDS OF WA_COVRES0_SYNCH
WHERE...

How to access SAP table COVRES0_SYNCH

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