I_DOCINFORECDOBJTYPETODOCTYPE

CDS View

Document types associated to object type

I_DOCINFORECDOBJTYPETODOCTYPE is a CDS View in S/4HANA. Document types associated to object type. It contains 2 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
I_DocInfoRecdAttchDetForBusObj view right_outer COMPOSITE Documents with files for Business Object
R_SupCosBrkTmplAttchType view from BASIC Attach Type Export for SupCosBrkTmpl

Fields (2)

KeyField CDS FieldsUsed in Views
KEY DocumentInfoRecordDocType DocumentInfoRecordDocType 1
KEY LinkedSAPObject LinkedSAPObject 1
@AbapCatalog.sqlViewName: 'ICVDOCTYPEOBJ'
@AbapCatalog.compiler.compareFilter: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #BASIC
@EndUserText.label: 'Document types associated to object type'
@ObjectModel.compositionRoot:true 
@ObjectModel.representativeKey: 'LinkedSAPObject'
@AccessControl.authorizationCheck: #CHECK
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory : #M
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.sapObjectNodeType.name: 'LinkedSAPObject'
@Search.searchable: true
@AbapCatalog.buffering.status: #ACTIVE
@AbapCatalog.buffering.type: #GENERIC
@AbapCatalog.buffering.numberOfKeyFields: 001
@Analytics: {

              dataExtraction.enabled: true }
              
@ObjectModel: {
                           
         modelingPattern: #ANALYTICAL_DIMENSION,
         supportedCapabilities: [#ANALYTICAL_DIMENSION, #CDS_MODELING_ASSOCIATION_TARGET, #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #EXTRACTION_DATA_SOURCE]
                }
@Metadata: {
             allowExtensions: true,
             ignorePropagatedAnnotations: true
           }

define view I_DocInfoRecdObjTypeToDocType
  as select from tdwo
  association [0..*] to I_DocumentInfoRecordDocTypeT as _Text on $projection.DocumentInfoRecordDocType = _Text.DocumentInfoRecordDocType
  
  association [0..1] to I_DocumentInfoRecordDocType as _DocType on $projection.DocumentInfoRecordDocType = _DocType.DocumentInfoRecordDocType
  
{
      @Search.defaultSearchElement: true
      @Search.ranking: #HIGH
      @Search.fuzzinessThreshold: 0.8
      @ObjectModel.foreignKey.association: '_DocType'
      @ObjectModel.text.association: '_Text'
  key tdwo.dokar  as DocumentInfoRecordDocType,
  key tdwo.dokob  as LinkedSAPObject,
      tdwo.configdeprecationcode as ConfigDeprecationCode,

      // Associations

      @ObjectModel.association.type: [#TO_COMPOSITION_CHILD]
      _Text,
      
      _DocType
           
}
where
  configdeprecationcode <> 'E'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TDWO"
],
"ASSOCIATED":
[
"I_DOCUMENTINFORECORDDOCTYPE",
"I_DOCUMENTINFORECORDDOCTYPET"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/