/BCV/D_SSTAT SAP (Search Execution Statistics) Table details

Dictionary Type: Table
Description: Search Execution Statistics




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




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

/BCV/D_SSTAT is a standard SAP Table which is used to store Search Execution Statistics data and is available within R/3 SAP systems depending on the version and release level.

The /BCV/D_SSTAT table consists of various fields, each holding specific information or linking keys about Search Execution Statistics data available in SAP. These include SEARCH_ID (Search Connector ID), EXCTIME_MIN (Minimum Processing Time), EXCTIME_MAX (Maximum Processing Time), EXCTIME_AVG (Average Processing Time).. 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_SSTAT 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
EXCTIME_MINMinimum Processing Time /BCV/SIN_ST_EXCTIME_MINDEC15(3) /BCV/SIN_ST_RUNTIME
EXCTIME_MAXMaximum Processing Time /BCV/SIN_ST_EXCTIME_MAXDEC15(3) /BCV/SIN_ST_RUNTIME
EXCTIME_AVGAverage Processing Time /BCV/SIN_ST_EXCTIME_AVGDEC15(3) /BCV/SIN_ST_RUNTIME
EXCTIME_LASTLast Processing Time /BCV/SIN_ST_EXCTIME_LASTDEC15(3) /BCV/SIN_ST_RUNTIME
EXCDATE_FIRSTDate When Search Was Executed for the First Time /BCV/SIN_ST_EXCDATE_FIRSTDATS8/BCV/SIN_ST_EXCDATE
EXCDATE_LASTDate When Search Was Executed for the Last Time /BCV/SIN_ST_EXCDATE_LASTDATS8/BCV/SIN_ST_EXCDATE
EXC_COUNTNumber of Search Executions /BCV/SIN_ST_EXC_COUNTINT410/BCV/SIN_ST_NUMBER
ERROR_COUNTNumber of Erroneous Search Executions /BCV/SIN_ST_ERROR_COUNTINT410/BCV/SIN_ST_NUMBER
RECORDS_MINMinimum Number of Retrieved Result Records /BCV/SIN_ST_RECORDS_MININT410/BCV/SIN_ST_NUMBER
RECORDS_MAXMaximum Number of Retrieved Result Records /BCV/SIN_ST_RECORDS_MAXINT410/BCV/SIN_ST_NUMBER
RECORDS_AVGAverage Number of Retrieved Result Records /BCV/SIN_ST_RECORDS_AVGINT410/BCV/SIN_ST_NUMBER
RECORDS_LASTNumber of Retrieved Result Records from Last Execution /BCV/SIN_ST_RECORDS_LASTINT410/BCV/SIN_ST_NUMBER
TIMEPERREC_MINMinimum Time per Record (in Milliseconds) /BCV/SIN_ST_TIMEPERREC_MINDEC15(3) /BCV/SIN_ST_RUNTIME
TIMEPERREC_MAXMaximum Time per Record (in Milliseconds) /BCV/SIN_ST_TIMEPERREC_MAXDEC15(3) /BCV/SIN_ST_RUNTIME
TIMEPERREC_AVGAverage Time per Record (in Milliseconds) /BCV/SIN_ST_TIMEPERREC_AVGDEC15(3) /BCV/SIN_ST_RUNTIME
TIMEPERREC_LASTLast Time per Record (in Milliseconds) /BCV/SIN_ST_TIMEPERREC_LASTDEC15(3) /BCV/SIN_ST_RUNTIME

Key field Non-key field



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

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

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

How to access SAP table /BCV/D_SSTAT

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