I_INSURPLCYANSWERDRUGCODE

CDS View

Insurance Policy Drug Code

I_INSURPLCYANSWERDRUGCODE is a CDS View in S/4HANA. Insurance Policy Drug Code. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_InsurPlcyAnswerDrugCode view_entity projection CONSUMPTION Insurance Policy Drug Code
@EndUserText.label: 'Insurance Policy Drug Code'
@ObjectModel:{
    representativeKey: 'InsurPlcyAnswRskAssmtDrug',
    usageType: {
    serviceQuality: #A,
    sizeCategory: #S,
    dataClass: #CUSTOMIZING
    },
    modelingPattern: #ANALYTICAL_DIMENSION,
    resultSet.sizeCategory: #XS,
    supportedCapabilities: [#ANALYTICAL_DIMENSION,
                            #CDS_MODELING_ASSOCIATION_TARGET,
                            #CDS_MODELING_DATA_SOURCE,
                            #EXTRACTION_DATA_SOURCE,
                            #SEARCHABLE_ENTITY,
                            #SQL_DATA_SOURCE,
                            #VALUE_HELP_PROVIDER]
}
@VDM: {
  viewType:#BASIC,
  lifecycle.contract.type:#PUBLIC_LOCAL_API
}
@AccessControl.authorizationCheck:#NOT_REQUIRED
@Analytics: {
  dataCategory: #DIMENSION,
  dataExtraction.enabled: true,
  internalName: #LOCAL,
  technicalName: 'IPAnswerDrugCode'
}
@Search.searchable: true
@Metadata.ignorePropagatedAnnotations: true
define root view entity I_InsurPlcyAnswerDrugCode
  as select from /pm0/abuamddrug
  composition [0..*] of I_InsurPlcyAnswerDrugCodeT as _Text
{
      @Search.defaultSearchElement: true
      @Search.ranking: #HIGH
  key /pm0/abuamddrug.drug_cd as InsurPlcyAnswRskAssmtDrug,
      _Text // Make association public

}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"/PM0/ABUAMDDRUG"
],
"ASSOCIATED":
[
"I_INSURPLCYANSWERDRUGCODET"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/