I_SRVCTRANSACTIONCOPYCONTROL
Copy Control For Transaction Type
I_SRVCTRANSACTIONCOPYCONTROL is a CDS View in S/4HANA. Copy Control For Transaction Type. 7 CDS views read from this table.
CDS Views using this table (7)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_InhRepairSrvcOrdTypeVH | view_entity | inner | CONSUMPTION | Repair Order Type |
| C_InhRepairSrvcQtanTypeVH | view_entity | inner | CONSUMPTION | Repair Quotation Type |
| C_ServiceOrderTypeVH | view | inner | CONSUMPTION | Service Order Type |
| C_ServiceQuotationTypeVH | view | inner | CONSUMPTION | C view for service quotation type |
| C_SrvcOrdSrvcConfDocTypeVH | view_entity | inner | CONSUMPTION | Document Types relevant for Billing |
| P_SrvcInhRepairCopyControl | view | from | COMPOSITE | |
| P_SrvcTransactionCopyControl | view | from | COMPOSITE |
@AbapCatalog.sqlViewName: 'ISRVCTRANSCOPY'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Copy Control For Transaction Type'
@ObjectModel.usageType.serviceQuality: #D
@ObjectModel.usageType.sizeCategory : #S
@ObjectModel.resultSet.sizeCategory: #XS
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.dataCategory: #VALUE_HELP
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #BASIC
define view I_SrvcTransactionCopyControl
as select from crmc_pr_copy_ma as transactionCopyControl
association [1..1] to I_ServiceDocumentType as _SourceServiceDocumentType on $projection.SrvcSourceTransactionType = _SourceServiceDocumentType.ServiceDocumentType
association [1..1] to I_ServiceDocumentType as _TargetServiceDocumentType on $projection.SrvcTargetTransactionType = _TargetServiceDocumentType.ServiceDocumentType
{
key pr_type_to as SrvcTargetTransactionType,
key pr_type_from as SrvcSourceTransactionType,
_SourceServiceDocumentType.ServiceObjectType as ServiceDocPredecessorObjType, //Source Object type
_TargetServiceDocumentType.ServiceObjectType as ServiceDocSuccessorBusObjType, //Target Object Type
_SourceServiceDocumentType,
_TargetServiceDocumentType
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_SERVICEDOCUMENTTYPE",
"CRMC_PR_COPY_MA"
],
"ASSOCIATED":
[
"I_SERVICEDOCUMENTTYPE"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/