C_InspLotSuplrValHelp
Supplier Value Help
C_InspLotSuplrValHelp is a Consumption CDS View that provides data about "Supplier Value Help" in SAP S/4HANA. It reads from 1 data source (I_Supplier) and exposes 8 fields with key field Supplier.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_Supplier | I_Supplier | from |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CINSPLOTSUPLRVH | view | |
| EndUserText.label | Supplier Value Help | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.viewType | #CONSUMPTION | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| ObjectModel.usageType.dataClass | #META | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.serviceQuality | #C | view |
Fields (8)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Supplier | Supplier | ||
| SupplierName | SupplierName | |||
| CityName | CityName | |||
| PostalCode | PostalCode | |||
| Country | Country | |||
| IsBusinessPurposeCompleted | IsBusinessPurposeCompleted | |||
| SupplierAccountGroup | SupplierAccountGroup | |||
| AuthorizationGroup | AuthorizationGroup |
@AbapCatalog.sqlViewName: 'CINSPLOTSUPLRVH'
@EndUserText.label: 'Supplier Value Help'
@AbapCatalog.compiler.compareFilter: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #CONSUMPTION
@AccessControl.authorizationCheck: #CHECK
@AccessControl.personalData.blocking:#NOT_REQUIRED
@ObjectModel.usageType: {
dataClass: #META,
sizeCategory: #S,
serviceQuality: #C
}
define view C_InspLotSuplrValHelp as select from I_Supplier {
key Supplier,
SupplierName,
CityName,
PostalCode,
Country,
// Auth Check DPP
@Consumption: { hidden: true }
IsBusinessPurposeCompleted,
//_SupplierPurchasingOrg.PurchasingOrganization,
@UI.hidden: true
SupplierAccountGroup,
@UI.hidden: true
AuthorizationGroup
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_SUPPLIER"
],
"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