I_PersWrkAgrmtToPartner
Internal for HCM : Donot Use
I_PersWrkAgrmtToPartner is a Basic CDS View that provides data about "Internal for HCM : Donot Use" in SAP S/4HANA. It reads from 1 data source (WFD_TF_PersWrkAgrmttopartner) and exposes 3 fields.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| WFD_TF_PersWrkAgrmttopartner | WFD_TF_PersWrkAgrmttopartner | from |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IPERSWRKAGRMTPT | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| EndUserText.label | Internal for HCM : Donot Use | view | |
| VDM.viewType | #BASIC | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| PersonWorkAgreement | PersonWorkAgreement | |||
| Person | Person | |||
| HumRsceRelatedObjectId | HumRsceRelatedObjectId |
@AbapCatalog.sqlViewName: 'IPERSWRKAGRMTPT'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@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
define view I_PersWrkAgrmtToPartner
as select from WFD_TF_PersWrkAgrmttopartner( p_client:$session.client )
{
PersonWorkAgreement,
Person,
HumRsceRelatedObjectId
}
//define view I_PersWrkAgrmtToPartner
// as select from hrp1001 as RelationP_CP
// inner join hrp1001 as RelationCP_BP on RelationCP_BP.objid = RelationP_CP.sobid
// and RelationCP_BP.rsign = 'B'
// and RelationCP_BP.relat = '207'
// and RelationCP_BP.endda = '99991231'
// and RelationCP_BP.plvar = RelationP_CP.plvar
// inner join t77s0 as systemtable on grpid = 'PLOGI'
// and semid = 'PLOGI'
// and gsval = RelationCP_BP.plvar
//{
// RelationP_CP.objid as PersonWorkAgreement, //P
// RelationCP_BP.sobid as Person, //BP
// RelationP_CP.sobid as HumRsceRelatedObjectId //CP.We donot have a defined GFN for this. Reusing name from I_HrRelation to be consistent
//}
//where
// RelationP_CP.otype = 'P'
// and RelationP_CP.sclas = 'CP'
// and RelationP_CP.rsign = 'A'
// and RelationP_CP.relat = '209'
// and RelationP_CP.endda = '99991231'
// as select from P_PersWrkAgrmtToPartner
//{
// PersonWorkAgreement, //P
// Person, //BP
// HumRsceRelatedObjectId //CP.We donot have a defined GFN for this. Reusing name from I_HrRelation to be consistent
//}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA