UISRC_DBV SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

UISRC_DBV 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 UISRC_DBV table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include SRCGUID (Global ID number for data sources), SRCLANG (System logon language), SRCDESCR (Content Provider Description), SRCURL (URL Address of Content Provider).. 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 UISRC_DBV 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
MANDTClient MANDTCLNT3T000MANDT
SRCGUIDGlobal ID number for data sources UI_SRC_GUIDCHAR22SYSUUID_22
SRCLANGSystem logon language UI_SRC_LANGULANG1ISOLALANGU
SRCDESCRContent Provider Description UI_SRC_DESCRCHAR60UI_Y_TXT60
SRCURLURL Address of Content Provider UI_SRC_URLCHAR120UI_URL
TYPEType of a Content Provider UI_SRC_TYPIDCHAR2UISRCTYPUI_Y_SRCTYPUI_SRC_TYPID_F4
CGISTARTContent Provider Specific Character String Start UI_Y_CGISTARTCHAR132UI_Y_CHAR132K
CGIENDCGI End Sign UI_Y_CGIENDCHAR132UI_Y_CHAR132K
CGICONCATSyntax to Link Parameter UI_Y_CGICONCATCHAR2UI_Y_CHAR2K
OPANDSyntax for 'AND' Linking Operator UI_Y_ANDOPCHAR10UIOPANDUI_Y_CHAR10K
NO_OPANDIndicator: 'AND' Operator Is Not Supported UI_Y_FL_NO_ANDOPCHAR1XFELD
OPORSyntax for 'OR' Linking Operator UI_Y_OROPCHAR10UIOPORUI_Y_CHAR10K
NO_OPORIndicator: 'OR' Operator Is Not Supported UI_Y_FL_NO_OROPCHAR1XFELD
OPNOTSyntax for 'NOT' Linking Operator UI_Y_NOTOPCHAR10UIOPNOTUI_Y_CHAR10K
NO_OPNOTIndicator: 'NOT' Operator Is Not Supported UI_Y_FL_NO_NOTOPCHAR1XFELD
DISTRIDDistribution Type Content Provider UI_Y_DISTRIDCHAR1UIDISTRUI_Y_DISTRID
AUTHIDAuthentification Type Content Provider UI_Y_AUTHIDCHAR10UIAUTHUI_Y_AUTHID
PHRASEPhrase Syntax of a Content Provider (Quotations Marks) UI_Y_PHRASECHAR10UI_Y_CHAR10K
LOGON_REQUIREDIndicator: Logon Required UI_Y_LOGON_REQUIREDCHAR1XFELD
USERPARAMParameter of a Content Provider for User UI_Y_SRCUSERPARAMCHAR30UI_Y_CHAR30K
SRCUSERUsername for logon to a data source UI_SRC_USERNAMECHAR20TEXT20

Key field Non-key field



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

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

SELECT SINGLE *
FROM UISRC_DBV
INTO CORRESPONDING FIELDS OF WA_UISRC_DBV
WHERE...

How to access SAP table UISRC_DBV

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