E_ContractAccountPartner

DDL: E_CONTRACTACCOUNTPARTNER SQL: ECTRACCPARTNER Type: view EXTENSION

Vertragskonto Partner Erweiterung

E_ContractAccountPartner is a Extension CDS View that provides data about "Vertragskonto Partner Erweiterung" in SAP S/4HANA. It reads from 1 data source (fkkvkp) and exposes 2 fields with key fields ContractAccount, BusinessPartner.

Data Sources (1)

SourceAliasJoin Type
fkkvkp Persistence from

Annotations (5)

NameValueLevelField
EndUserText.label Vertragskonto Partner Erweiterung view
VDM.viewType #EXTENSION view
ObjectModel.usageType.serviceQuality #P view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
AbapCatalog.sqlViewName ECTRACCPARTNER view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY ContractAccount fkkvkp vkont
KEY BusinessPartner fkkvkp gpart
@EndUserText.label: 'Vertragskonto Partner Erweiterung'
@VDM.viewType: #EXTENSION 
@ObjectModel.usageType.serviceQuality: #P 
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@AbapCatalog.sqlViewName: 'ECTRACCPARTNER'
define view E_ContractAccountPartner 
  as select from fkkvkp as Persistence
{
  key Persistence.vkont as ContractAccount,
  key Persistence.gpart as BusinessPartner 
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"FKKVKP"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/