I_CmplRqRsltSubLiChkStmntTP

DDL: I_CMPLRQRSLTSUBLICHKSTMNTTP Type: view TRANSACTIONAL

CmplRqRslt Compliance Statement Assgmt

I_CmplRqRsltSubLiChkStmntTP is a Transactional CDS View that provides data about "CmplRqRslt Compliance Statement Assgmt" in SAP S/4HANA. It reads from 1 data source (I_CmplRqRsltCmplncStmnt) and exposes 8 fields with key field CmplRqRsltStmntAssgmtUUID. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
I_CmplRqRsltCmplncStmnt I_CmplRqRsltCmplncStmnt from

Associations (1)

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

Annotations (19)

NameValueLevelField
AbapCatalog.sqlViewName ICRRSUBCHKSMTTP view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
EndUserText.label CmplRqRslt Compliance Statement Assgmt 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_o view
ObjectModel.writeActivePersistence ehfndv_crr_osm view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.entityChangeStateId LastChangeDateTime view

Fields (8)

KeyFieldSource TableSource FieldDescription
KEY CmplRqRsltStmntAssgmtUUID CmplRqRsltStmntAssgmtUUID
CmplRqRsltUUID CmplRqRsltUUID
CmplRqVersCmplncStatement CmplRqVersCmplncStatement
CreationDateTime CreationDateTime
CreatedByUser CreatedByUser
LastChangeDateTime LastChangeDateTime
LastChangedByUser LastChangedByUser
_CmplRqRslt _CmplRqRslt
@AbapCatalog:
{
  sqlViewName: 'ICRRSUBCHKSMTTP',
  compiler.compareFilter: true,
  preserveKey: true
}

@EndUserText.label: 'CmplRqRslt Compliance Statement Assgmt'

@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,
  writeDraftPersistence: 'ehpmaw_crr_slc_o',
  writeActivePersistence: 'ehfndv_crr_osm',
  semanticKey:  [ 'CmplRqRsltStmntAssgmtUUID' ],
  usageType:
  {
    dataClass: #MASTER,
    sizeCategory: #L,
    serviceQuality: #B
  },
  entityChangeStateId: 'LastChangeDateTime'
}
define view I_CmplRqRsltSubLiChkStmntTP 
  as select from I_CmplRqRsltCmplncStmnt
 
  association [1..1] to I_CmplRqRsltSubstListChkTP as _CmplRqRslt on $projection.CmplRqRsltUUID = _CmplRqRslt.CmplRqRsltUUID 
{

  key CmplRqRsltStmntAssgmtUUID,

      CmplRqRsltUUID,

      /****  Content  ****/

      CmplRqVersCmplncStatement,

      @ObjectModel.mandatory: true
      CreationDateTime,

      @ObjectModel.mandatory: true
      CreatedByUser,

      @ObjectModel.mandatory: true
      LastChangeDateTime,

      @ObjectModel.mandatory: true
      LastChangedByUser,
      
      /* Associations */
      @ObjectModel.association.type:  [ #TO_COMPOSITION_ROOT, #TO_COMPOSITION_PARENT ]
      _CmplRqRslt
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CMPLRQRSLTCMPLNCSTMNT"
],
"ASSOCIATED":
[
"I_CMPLRQRSLTSUBSTLISTCHKTP"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/