P_WLF_CDS_LFB1_BG
P_WLF_CDS_LFB1_BG is a Basic CDS View in SAP S/4HANA. It reads from 1 data source (I_SupplierCompany) and exposes 2 fields with key field company_code.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_SupplierCompany | vendor | from |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | PWLFCDSLFB1BG | view | |
| VDM.viewType | #BASIC | view | |
| VDM.private | true | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| AccessControl.personalData.blocking | #REQUIRED | view | |
| ClientHandling.type | #INHERITED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AbapCatalog.preserveKey | true | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | company_code | I_SupplierCompany | CompanyCode | |
| vendor_begru | I_SupplierCompany | AuthorizationGroup |
@AbapCatalog.sqlViewName: 'PWLFCDSLFB1BG'
@VDM.viewType: #BASIC
@VDM.private: true
@AbapCatalog.compiler.compareFilter : true
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.sizeCategory: #L
@AccessControl.authorizationCheck: #MANDATORY
@AccessControl.personalData.blocking: #REQUIRED
@ClientHandling.type: #INHERITED
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.preserveKey:true
@Metadata.ignorePropagatedAnnotations: true
define view P_WLF_CDS_LFB1_BG
as select from I_SupplierCompany as vendor
{
key vendor.Supplier as vendor_account,
key vendor.CompanyCode as company_code,
vendor.AuthorizationGroup as vendor_begru
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_SUPPLIERCOMPANY"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"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