V_DPR_CUST_UI_BSP_CUSTOMER SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

V_DPR_CUST_UI_BSP_CUSTOMER 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 V_DPR_CUST_UI_BSP_CUSTOMER table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include COMPONENT (Software Component), HEADER_URL (URL for Image in Project Management Header Row), INFO_URL (URL for Project Management Information Page (Projects)), USER_DEF_URLS (User-Defined URL).. 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 V_DPR_CUST_UI_BSP_CUSTOMER 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
CLIENTClient MANDTCLNT3MANDT
COMPONENTSoftware Component DPR_TV_COMPONENTCHAR30DPR_COMPONENT
HEADER_URLURL for Image in Project Management Header Row DPR_TV_HEADER_URLCHAR255DPR_URL
INFO_URLURL for Project Management Information Page (Projects) DPR_TV_INFO_URLCHAR255DPR_URL
USER_DEF_URLSUser-Defined URL DPR_TV_USER_DEF_URLSCHAR1CHAR1
LOGO_URLURL for Enterprise Logo in Project Management Header DPR_TV_LOGO_URLCHAR255DPR_URL
HEADER_HTTPHTTP Destination for Header Line DPR_TV_HTTP_DESTINATION_HEADERCHAR32RFCDESRFCDEST
LOGO_HTTPHTTP Destination for Company Logo DPR_TV_HTTP_DESTINATION_LOGOCHAR32RFCDESRFCDEST

Key field Non-key field



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

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

SELECT SINGLE *
FROM V_DPR_CUST_UI_BSP_CUSTOMER
INTO CORRESPONDING FIELDS OF WA_V_DPR_CUST_UI_BSP_CUSTOMER
WHERE...

How to access SAP table V_DPR_CUST_UI_BSP_CUSTOMER

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