I_BR_CTeServiceType

DDL: I_BR_CTESERVICETYPE SQL: IBRCTESERVTYPE Type: view BASIC

Brazil CT-e Service Type

I_BR_CTeServiceType is a Basic CDS View that provides data about "Brazil CT-e Service Type" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field BR_CTeServiceType. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_BR_CTeServiceTypeText _Text $projection.BR_CTeServiceType = _Text.BR_CTeServiceType

Annotations (15)

NameValueLevelField
EndUserText.label Brazil CT-e Service Type view
VDM.viewType #BASIC view
AbapCatalog.sqlViewName IBRCTESERVTYPE view
ObjectModel.representativeKey BR_CTeServiceType view
ObjectModel.compositionRoot true view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.resultSet.sizeCategory #XS view
AbapCatalog.preserveKey true view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
AccessControl.authorizationCheck #CHECK view
AbapCatalog.compiler.compareFilter true view
Metadata.ignorePropagatedAnnotations true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY BR_CTeServiceType
_Text _Text
@EndUserText.label: 'Brazil CT-e Service Type'
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'IBRCTESERVTYPE'
@ObjectModel.representativeKey: 'BR_CTeServiceType'
@ObjectModel.compositionRoot: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.resultSet.sizeCategory: #XS
@ObjectModel.supportedCapabilities: [#SQL_DATA_SOURCE,#CDS_MODELING_DATA_SOURCE]
@AbapCatalog.preserveKey:true
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@AccessControl.authorizationCheck: #CHECK
@AbapCatalog.compiler.compareFilter: true
@Metadata.ignorePropagatedAnnotations: true


define view I_BR_CTeServiceType
  as select from dd07l
  association [0..*] to I_BR_CTeServiceTypeText as _Text on $projection.BR_CTeServiceType = _Text.BR_CTeServiceType
{
  @ObjectModel.text.association: '_Text'
  key cast( substring(domvalue_l, 1, 1) as logbr_srv_typ_cte preserving type ) as BR_CTeServiceType,  
  @ObjectModel.association.type: [#TO_COMPOSITION_CHILD]
   _Text
}
where domname  = 'J_1BCTE_SERV_TP'
  and as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_BR_CTESERVICETYPETEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/