C_DspPaytCardCompanyCodeVH
Payment Card - Company Code Value Help
C_DspPaytCardCompanyCodeVH is a Consumption CDS View that provides data about "Payment Card - Company Code Value Help" in SAP S/4HANA. It reads from 1 data source (I_CompanyCodeVH) and exposes 4 fields with key field CompanyCode.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_CompanyCodeVH | I_CompanyCodeVH | from |
Annotations (15)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CDPCDCOMPCODEVH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| EndUserText.label | Payment Card - Company Code Value Help | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.representativeKey | CompanyCode | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| VDM.viewType | #CONSUMPTION | view | |
| VDM.private | false | view | |
| Search.searchable | true | view | |
| Consumption.ranked | true | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CompanyCode | CompanyCode | ||
| CompanyCodeName | CompanyCodeName | |||
| CityName | ||||
| Country |
@AbapCatalog: {
sqlViewName: 'CDPCDCOMPCODEVH',
compiler.compareFilter: true
}
@AccessControl: {
authorizationCheck: #CHECK,
personalData.blocking: #NOT_REQUIRED
}
@EndUserText.label: 'Payment Card - Company Code Value Help'
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel: {
// ^pb::vhh
dataCategory: #VALUE_HELP,
// pb::vhh$
representativeKey: 'CompanyCode',
usageType: {
serviceQuality: #C,
sizeCategory: #S,
dataClass: #MASTER }
}
@VDM: {
viewType: #CONSUMPTION,
private: false
}
@Search.searchable: true
@Consumption.ranked: true
define view C_DspPaytCardCompanyCodeVH as select from I_CompanyCodeVH
{
@ObjectModel.text.element: 'CompanyCodeName'
@Search: {
defaultSearchElement: true,
fuzzinessThreshold: 0.9,
ranking: #HIGH
}
key CompanyCode,
@Search: {
defaultSearchElement: true,
fuzzinessThreshold: 0.9,
ranking: #HIGH
}
CompanyCodeName,
-- @Search.searchable: true
@Search.ranking: #LOW
CityName,
-- @Search.searchable: true
@Search.ranking: #LOW
Country
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_COMPANYCODEVH"
],
"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