I_PurContrHdrExtReference

DDL: I_PURCONTRHDREXTREFERENCE SQL: IPCHDREXTLINKS Type: view COMPOSITE

External References of Pur Contract Hdr

I_PurContrHdrExtReference is a Composite CDS View that provides data about "External References of Pur Contract Hdr" in SAP S/4HANA.

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName IPCHDREXTLINKS view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label External References of Pur Contract Hdr view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
VDM.viewType #COMPOSITE view
ClientHandling.algorithm #SESSION_VARIABLE view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY PurchaseContract PurchaseContract
KEY LinkType LinkType
PurgDocExternalReference PurgDocExternalReference
PurgDocExternalSystem PurgDocExternalSystem
@AbapCatalog.sqlViewName: 'IPCHDREXTLINKS'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'External References of Pur Contract Hdr'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@VDM.viewType: #COMPOSITE
@ClientHandling.algorithm: #SESSION_VARIABLE
define view I_PurContrHdrExtReference as select distinct from I_PurContrItemExtReference {

key PurchaseContract,
key LinkType,
    PurgDocExternalReference,
    PurgDocExternalSystem

}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_PURCONTRITEMEXTREFERENCE"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/