P_CENTRALPURCONTRDISTRADDRESS
P_CENTRALPURCONTRDISTRADDRESS is a CDS View in S/4HANA. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_CentralPurContrDistrAddress | view | from | COMPOSITE | Basic View for Deliv. Addr. in Central Contract Distribution |
@AbapCatalog.sqlViewName: 'PCPCDISTRADDR'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM: {
private: true,
viewType: #COMPOSITE
}
define view P_CentralPurContrDistrAddress
as select from I_CntrlPurContrDistribution
// association [0..1] to I_Address as _Address on $projection.ManualDeliveryAddressID = _Address.AddressID
association [0..1] to I_Address_2 as _Address on $projection.ManualDeliveryAddressID = _Address.AddressID
{
key CentralPurchaseContract,
key CentralPurchaseContractItem,
key DistributionKey,
CompanyCode,
Plant,
PurchasingGroup,
ManualDeliveryAddressID,
CntrlPurContrDistributionLevel,
// _Address.FullName,
_Address.AddresseeFullName as FullName,
_Address.StreetName,
_Address.HouseNumber,
_Address.CorrespondenceLanguage,
_Address.POBox,
_Address.POBoxPostalCode,
_Address.AddressTimeZone,
_Address.CityName,
_Address.PostalCode,
_Address.CompanyPostalCode,
_Address.Country,
_Address.Region,
// _Address.PhoneNumber,
_Address._PhoneNumber.PhoneAreaCodeSubscriberNumber as PhoneNumber,
// _Address.FaxNumber,
_Address._FaxNumber.FaxAreaCodeSubscriberNumber as FaxNumber,
/* Associations */
_CentralPurchaseContract
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_ADDRESSFAXNUMBER_2",
"I_ADDRESSPHONENUMBER_2",
"I_ADDRESS_2",
"I_CNTRLPURCONTRDISTRIBUTION"
],
"ASSOCIATED":
[
"I_ADDRESS_2",
"I_CENTRALPURCHASECONTRACT"
],
"BASE":
[
"I_CNTRLPURCONTRDISTRIBUTION"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/