I_PERSONWORKAGRMTTOECID
Internal view to get the ECUS ID
I_PERSONWORKAGRMTTOECID is a CDS View in S/4HANA. Internal view to get the ECUS ID. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| P_PersonWorkAgrmtToExternalID | view | left_outer | BASIC |
@AbapCatalog.sqlViewName: 'IPERWKAGRECID'
@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #L
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Internal view to get the ECUS ID'
define view I_PersonWorkAgrmtToECId
// as select from P_PersonWorkAgrmtToECId
as select from WFD_TF_PersonWorkAgrmtToECId( p_client:$session.client )
{
key PersonWorkAgreement,
PersonWorkAgreementExternalID
}
//as select distinct from pa0105 as PA0105
// {
// key PA0105.pernr as PersonWorkAgreement,
// PA0105.usrid_long as PersonWorkAgreementExternalID
// }
// where PA0105.subty = 'ECUS'
// and PA0105.sprps <> 'X'
//
//
/*+[internal] {
"BASEINFO":
{
"FROM":
[],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/