I_BPCUSTDEPTADDRDEPDNTINFOTP
TP view for CustDep AddrDepInfo
I_BPCUSTDEPTADDRDEPDNTINFOTP is a CDS View in S/4HANA. TP view for CustDep AddrDepInfo. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_BPCustDepartmentAddrDepdnt | view | from | CONSUMPTION | Cview for addrdep custdep |
@AbapCatalog.sqlViewName: 'ICUSDEPADDEPTP'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.personalData.blocking: #REQUIRED
@VDM.viewType: #TRANSACTIONAL
@ObjectModel.writeDraftPersistence: 'IBPADDRDEP_D'
@ObjectModel.writeEnabled: true
@ObjectModel.semanticKey: ['Customer', 'AddressID', 'BusinessPartner', 'CustomerDepartment']
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'TP view for CustDep AddrDepInfo'
@ObjectModel.draftEnabled:true
@ObjectModel.createEnabled
@ObjectModel.deleteEnabled
@ObjectModel.updateEnabled
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #XXL
@ObjectModel.usageType.dataClass: #MASTER
@Search.searchable: true
define view I_BPCustDeptAddrDepdntInfoTP
as select from I_CustDepartmentAddrDepdntInfo as BPCustDeptAddrDepdntInfoTP
association [1..1] to I_BusinessPartnerTP as _BusinessPartner on $projection.businesspartner = _BusinessPartner.BusinessPartner
{
key Customer,
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #HIGH
key AddressID,
key _Customer._CustomerToBusinessPartner._BusinessPartner.BusinessPartner,
key CustomerDepartment,
@ObjectModel.readOnly: 'EXTERNAL_CALCULATION'
AddressID as AddressIDForEdit,
Customer as CustomerForEdit,
@ObjectModel.readOnly: 'EXTERNAL_CALCULATION'
CustomerDepartment as CustomerDepartmentForEdit,
ReceivingPoint,
RetailLocationSellingAreaSize,
RetailLocationSellingAreaUnit,
DepartmentLayout,
DepartmentLayoutAreaSchema,
_Customer._CustomerToBusinessPartner._BusinessPartner.BusinessPartner as BusinessPartnerForEdit,
cast( ' ' as abap.sstring( 260 ) ) as FormattedAddress,
/* Associations */
// _Address,
_Customer,
@ObjectModel.association.type: [#TO_COMPOSITION_ROOT, #TO_COMPOSITION_PARENT]
_BusinessPartner
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_BUSINESSPARTNER",
"I_CUSTDEPARTMENTADDRDEPDNTINFO",
"I_CUSTOMER",
"I_CUSTOMERTOBUSINESSPARTNER"
],
"ASSOCIATED":
[
"I_BUSINESSPARTNERTP",
"I_CUSTOMER"
],
"BASE":
[
"I_CUSTDEPARTMENTADDRDEPDNTINFO"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/