I_RequestForQuotationStdVH

DDL: I_REQUESTFORQUOTATIONSTDVH SQL: IRFQ__VH Type: view COMPOSITE

Request For Quotation

I_RequestForQuotationStdVH is a Composite CDS View that provides data about "Request For Quotation" in SAP S/4HANA. It reads from 1 data source (I_RequestForQuotation) and exposes 6 fields with key field RequestForQuotation.

Data Sources (1)

SourceAliasJoin Type
I_RequestForQuotation I_RequestForQuotation from

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName IRFQ__VH view
AbapCatalog.compiler.compareFilter true view
VDM.viewType #COMPOSITE view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey RequestForQuotation view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
AccessControl.authorizationCheck #CHECK view
AccessControl.personalData.blocking #REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
EndUserText.label Request For Quotation view

Fields (6)

KeyFieldSource TableSource FieldDescription
KEY RequestForQuotation RequestForQuotation
RequestForQuotationName RequestForQuotationName
IsEndOfPurposeBlocked IsEndOfPurposeBlocked
PurchasingDocumentType PurchasingDocumentType
PurchasingGroup PurchasingGroup
PurchasingOrganization PurchasingOrganization
//GENERATED:005:E6ExH29r7kY1dpzXaXrI9W

@AbapCatalog.sqlViewName: 'IRFQ__VH'
@AbapCatalog.compiler.compareFilter: true

@VDM.viewType: #COMPOSITE

@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.representativeKey: 'RequestForQuotation'

@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #L

@AccessControl.authorizationCheck: #CHECK
//<TODO> Please double-check personal data blocking

@AccessControl.personalData.blocking: #REQUIRED

@ClientHandling.algorithm: #SESSION_VARIABLE

@Metadata.ignorePropagatedAnnotations: true

@EndUserText.label: 'Request For Quotation'
define view I_RequestForQuotationStdVH as select from I_RequestForQuotation {
  key RequestForQuotation,
  RequestForQuotationName,

  @Consumption.hidden: true
  IsEndOfPurposeBlocked,
  @Consumption.hidden: true
  PurchasingDocumentType,
  @Consumption.hidden: true
  PurchasingGroup,
  @Consumption.hidden: true
  PurchasingOrganization
}
//<TODO> Please check above listed ToDo(s)!

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