/BCV/D_SRCHG SAP (Search Connector: generated reports) Table details

Dictionary Type: Table
Description: Search Connector: generated reports




ABAP Code to SELECT data from /BCV/D_SRCHG
Related tables to /BCV/D_SRCHG
Access table /BCV/D_SRCHG




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

/BCV/D_SRCHG is a standard SAP Table which is used to store Search Connector: generated reports data and is available within R/3 SAP systems depending on the version and release level.

The /BCV/D_SRCHG table consists of various fields, each holding specific information or linking keys about Search Connector: generated reports data available in SAP. These include SEARCH_ID (Search Connector ID), REPUID (Report ID), 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: 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 /BCV/D_SRCHG 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 /BCV/SIN_SEARCH_IDCHAR20Assigned to domain/BCV/SIN_SEARCH_ID/BCV/SIN_SEARCHID/BCV/H_SEARCHID
REPUIDReport ID /BCV/FND_REPUIDCHAR25
CREATED_BYCreated By /BCV/FND_CREATED_BYCHAR12/BCV/FND_USER
CREATED_ONCreated On /BCV/FND_CREATED_ONDATS8/BCV/FND_DATE
CREATED_ATCreation Time /BCV/FND_CREATED_ATTIMS6BCVTM/BCV/FND_TIME

Key field Non-key field



How do I retrieve data from SAP table /BCV/D_SRCHG using ABAP code

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

SELECT SINGLE *
FROM /BCV/D_SRCHG
INTO CORRESPONDING FIELDS OF WA_/BCV/D_SRCHG
WHERE...

How to access SAP table /BCV/D_SRCHG

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