COVRES0_SYNC 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_SYNC
Related tables to COVRES0_SYNC
Access table COVRES0_SYNC




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

COVRES0_SYNC 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_SYNC 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 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_SYNC 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
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

Key field Non-key field



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

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

SELECT SINGLE *
FROM COVRES0_SYNC
INTO CORRESPONDING FIELDS OF WA_COVRES0_SYNC
WHERE...

How to access SAP table COVRES0_SYNC

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