P_SrvcInhRepairCopyControl

DDL: P_SRVCINHREPAIRCOPYCONTROL SQL: PSRVCINHRTRANS Type: view COMPOSITE Package: CRMS4_SERV_FIORI_UI

Inhouse Repair Transactions

P_SrvcInhRepairCopyControl is a Composite CDS View that provides data about "Inhouse Repair Transactions" in SAP S/4HANA. It reads from 1 data source (I_SrvcTransactionCopyControl) and exposes 4 fields with key fields SrvcTargetTransactionType, SrvcSourceTransactionType. Part of development package CRMS4_SERV_FIORI_UI.

Data Sources (1)

SourceAliasJoin Type
I_SrvcTransactionCopyControl I_SrvcTransactionCopyControl from

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName PSRVCINHRTRANS view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #COMPOSITE view
VDM.private true view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY SrvcTargetTransactionType SrvcTargetTransactionType
KEY SrvcSourceTransactionType SrvcSourceTransactionType
ServiceDocPredecessorObjType ServiceDocPredecessorObjType
RefInHouseRepairIsExisting
@AbapCatalog.sqlViewName: 'PSRVCINHRTRANS'
@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_SrvcInhRepairCopyControl
  as select from I_SrvcTransactionCopyControl
{
  key SrvcTargetTransactionType,
  key SrvcSourceTransactionType,
      ServiceDocPredecessorObjType,
      'X' as RefInHouseRepairIsExisting
}
where
  ServiceDocPredecessorObjType = 'BUS2000256'