I_SERVICEDOCUMENTTYPESTDVH
Service Document Type Value Help
I_SERVICEDOCUMENTTYPESTDVH is a CDS View in S/4HANA. Service Document Type Value Help. It contains 4 fields. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_ServiceContractTypeVH | view | from | BASIC | Service contract type value help |
| I_ServiceQuotationType | view | from | BASIC | Transaction Types relevant to quotation |
Fields (4)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | ServiceDocumentType | ServiceContractType,ServiceDocumentType | 2 |
| _ServiceDocumentTypeText | _ServiceDocumentTypeText | 1 | |
| _ServiceObjectTypeText | _ServiceObjectTypeText | 1 | |
| ServiceObjectType | ServiceObjectType | 2 |
@AbapCatalog:{
sqlViewName: 'ISERVDOCTYPEVH',
compiler.compareFilter: true,
preserveKey:true
}
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #BASIC
@ObjectModel: {
dataCategory: #VALUE_HELP,
representativeKey: 'ServiceDocumentType',
usageType: {
dataClass: #CUSTOMIZING,
serviceQuality: #B,
sizeCategory: #XL
},
supportedCapabilities: [#VALUE_HELP_PROVIDER]
}
@AccessControl: {
authorizationCheck: #CHECK }
@EndUserText.label: 'Service Document Type Value Help'
@Search.searchable:true
@Consumption.ranked:true
define view I_ServiceDocumentTypeStdVH
as select from I_ServiceDocumentType
{
@Search.ranking: #HIGH
@ObjectModel.text.association: '_ServiceDocumentTypeText'
key ServiceDocumentType,
@Search.ranking: #LOW
ServiceObjectType,
_ServiceDocumentTypeText,
_ServiceObjectTypeText
}