P_N_PERSWRKAGRMTTOPARTNER
Internal for HCM : Donot Use
P_N_PERSWRKAGRMTTOPARTNER is a CDS View in S/4HANA. Internal for HCM : Donot Use. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| N_PersonWorkAgreement_2 | view | inner | Auxillary View for New Persistency | |
| P_N_PersonWorkAgreement_1 | view | inner | BASIC | Person Work Agreement Details |
@AbapCatalog.sqlViewName: 'PNPERSWRKAGRMTPT'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@AccessControl.personalData.blocking: #BLOCKED_DATA_EXCLUDED
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #L
@ClientHandling.algorithm: #SESSION_VARIABLE
//@EndUserText.label: 'Internal for HCM : Donot Use'
@VDM.viewType: #BASIC
@VDM.private: true
define view P_N_PersWrkAgrmtToPartner
as select from wfd_d_keymap as wfd_d_keymap
// inner join t77s0 as systemtable on grpid = 'PLOGI' => Do we need this join?
// and semid = 'PLOGI'
{
wfd_d_keymap.workforce_assgmt_id as PersonWorkAgreement,
wfd_d_keymap.business_partner_id as Person,
wfd_d_keymap.central_person as HumRsceRelatedObjectId
}
where wfd_d_keymap.block_ind = ''