R_BDTSDESIGNTIMERUNTIMERELSHP

CDS View

Relationship DT and RT Entities

R_BDTSDESIGNTIMERUNTIMERELSHP is a CDS View in S/4HANA. Relationship DT and RT Entities. 6 CDS views read from this table.

CDS Views using this table (6)

ViewTypeJoinVDMDescription
A_BDTSDesignTimeEntity view_entity from CONSUMPTION BDTS Design Time Entity
R_BDTSAreaRelationshipTP view_entity from TRANSACTIONAL Transformation Area - TP
R_BDTSExecutionPlanRelationTP view_entity from TRANSACTIONAL Execution Plan - TP
R_BDTSObjectRelationshipTP view_entity from TRANSACTIONAL Transformation Object - TP
R_BDTSRuleLogicRelationTP view_entity from TRANSACTIONAL Rule Logic - TP
R_BDTSRuleRelationshipTP view_entity from TRANSACTIONAL Transformation Rule - TP
@EndUserText.label: 'Relationship DT and RT Entities'

@AbapCatalog: {
sqlViewName: 'RBDTSDTRTREL',
compiler.compareFilter: true }

@VDM: {
  viewType: #BASIC,
  lifecycle.contract.type: #SAP_INTERNAL_API
}

@ObjectModel: {
   usageType: {
     dataClass:      #TRANSACTIONAL,
     serviceQuality: #A,
     sizeCategory:   #S
   }
}


@AccessControl.authorizationCheck: #NOT_REQUIRED
@Metadata.allowExtensions:false

@ClientHandling: {
     type: #INHERITED,
     algorithm: #SESSION_VARIABLE
}

define view R_BDTSDesignTimeRuntimeRelshp
  as select from bdts_rel_dt_rt
{

  key transformation_area_id as BDTSTransformationAreaID,
  key dt_entity_id           as BDTSDesignTimeEntityID,
      dt_entity_code         as BDTSDesignTimeEntityCode,
      creation_datetime      as BDTSDesignTimeCreationDateTime,
      rt_mwb_project         as BDTSRuntimeMigrationProject,
      rt_mwb_subproject      as BDTSRuntimeMigrationSubproject,
      rt_mwb_masstransfer    as BDTSRuntimeMassTransfer,
      rt_mwb_object          as BDTSRuntimeMigrationObject,
      rt_mwb_rule            as BDTSRuntimeMigrationRule,
      rt_rule_logic_id       as BDTSRuntimeRuleLogicID,
      rt_execution_plan_id   as BDTSRuntimeExecutionPlanID

}