OLR3_CONSISTENCY SAP (Object Link: Consistency Checks per Proxy Class) Table details

Dictionary Type: Table
Description: Object Link: Consistency Checks per Proxy Class




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




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

OLR3_CONSISTENCY is a standard SAP Table which is used to store Object Link: Consistency Checks per Proxy Class data and is available within R/3 SAP systems depending on the version and release level.

The OLR3_CONSISTENCY table consists of various fields, each holding specific information or linking keys about Object Link: Consistency Checks per Proxy Class data available in SAP. These include OBJECT_TYPE (Type of Linked Object), KIND_OF_CHECK (Type of Consistency Check), ACTIVE (Activation of Customizing Entry).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP OLR3_CONSISTENCY 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
CLIENTClient MANDTCLNT3T000MANDT
OBJECT_TYPEType of Linked Object DPR_TV_OBL_TYPECHAR15DPR_OBL_OBTYPDPR_OBL_TYPE
KIND_OF_CHECKType of Consistency Check OLR3_TV_KIND_OF_CONSISTNCY_CHKCHAR20OLR3_KIND_OF_CONSISTENCY_CHECK
ACTIVEActivation of Customizing Entry OLR3_TV_ACTIVECHAR1OLR3_ACTIVE

Key field Non-key field



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

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

SELECT SINGLE *
FROM OLR3_CONSISTENCY
INTO CORRESPONDING FIELDS OF WA_OLR3_CONSISTENCY
WHERE...

How to access SAP table OLR3_CONSISTENCY

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