P_RFQCustomizing
RFQ Customizing Data
P_RFQCustomizing is a Basic CDS View that provides data about "RFQ Customizing Data" in SAP S/4HANA. It reads from 1 data source (t161) and exposes 3 fields with key field PurchasingDocumentType. Part of development package VDM_MM_PUR_RFQ.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| t161 | t161 | from |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.representativeKey | PurchasingDocumentType | view | |
| ObjectModel.semanticKey | PurchasingDocumentType | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| AbapCatalog.sqlViewName | PRFQCUST | view | |
| VDM.private | true | view | |
| VDM.viewType | #BASIC | view |
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel:{ representativeKey: 'PurchasingDocumentType',
semanticKey: 'PurchasingDocumentType',
usageType.dataClass: #CUSTOMIZING,
usageType.serviceQuality: #A,
usageType.sizeCategory: #M }
@AccessControl.authorizationCheck: #NOT_REQUIRED
@AbapCatalog.sqlViewName: 'PRFQCUST'
@VDM.private: true
@VDM.viewType: #BASIC
define view P_RFQCustomizing
as select from t161
{
key bsart as PurchasingDocumentType,
//Awarding Type I or E
t161.rfx_processing_cd as RFQAwardingType,
t161.rfq_process_type as RFQExternalProcessingType
}
where
bstyp = 'R'
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA