I_ServiceOrderStdVH
Service Order Value Help
I_ServiceOrderStdVH is a Basic CDS View that provides data about "Service Order Value Help" in SAP S/4HANA. It reads from 1 data source (I_ServiceDocument) and exposes 29 fields with key fields ServiceDocumentType, ServiceDocument. It is exposed through 2 OData services (UI_HCMMYTIMESHEET, UI_HCMMYTIMESHEET). It is used in 1 Fiori application: My Timesheet (S/4HANA / Version 4).
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ServiceDocument | I_ServiceDocument | from |
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ISERVORDVH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.representativeKey | ServiceDocument | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| EndUserText.label | Service Order Value Help | view | |
| Search.searchable | true | view | |
| Consumption.ranked | true | view |
OData Services (2)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_HCMMYTIMESHEET | API_HCMMYTIMESHEET | V2 | C2 | NOT_RELEASED |
| UI_HCMMYTIMESHEET | UI_HCMMYTIMESHEET | V2 | C1 | NOT_RELEASED |
Fiori Apps (1)
| App ID | App Name | Type | Description |
|---|---|---|---|
| F3074A | My Timesheet (S/4HANA / Version 4) | Transactional | You, as an employee, can use this app to manage your time entries quickly and efficiently using a desktop or a mobile device. |
My Timesheet (S/4HANA / Version 4)
Business Role: Employee - HR Info
You, as an employee, can use this app to manage your time entries quickly and efficiently using a desktop or a mobile device. You can use this app to do the following: enter time records for the chosen personnel assignment using form entry or assignments. create or import assignments and manage them. create and manage assignment groups. use horizontal or grid view for time entries. view the calendar for a chosen month on a desktop device, and for a given week on a mobile device. copy and paste time records. access the to-do list. switch between the allowed data entry profiles for a given time entry.
Fields (29)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ServiceDocumentType | ServiceDocumentType | ||
| KEY | ServiceDocument | ServiceDocument | ||
| ServiceObjectType | ServiceObjectType | |||
| ServiceDocumentDescription | ServiceDocumentDescription | |||
| SoldToParty | SoldToParty | |||
| SalesOrganization | SalesOrganization | |||
| DistributionChannel | DistributionChannel | |||
| Division | Division | |||
| SalesOffice | SalesOffice | |||
| SalesGroup | SalesGroup | |||
| SalesOrganizationOrgUnitID | SalesOrganizationOrgUnitID | |||
| SalesOfficeOrgUnitID | SalesOfficeOrgUnitID | |||
| SalesGroupOrgUnitID | SalesGroupOrgUnitID | |||
| ServiceOrganization | ServiceOrganization | |||
| RespEmployeeBusinessPartnerId | ResponsibleEmployee | |||
| _ServiceDocumentType | _ServiceDocumentType | |||
| _ServiceObjType | _ServiceObjType | |||
| _SoldToParty | _SoldToParty | |||
| _SalesOrganizationOrgUnit | _SalesOrganizationOrgUnit | |||
| _SalesOrganizationOrgUnit_2 | _SalesOrganizationOrgUnit_2 | |||
| _SalesOfficeOrgUnit | _SalesOfficeOrgUnit | |||
| _SalesOfficeOrgUnit_2 | _SalesOfficeOrgUnit_2 | |||
| _SalesGroupOrgUnit | _SalesGroupOrgUnit | |||
| _SalesGroupOrgUnit_2 | _SalesGroupOrgUnit_2 | |||
| _SalesOrganization | _SalesOrganization | |||
| _SalesOffice | _SalesOffice | |||
| _SalesGroup | _SalesGroup | |||
| _DistributionChannel | _DistributionChannel | |||
| _Division | _Division |
@AbapCatalog.sqlViewName: 'ISERVORDVH'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.representativeKey: 'ServiceDocument'
@VDM.viewType: #BASIC
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.usageType: {serviceQuality: #A, sizeCategory: #XL, dataClass: #TRANSACTIONAL }
@ObjectModel.supportedCapabilities: [#VALUE_HELP_PROVIDER]
@AccessControl.personalData.blocking: #('TRANSACTIONAL_DATA')
@EndUserText.label: 'Service Order Value Help'
@Search: {
searchable: true
}
@Consumption.ranked:true
define view I_ServiceOrderStdVH
as select from I_ServiceDocument
{
@Search: { ranking: #LOW,
defaultSearchElement: true }
@ObjectModel.foreignKey.association: '_ServiceDocumentType'
key ServiceDocumentType,
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #HIGH
key ServiceDocument,
@ObjectModel.foreignKey.association: '_ServiceObjType'
@Consumption.hidden: true
ServiceObjectType,
@Search: { defaultSearchElement: true, ranking: #LOW }
ServiceDocumentDescription,
// @ObjectModel.foreignKey.association: '_RespEmployee'
// ResponsibleEmployee,
@Search.ranking: #LOW
@ObjectModel.foreignKey.association: '_SoldToParty'
SoldToParty,
@Search.ranking: #LOW
@ObjectModel.foreignKey.association: '_SalesOrganization'
SalesOrganization,
@Search.ranking: #LOW
@ObjectModel.foreignKey.association: '_DistributionChannel'
DistributionChannel,
@Search.ranking: #LOW
@ObjectModel.foreignKey.association: '_Division'
Division,
@Search.ranking: #LOW
@ObjectModel.foreignKey.association: '_SalesOffice'
SalesOffice,
@Search.ranking: #LOW
@ObjectModel.foreignKey.association: '_SalesGroup'
SalesGroup,
@Search.ranking: #LOW
@ObjectModel.foreignKey.association: '_SalesOrganizationOrgUnit_2'
SalesOrganizationOrgUnitID,
@Search.ranking: #LOW
@ObjectModel.foreignKey.association: '_SalesOfficeOrgUnit_2'
SalesOfficeOrgUnitID,
@Search.ranking: #LOW
@ObjectModel.foreignKey.association: '_SalesGroupOrgUnit_2'
SalesGroupOrgUnitID,
@Search.ranking: #LOW
ServiceOrganization,
@Search.ranking: #LOW
ResponsibleEmployee as RespEmployeeBusinessPartnerId,
_ServiceDocumentType,
_ServiceObjType,
// _RespEmployee,
_SoldToParty,
@API.element.releaseState: #DEPRECATED
@API.element.successor: '_SalesOrganizationOrgUnit_2'
_SalesOrganizationOrgUnit,
_SalesOrganizationOrgUnit_2,
@API.element.releaseState: #DEPRECATED
@API.element.successor: '_SalesOfficeOrgUnit_2'
_SalesOfficeOrgUnit,
_SalesOfficeOrgUnit_2,
@API.element.releaseState: #DEPRECATED
@API.element.successor: '_SalesGroupOrgUnit_2'
_SalesGroupOrgUnit,
_SalesGroupOrgUnit_2,
_SalesOrganization,
_SalesOffice,
_SalesGroup,
_DistributionChannel,
_Division
}
where
ServiceObjectType = 'BUS2000116'
and ServiceDocumentIsQuotation = ' '
and ServiceDocumentTemplateType = ' '
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