/PLMPCV/D_SRCH SAP (Search ID) Table details

Dictionary Type: Table
Description: Search ID




ABAP Code to SELECT data from /PLMPCV/D_SRCH
Related tables to /PLMPCV/D_SRCH
Access table /PLMPCV/D_SRCH




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

/PLMPCV/D_SRCH is a standard SAP Table which is used to store Search ID data and is available within R/3 SAP systems depending on the version and release level.

The /PLMPCV/D_SRCH table consists of various fields, each holding specific information or linking keys about Search ID data available in SAP. These include SEARCH_ID (Search Connector ID), DS_PROVIDER (Data Source Provider), CREATED_BY (Created By), CREATED_ON (Created On).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)

Text table = /PLMPCV/D_SRCHT


SAP /PLMPCV/D_SRCH 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
SEARCH_IDSearch Connector ID /PLMPCV/SIN_SEARCH_IDCHAR20/PLMPCV/SIN_SEARCH_ID/PLMPCV/SIN_SEARCHID/PLMPCV/H_SEARCHID
DS_PROVIDERData Source Provider /PLMPCV/SIN_DS_PROVIDERCHAR20/PLMPCV/SIN_DS_PROVIDER
CREATED_BYCreated By /PLMPCV/FND_CREATED_BYCHAR12/PLMPCV/FND_USER
CREATED_ONCreated On /PLMPCV/FND_CREATED_ONDATS8/PLMPCV/FND_DATE
CREATED_ATCreation Time /PLMPCV/FND_CREATED_ATTIMS6PCVTM/PLMPCV/FND_TIME
CHANGED_BYChanged By /PLMPCV/FND_CHANGED_BYCHAR12/PLMPCV/FND_USER
CHANGED_ONChanged On /PLMPCV/FND_CHANGED_ONDATS8/PLMPCV/FND_DATE
CHANGED_ATChanged Time /PLMPCV/FND_CHANGED_ATTIMS6PCVTM/PLMPCV/FND_TIME

Key field Non-key field



How do I retrieve data from SAP table /PLMPCV/D_SRCH using ABAP code

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

SELECT SINGLE *
FROM /PLMPCV/D_SRCH
INTO CORRESPONDING FIELDS OF WA_/PLMPCV/D_SRCH
WHERE...

How to access SAP table /PLMPCV/D_SRCH

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