TSADRVGRPC SAP (Customizing settings for logical search pools) Table details

Dictionary Type: Table
Description: Customizing settings for logical search pools




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




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

TSADRVGRPC is a standard SAP Table which is used to store Customizing settings for logical search pools data and is available within R/3 SAP systems depending on the version and release level.

The TSADRVGRPC table consists of various fields, each holding specific information or linking keys about Customizing settings for logical search pools data available in SAP. These include TABLENAME (Application table logical name (address management)), FIELDNAME (Application table address where-used list logical field name), THRESHOLD (Percentage: Threshold for duplicate check in BAPI), IND_ACTIVE (Flag: Duplicate index is active).. 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: Can be enhanced (character-type or numeric)


SAP TSADRVGRPC 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 MANDTCLNT3Assigned to domainMANDT
TABLENAMEApplication table logical name (address management) AD_APPLTABCHAR10TSADRVGRPCHAR10
FIELDNAMEApplication table address where-used list logical field name AD_APPLFLDCHAR10TSADRVGRPCHAR10
THRESHOLDPercentage: Threshold for duplicate check in BAPI AD_THRESHDDEC3(1) AD_THRESHD
IND_ACTIVEFlag: Duplicate index is active AD_IND_ACTCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM TSADRVGRPC
INTO CORRESPONDING FIELDS OF WA_TSADRVGRPC
WHERE...

How to access SAP table TSADRVGRPC

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