I_SecurityClassVH
Security Class Value Help
I_SecurityClassVH is a Composite CDS View that provides data about "Security Class Value Help" in SAP S/4HANA. It reads from 1 data source (I_SecurityClass) and exposes 5 fields with key field SecurityClass.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_SecurityClass | SecurityClass | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AbapCatalog.sqlViewName | ISECCLASSVH | view | |
| VDM.viewType | #COMPOSITE | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| EndUserText.label | Security Class Value Help | view | |
| Consumption.ranked | true | view | |
| Search.searchable | true | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SecurityClass | I_SecurityClass | SecurityClass | |
| FinancialInstrumentProductType | I_SecurityClass | FinancialInstrumentProductType | ||
| SecurityClassName | I_SecurityClass | SecurityClassName | ||
| SecurityClassDescription | I_SecurityClass | SecurityClassDescription | ||
| Issuer | I_SecurityClass | Issuer |
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.sqlViewName: 'ISECCLASSVH'
@VDM.viewType: #COMPOSITE
//@AccessControl.authorizationCheck: #NOT_REQUIRED
@AccessControl.authorizationCheck: #CHECK
@ObjectModel.dataCategory:#VALUE_HELP
@ObjectModel.usageType.dataClass: #MIXED
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #L
@EndUserText.label: 'Security Class Value Help'
@Consumption.ranked: true
@Search.searchable: true
define view I_SecurityClassVH as select from I_SecurityClass as SecurityClass
{
@Search.defaultSearchElement: true
@Search.ranking: #HIGH
@Search.fuzzinessThreshold: 0.8
@UI.lineItem.importance: #HIGH
key SecurityClass.SecurityClass,
@Search.ranking: #LOW
@Search.fuzzinessThreshold: 0.8
@UI.lineItem.importance: #HIGH
SecurityClass.FinancialInstrumentProductType,
@Search.defaultSearchElement: true
@Search.ranking: #LOW
@Search.fuzzinessThreshold: 0.8
@UI.lineItem.importance: #HIGH
SecurityClass.SecurityClassName,
@Search.ranking: #LOW
@Search.fuzzinessThreshold: 0.8
SecurityClass.SecurityClassDescription,
@Search.ranking: #LOW
@Search.fuzzinessThreshold: 0.8
@UI.lineItem.importance: #HIGH
SecurityClass.Issuer
}
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