Cds_Favorite
CDS View User Favorite
Cds_Favorite is a CDS View that provides data about "CDS View User Favorite" in SAP S/4HANA.
Annotations (5)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CDSFAVORITE | view | |
| EndUserText.label | CDS View User Favorite | view | |
| ObjectModel.usageType.serviceQuality | #P | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | DDLSourceName | vdm_browserfav | ddlsourcename | |
| KEY | SAPClient | vdm_browserfav | sapclient | |
| KEY | UserName | vdm_browserfav | username |
@AbapCatalog.sqlViewName: 'CDSFAVORITE'
@EndUserText.label: 'CDS View User Favorite'
@ObjectModel.usageType.serviceQuality: #P
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #NOT_REQUIRED
define view Cds_Favorite as select distinct from vdm_browserfav {
key vdm_browserfav.ddlsourcename as DDLSourceName,
key vdm_browserfav.sapclient as SAPClient,
key vdm_browserfav.username as UserName
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"VDM_BROWSERFAV"
],
"ASSOCIATED":
[],
"BASE":
[],
"VERSION":0
}
}*/
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA