I_QUALITYTASKLONGTEXTTP

CDS View

Quality Task Long Text

I_QUALITYTASKLONGTEXTTP is a CDS View in S/4HANA. Quality Task Long Text. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
C_DefectQltyTskProcsrNotes view from CONSUMPTION Quality Task Processor Notes
C_QltyTaskDetailedDescription view from CONSUMPTION Quality Task Detailed Description
C_QltyTskProcProcsrNotes view from CONSUMPTION Quality Task Processor Notes
@AbapCatalog: {
    sqlViewName: 'IQTSKLTTP',
    compiler.compareFilter: true,
    preserveKey: true
}
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #CHECK
@VDM.viewType: #TRANSACTIONAL
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@ObjectModel.usageType: {
    dataClass: #TRANSACTIONAL,
    sizeCategory: #L,
    serviceQuality: #C
}
@EndUserText.label: 'Quality Task Long Text'

/* Draft 2.0*/
@ObjectModel:{
    dataCategory: #TEXT,
    createEnabled: false,
    updateEnabled: 'EXTERNAL_CALCULATION',
    deleteEnabled: false,
    writeDraftPersistence: 'QTASKTLTXT_D',
    writeActivePersistence: 'V_QTSKTXT_DR2ACT',
    representativeKey: 'QualityTaskInternalId'
}

define view I_QualityTaskLongTextTP as select from  I_QualityTaskLongText 

    association [1..1] to I_QualityTaskTP as _QualityTaskTP on $projection.QualityTaskInternalId = _QualityTaskTP.QualityTaskInternalId
                                                               

{       
        @ObjectModel:{  readOnly: true,
                        foreignKey.association: '_QualityTaskTP'
        }
        key QualityTaskInternalId, 

        @ObjectModel.readOnly: 'EXTERNAL_CALCULATION'
        key LongTextInternalNumber as ItemCounter, 
                
        @Semantics.language: true
        @ObjectModel.readOnly: true
        key Language, 
               
        @ObjectModel.readOnly: 'EXTERNAL_CALCULATION'
        LongTextID, 
        
        @ObjectModel.readOnly: 'EXTERNAL_CALCULATION'
        QualityTaskLongText, 
        
        @ObjectModel.readOnly: true
        LongTextCreatedByUser, 
        
        @ObjectModel.readOnly: true
        LongTextCreatedAt, 
        
        @ObjectModel.readOnly: 'EXTERNAL_CALCULATION'
        LongTextLastChangedByUser, 
        
        @ObjectModel.readOnly: 'EXTERNAL_CALCULATION'
        LongTextLastChangedAt, 
        
        @ObjectModel.readOnly: 'EXTERNAL_CALCULATION'
        cast( MimeType as dd_fti_mime_type ) as MimeType,
        
        /* Associations */ 
        _Language, 
        @ObjectModel.association.type:  [ #TO_COMPOSITION_PARENT, #TO_COMPOSITION_ROOT ]
        _QualityTaskTP    
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_QUALITYTASKLONGTEXT"
],
"ASSOCIATED":
[
"I_LANGUAGE",
"I_QUALITYTASKTP"
],
"BASE":
[
"I_QUALITYTASKLONGTEXT"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/