I_FRCELMNTORGEXTRELSHPDRAFT
Interface view for the External Relationship Draft
I_FRCELMNTORGEXTRELSHPDRAFT is a CDS View in S/4HANA. Interface view for the External Relationship Draft. It contains 17 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_FrcElmntOrgExtRelshpWithDrft | view | union | COMPOSITE | Interface view for the External Relationship with Draft |
Fields (17)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| ForceElementOrgID | ForceElementOrgID | 1 | |
| FrcElmntOrgCnctntdRelshpName | FrcElmntOrgCnctntdRelshpName | 1 | |
| FrcElmntOrgConcatenatedID | FrcElmntOrgConcatenatedID | 1 | |
| FrcElmntOrgDraftUUID | FrcElmntOrgDraftUUID | 1 | |
| FrcElmntOrgDrftHasActiveEntity | FrcElmntOrgDrftHasActiveEntity | 1 | |
| FrcElmntOrgInfoType | FrcElmntOrgInfoType | 1 | |
| FrcElmntOrgLastChgdByUserName | FrcElmntOrgLastChgdByUserName | 1 | |
| FrcElmntOrgPlngStatus | FrcElmntOrgPlngStatus | 1 | |
| FrcElmntOrgRelatedOrgID | FrcElmntOrgRelatedOrgID | 1 | |
| FrcElmntOrgRelatedOrgType | FrcElmntOrgRelatedOrgType | 1 | |
| FrcElmntOrgRelshpDesc | FrcElmntOrgRelshpDesc | 1 | |
| FrcElmntOrgRelshpPriority | FrcElmntOrgRelshpPriority | 1 | |
| FrcElmntOrgSubType | FrcElmntOrgSubType | 1 | |
| FrcElmntOrgType | FrcElmntOrgType | 1 | |
| FrcElmntOrgValdtyEndDate | FrcElmntOrgValdtyEndDate | 1 | |
| FrcElmntOrgValdtyStartDate | FrcElmntOrgValdtyStartDate | 1 | |
| NumberOfForceElementOrg | NumberOfForceElementOrg | 1 |
@AbapCatalog.sqlViewName: 'IFEORGEXRELDRAFT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Interface view for the External Relationship Draft'
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #BASIC
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.dataClass: #MASTER
define view I_FrcElmntOrgExtRelshpDraft as select from dfs_fe_relshp_d
{
key draftuuid as FrcElmntOrgDraftUUID,
frcelmntorgplanversion as FrcElmntOrgPlanVersion,
frcelmntorgtype as FrcElmntOrgType,
forceelementorgid as ForceElementOrgID,
frcelmntorgsubtype as FrcElmntOrgSubType,
frcelmntorgplngstatus as FrcElmntOrgPlngStatus,
frcelmntorgvaldtystartdate as FrcElmntOrgValdtyStartDate,
frcelmntorgvaldtyenddate as FrcElmntOrgValdtyEndDate,
numberofforceelementorg as NumberOfForceElementOrg,
frcelmntorginfotype as FrcElmntOrgInfoType,
frcelmntorgconcatenatedid as FrcElmntOrgConcatenatedID,
frcelmntorgrelatedorgtype as FrcElmntOrgRelatedOrgType,
frcelmntorgrelatedorgid as FrcElmntOrgRelatedOrgID,
frcelmntorgrelshppriority as FrcElmntOrgRelshpPriority,
frcelmntorgcnctntdrelshpname as FrcElmntOrgCnctntdRelshpName,
frcelmntorglastchgdbyusername as FrcElmntOrgLastChgdByUserName,
frcelmntorgrelshpdesc as FrcElmntOrgRelshpDesc,
hasactiveentity as FrcElmntOrgDrftHasActiveEntity
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DFS_FE_RELSHP_D"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/