R_SUPPLIERLISTCOMPANYCODETP
Company Code for Supplier List - TP
R_SUPPLIERLISTCOMPANYCODETP is a CDS View in S/4HANA. Company Code for Supplier List - TP. 4 CDS views read from this table.
CDS Views using this table (4)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_SupplierListCompanyCode | view_entity | projection | CONSUMPTION | Company Code for Supplier List |
| A_SupplierListCompanyCode_2 | view_entity | projection | CONSUMPTION | Company Code for Supplier List |
| C_SupplierListCompanyCodeTP_2 | view_entity | projection | CONSUMPTION | Company Code for Supplier List - TP |
| I_SupplierListCompanyCodeTP_2 | view_entity | projection | TRANSACTIONAL | Company Code for Supplier List - TP |
@VDM.viewType: #TRANSACTIONAL
@VDM.lifecycle.contract.type:#SAP_INTERNAL_API
//@ClientHandling.algorithm: #SESSION_VARIABLE
//@AbapCatalog.sqlViewName: 'RSUPLRLCOCODETP'
//@AbapCatalog.compiler.compareFilter: true
//@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@AccessControl.personalData.blocking: #NOT_REQUIRED
@EndUserText.label: 'Company Code for Supplier List - TP'
@ObjectModel:{ usageType.dataClass: #TRANSACTIONAL,
usageType.serviceQuality: #A,
usageType.sizeCategory: #L,
semanticKey: ['SupplierListUUID', 'CompanyCode'],
representativeKey: 'CompanyCodeUUID'
}
define view entity R_SupplierListCompanyCodeTP
as select from R_SupplierListCompanyCode
association to parent R_SupplierListTP as _SupplierListTP on $projection.SupplierListUUID = _SupplierListTP.SupplierListUUID
{
key CompanyCodeUUID as CompanyCodeUUID,
CompanyCode as CompanyCode,
SupplierListUUID as SupplierListUUID,
IsDeleted,
SuplrListCoCodeProposalAction,
/* Associations */
_SupplierListTP,
_CompanyCode
}