DBVIEW_PROT SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

DBVIEW_PROT is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The DBVIEW_PROT table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include PNUMBER (Protocol Number), ENDDA (End Date), BEGDA (Start Date), LTA_TRIGGER (Long-Term Average Trigger Level).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP DBVIEW_PROT table view 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
PGROUPHealth Surveillance Protocol Category EHS00_PGROUPCHAR3EHS00_PGROUPEHSPGROUP
PNUMBERProtocol Number EHS00_PNUMBERCHAR3CHAR3
ENDDAEnd Date ENDDATUMDATS8DATUMEND
BEGDAStart Date BEGDATUMDATS8DATUMBEG
LTA_TRIGGERLong-Term Average Trigger Level EHS00_AERT1CHAR1EHS00_AERAT
NRT_TRIGGERNonroutine Task EHS00_NRTTRCHAR1EHS00_NRTTR
AND_LTA_TRIGGERAdditional Long-Term Average Trigger Level EHS00_AERT2CHAR1EHS00_AERAT
ER_RAT_TRIGShort-Time Exposure Rating EHS00_AERT3CHAR1EHS00_AERAT
ER_RAT_FREQ_TRIGExposure Frequency Trigger Level EHS00_RAT01CHAR1EHS00_14RAT
SKINEXPFREQ_TRIGSkin Absorption Trigger Level EHS00_RAT02CHAR1EHS00_14RAT
SKINEFFFREQ_TRIGSkin Exposure Effects Trigger Level EHS00_RAT03CHAR1EHS00_14RAT
INGESTFREQ_TRIGIngestion Effects Trigger Level EHS00_RAT04CHAR1EHS00_14RAT
UNAMEName of Person Who Changed Object AENAMCHAR12USNAM

Key field Non-key field



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

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

SELECT SINGLE *
FROM DBVIEW_PROT
INTO CORRESPONDING FIELDS OF WA_DBVIEW_PROT
WHERE...

How to access SAP table DBVIEW_PROT

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