I_SALESINQUIRYTYPE

CDS View

Sales Inquiry Types

I_SALESINQUIRYTYPE is a CDS View in S/4HANA. Sales Inquiry Types. It contains 1 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_SalesInquiryTypeText view_entity inner BASIC Sales Inquiry Type - Text

Fields (1)

KeyField CDS FieldsUsed in Views
KEY SalesInquiryType SalesInquiryType 1
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.representativeKey: 'SalesInquiryType'
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #S
@EndUserText.label: 'Sales Inquiry Types'
@Analytics: {dataCategory: #DIMENSION,
             dataExtraction.enabled: true }
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck:#NOT_REQUIRED
@AbapCatalog.sqlViewName: 'ISDSLSINQYTP'
@AbapCatalog.compiler.compareFilter: true
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@Metadata.ignorePropagatedAnnotations: true
@Metadata.allowExtensions:true
@ObjectModel.modelingPattern:           #ANALYTICAL_DIMENSION
@ObjectModel.supportedCapabilities:  [  #SQL_DATA_SOURCE,
                                        #CDS_MODELING_DATA_SOURCE,
                                        #CDS_MODELING_ASSOCIATION_TARGET,
                                        #EXTRACTION_DATA_SOURCE,
                                        #ANALYTICAL_DIMENSION  ]
@ObjectModel.sapObjectNodeType.name:'SalesInquiryType'
                                        
define view I_SalesInquiryType
  as select from I_SalesDocumentType

{
      @ObjectModel.text.association: '_Text'
  key SalesDocumentType as SalesInquiryType,

      //Association

      _Text
}
where SDDocumentCategory = 'A';