I_SiteProfile
CDS view for Site Profile
I_SiteProfile is a Basic CDS View that provides data about "CDS view for Site Profile" in SAP S/4HANA. It reads from 1 data source (twrf2) and exposes 6 fields with key field SiteProfile.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| twrf2 | twrf2 | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ISITEPROFILE | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | CDS view for Site Profile | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.viewType | #BASIC | view | |
| AccessControl.personalData.blocking | #REQUIRED | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #M | view |
Fields (6)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SiteProfile | betrp | ||
| ReferenceSite | ref_wkfil | |||
| SiteCategory | vlfkz | |||
| SiteIsWithSupplier | site_with_bp_grp_suppl | |||
| BusinessPartnerGrouping | bp_grp_site | |||
| BusinessPartnerRoleGrouping | rltgr |
@AbapCatalog.sqlViewName: 'ISITEPROFILE'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'CDS view for Site Profile'
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #BASIC
@AccessControl.personalData.blocking: #REQUIRED
@ObjectModel: {
usageType: {
dataClass: #CUSTOMIZING,
serviceQuality: #C,
sizeCategory: #M
}
}
define view I_SiteProfile
as select from twrf2
{
key betrp as SiteProfile,
ref_wkfil as ReferenceSite,
vlfkz as SiteCategory,
site_with_bp_grp_suppl as SiteIsWithSupplier,
bp_grp_site as BusinessPartnerGrouping,
rltgr as BusinessPartnerRoleGrouping
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TWRF2"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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