UISRCDB SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

UISRCDB 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 UISRCDB 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), TYPE (Type of a 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 UISRCDB 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
TYPEType of a Content Provider UI_SRC_TYPIDCHAR2UISRCTYPUI_Y_SRCTYPUI_SRC_TYPID_F4
SRCURLURL Address of Content Provider UI_SRC_URLCHAR120UI_URL

Key field Non-key field



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

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

SELECT SINGLE *
FROM UISRCDB
INTO CORRESPONDING FIELDS OF WA_UISRCDB
WHERE...

How to access SAP table UISRCDB

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