E_ServiceDocument

DDL: E_SERVICEDOCUMENT SQL: ESERVICEDOCUMENT Type: view EXTENSION

Service Document Extension

E_ServiceDocument is a Extension CDS View that provides data about "Service Document Extension" in SAP S/4HANA. It reads from 1 data source (crms4d_serv_h) and exposes 2 fields with key fields ServiceCategory, ServiceOrder.

Data Sources (1)

SourceAliasJoin Type
crms4d_serv_h Persistence from

Annotations (9)

NameValueLevelField
AbapCatalog.sqlViewName ESERVICEDOCUMENT view
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
VDM.viewType #EXTENSION view
EndUserText.label Service Document Extension view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #MIXED view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY ServiceCategory crms4d_serv_h objtype_h
KEY ServiceOrder crms4d_serv_h object_id
@AbapCatalog.sqlViewName: 'ESERVICEDOCUMENT'
@AbapCatalog.preserveKey:true
@AbapCatalog.compiler.compareFilter:true 
@VDM.viewType: #EXTENSION
@EndUserText.label: 'Service Document Extension'
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@ObjectModel.usageType: {serviceQuality: #X, sizeCategory: #XL, dataClass: #MIXED}

define view E_ServiceDocument
  as select from crms4d_serv_h as Persistence
{
  key Persistence.objtype_h   as ServiceCategory,
  key Persistence.object_id   as ServiceOrder
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"CRMS4D_SERV_H"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/