P_SRVCTRANSACTIONTYPE
P_SRVCTRANSACTIONTYPE is a CDS View in S/4HANA. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_ServiceOrderTypeVH | view | inner | CONSUMPTION | Service Order Type |
@AbapCatalog.sqlViewName: 'PSRVCTRANSTYPE'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType.serviceQuality: #D
@ObjectModel.usageType.sizeCategory : #S
@ObjectModel.resultSet.sizeCategory: #XS
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM: {
viewType: #COMPOSITE,
private: true
}
define view P_SrvcTransactionType
as select from I_ServiceOrderTypeVH as TransactionType
association [1..*] to P_SrvcInhRepairCopyControl as _InHouseRepairTransactionType on _InHouseRepairTransactionType.SrvcTargetTransactionType = $projection.ServiceDocumentType
{
key TransactionType.ServiceDocumentType,
TransactionType.ServiceObjectType,
_InHouseRepairTransactionType.RefInHouseRepairIsExisting as RefInHouseRepairIsExisting
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_SERVICEORDERTYPEVH",
"P_SRVCINHREPAIRCOPYCONTROL"
],
"ASSOCIATED":
[
"P_SRVCINHREPAIRCOPYCONTROL"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/