I_COLLECTIONSCOMPANYCODE
Collections Company Code
I_COLLECTIONSCOMPANYCODE is a CDS View in S/4HANA. Collections Company Code. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| P_CollMgmtRblsItmForKeyDte1 | view | inner | COMPOSITE |
@AbapCatalog: { sqlViewName: 'ICOLLCCODE',
compiler : { compareFilter: true },
preserveKey: true }
@AccessControl: { authorizationCheck: #NOT_REQUIRED }
@VDM: { viewType: #BASIC,
lifecycle: { contract: { type: #PUBLIC_LOCAL_API } } }
@ClientHandling: { algorithm: #SESSION_VARIABLE }
@EndUserText: { label: 'Collections Company Code' }
@ObjectModel: { usageType: { serviceQuality: #A,
sizeCategory: #S,
dataClass: #CUSTOMIZING },
semanticKey: [ 'CompanyCode' ],
representativeKey: 'CompanyCode' }
define view I_CollectionsCompanyCode
as select from udm_comp_code
{
key comp_code as CompanyCode
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"UDM_COMP_CODE"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/