@AbapCatalog.sqlViewName : 'CPURGINFRECORG'
@AbapCatalog.compiler.compareFilter: true
@VDM.viewType: #CONSUMPTION
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label : 'Organization Level'
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.dataClass: #MASTER
@ClientHandling.algorithm: #SESSION_VARIABLE
define view C_PurgInfoRecordOrgLevels as select from I_PurgInfoRecdOrgPlantData
{
key PurchasingInfoRecord,
@ObjectModel.foreignKey.association : '_PurchasingOrganization' //Inserted by VDM CDS Suite Plugin
@ObjectModel.text.element: [ 'PurchasingOrganizationName' ]
@UI.lineItem: {
position: 10,
label: 'Purchasing Organization', label_asOtr: '40F2E93067D51ED58EEEC1A60CED08B2',
importance: #HIGH }
key PurchasingOrganization,
key PurchasingInfoRecordCategory,
@ObjectModel.foreignKey.association : '_Plant' //Inserted by VDM CDS Suite Plugin
@ObjectModel.text.element: [ 'PlantName' ]
@UI.lineItem: {
position: 30,
importance: #HIGH }
key Plant,
@ObjectModel.foreignKey.association : '_PurchasingGroup' //Inserted by VDM CDS Suite Plugin
@Semantics.text: true
@UI.lineItem: {
position: 20,
label: 'Purchasing Group ', label_asOtr: '40F2E93067D51ED58EEED083DE2A08EB',
importance: #HIGH }
@ObjectModel.text.element: [ 'PurchasingGroupName' ]
PurchasingGroup,
@Semantics.currencyCode:true
//@ObjectModel.foreignKey.association : '_Currency' //Inserted by VDM CDS Suite Plugin
Currency,
@Semantics.quantity.unitOfMeasure : 'PurchaseOrderPriceUnit'
@DefaultAggregation: #NONE
@UI.lineItem: {
position: 50,
importance: #HIGH }
StandardPurchaseOrderQuantity,
@UI.lineItem: {
position: 40,
label: 'Planned Delivery Time in days', label_asOtr: '40F2E93067D51ED58EEED63F11C708EE',
importance: #HIGH }
MaterialPlannedDeliveryDurn, // Planned Delivery Time in days
@Semantics.amount.currencyCode : 'Currency'
@DefaultAggregation: #NONE
@UI.lineItem: {
position: 60,
label: 'Net Price', label_asOtr: '40F2E93067D51ED58EEEDE40CDCCA926',
importance: #HIGH }
NetPriceAmount, // Net Price
@Semantics.quantity.unitOfMeasure : 'PurchaseOrderPriceUnit'
@DefaultAggregation: #NONE
@UI.lineItem: {
position: 70,
importance: #HIGH }
MaterialPriceUnitQty, // Price unit
@Semantics.unitOfMeasure: true
@ObjectModel.foreignKey.association : '_PurchaseOrderPriceUnit' //Inserted by VDM CDS Suite Plugin
PurchaseOrderPriceUnit,
/* Associations */
@Semantics.text: true
_PurchasingOrganization.PurchasingOrganizationName, // Purchazing Organisation
_PurchasingGroup.PurchasingGroupName, // Purchasing Group
_Plant.PlantName, // Plant Name
_Currency,
_Plant,
_PurchaseOrderPriceUnit,
_PurchasingGroup,
_PurchasingOrganization
}
/*+[internal] {
"BASEINFO":
{
"FROM ":
[
"I_PLANT",
"I_PURCHASINGGROUP",
"I_PURCHASINGORGANIZATION",
"I_PURGINFORECDORGPLANTDATA"
],
"ASSOCIATED":
[
"I_CURRENCY",
"I_PLANT",
"I_PURCHASINGGROUP",
"I_PURCHASINGORGANIZATION",
"I_UNITOFMEASURE"
],
"BASE":
[
"I_PURGINFORECDORGPLANTDATA"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
Depth:
1
2
3
4
5
All
Reload
C_PurgInfoRecordOrgLevels view