/OSP/T_CORR_SAP SAP (Correlation Table - SAP object records) Table details

Dictionary Type: Table
Description: Correlation Table - SAP object records




ABAP Code to SELECT data from /OSP/T_CORR_SAP
Related tables to /OSP/T_CORR_SAP
Access table /OSP/T_CORR_SAP




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

/OSP/T_CORR_SAP is a standard SAP Table which is used to store Correlation Table - SAP object records data and is available within R/3 SAP systems depending on the version and release level.

The /OSP/T_CORR_SAP table consists of various fields, each holding specific information or linking keys about Correlation Table - SAP object records data available in SAP. These include OBJECT_ID (Unique identifier of the SAP object record), OBJECT_TYPE (The SAP object type), CORRELATION_ID (Unique Identifier for Correlation Record), EXT_RELEVANT (Indicates if the SAP object is External object relevant).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP /OSP/T_CORR_SAP 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
OBJECT_IDUnique identifier of the SAP object record /OSP/DT_SAP_IDCHAR32/OSP/DO_UNIQUE_ID
OBJECT_TYPEThe SAP object type /OSP/DT_SAP_TYPENUMC4NUMC04
CORRELATION_IDUnique Identifier for Correlation Record /OSP/DT_CORRELATIONCHAR32/OSP/T_CORRELATE/OSP/DO_UNIQUE_ID
EXT_RELEVANTIndicates if the SAP object is External object relevant /OSP/DT_EXT_RELEVANTCHAR1BOOLEAN
STATUSStatus of the SAP object record /OSP/DT_SAP_STATUSCHAR1CHAR1
CREATED_BYName of User who created the SAP object record /OSP/DT_SAP_USER_CREATIONCHAR12Assigned to domainXUBNAME
CREATED_ONDate of creation of SAP object record /OSP/DT_SAP_DATE_CREATIONDATS8SYDATS
MODIFIED_BYName of User who modified the SAP object record /OSP/DT_SAP_USER_MODIFICATIONCHAR12Assigned to domainXUBNAME
MODIFIED_ONDate of modification of SAP object record /OSP/DT_SAP_DATE_MODIFICATIONDATS8SYDATS
RFC_DESTLogical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL

Key field Non-key field



How do I retrieve data from SAP table /OSP/T_CORR_SAP using ABAP code

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

SELECT SINGLE *
FROM /OSP/T_CORR_SAP
INTO CORRESPONDING FIELDS OF WA_/OSP/T_CORR_SAP
WHERE...

How to access SAP table /OSP/T_CORR_SAP

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