I_CmplRqRsltSubLiChkActnInfoTP

DDL: I_CMPLRQRSLTSUBLICHKACTNINFOTP Type: view TRANSACTIONAL

CmplRqRslt Additional Action Information

I_CmplRqRsltSubLiChkActnInfoTP is a Transactional CDS View that provides data about "CmplRqRslt Additional Action Information" in SAP S/4HANA. It reads from 1 data source (I_CmplRqRsltAddlActionInfo) and exposes 4 fields with key field CmplRqRsltActionInfoAssgmtUUID. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
I_CmplRqRsltAddlActionInfo I_CmplRqRsltAddlActionInfo from

Associations (1)

CardinalityTargetAliasCondition
[1..1] I_CmplRqRsltSubstListChkTP _CmplRqRslt $projection.CmplRqRsltUUID = _CmplRqRslt.CmplRqRsltUUID

Annotations (18)

NameValueLevelField
AbapCatalog.sqlViewName ICRRSUBCHKACTNTP view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #MANDATORY view
VDM.viewType #TRANSACTIONAL view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.modelCategory #BUSINESS_OBJECT view
ObjectModel.transactionalProcessingEnabled true view
ObjectModel.createEnabled true view
ObjectModel.updateEnabled true view
ObjectModel.deleteEnabled true view
ObjectModel.writeDraftPersistence ehpmaw_crr_slc_a view
ObjectModel.writeActivePersistence ehfndv_crr_actin view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.serviceQuality #B view
EndUserText.label CmplRqRslt Additional Action Information view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY CmplRqRsltActionInfoAssgmtUUID CmplRqRsltActionInfoAssgmtUUID
CmplRqRsltUUID CmplRqRsltUUID
ProductSubstAuthorityNumber ProductSubstAuthorityNumber
_CmplRqRslt _CmplRqRslt
@AbapCatalog: {
  sqlViewName: 'ICRRSUBCHKACTNTP',
  compiler.compareFilter: true,
  preserveKey: true
}

@AccessControl:
{
  authorizationCheck: #MANDATORY
}

@VDM.viewType: #TRANSACTIONAL
@VDM.lifecycle.contract.type:#SAP_INTERNAL_API

--Client Handling of the view
@ClientHandling.algorithm: #SESSION_VARIABLE

@ObjectModel:
{
  modelCategory: #BUSINESS_OBJECT,
  transactionalProcessingEnabled: true,
  createEnabled: true,
  updateEnabled: true,
  deleteEnabled: true,
  // Due to the pattern-specific BO this view is associated with, the draft persistence needs to be pattern-specific as well

  writeDraftPersistence: 'ehpmaw_crr_slc_a',
  writeActivePersistence: 'ehfndv_crr_actin',
  
  semanticKey:  [ 'CmplRqRsltActionInfoAssgmtUUID' ],
  usageType:
  {
    dataClass: #TRANSACTIONAL,
    sizeCategory: #L,
    serviceQuality: #B
  }
  //entityChangeStateId: 'LastChangeDateTime'

}

@EndUserText.label: 'CmplRqRslt Additional Action Information'

define view I_CmplRqRsltSubLiChkActnInfoTP 
  as select from I_CmplRqRsltAddlActionInfo
  
  association [1..1] to I_CmplRqRsltSubstListChkTP as _CmplRqRslt on $projection.CmplRqRsltUUID = _CmplRqRslt.CmplRqRsltUUID
    
  {


    key CmplRqRsltActionInfoAssgmtUUID, 
        CmplRqRsltUUID,
    
        /* Content */ 
        ProductSubstAuthorityNumber, 
        /** Future Fields, Valid From, Valid TO, ...
        
        /* Associations */ 
        @ObjectModel.association.type: [ #TO_COMPOSITION_PARENT, #TO_COMPOSITION_ROOT ]
        _CmplRqRslt
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CMPLRQRSLTADDLACTIONINFO"
],
"ASSOCIATED":
[
"I_CMPLRQRSLTSUBSTLISTCHKTP"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/