I_FRCELMNTORGWITHAUTHORIZATION
Interface view with Authorized objects
I_FRCELMNTORGWITHAUTHORIZATION is a CDS View in S/4HANA. Interface view with Authorized objects. It contains 2 fields. 10 CDS views read from this table.
CDS Views using this table (10)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_DFS_AllwncPlanHierNodeBasic | view | inner | COMPOSITE | Plan Hier. Node with ref to Basic |
| I_FlxMtPlObjFrcStrucAuthzn | view | from | COMPOSITE | View FMPO-FE Structural Authorization |
| I_FrcElmntOrg | view | inner | BASIC | Interface View of FrcElmnt Organization |
| I_FrcElmntOrgDfsExternalRelshp | view | inner | BASIC | Interface View of Force Element External Relshp |
| I_FrcElmntOrgNtwkGraphPeaceTme | view | inner | BASIC | Interface View of Force Element Peacetime |
| I_FrcElmntOrgNtwkGraphWarTme | view | inner | BASIC | Interface View of Force Element Wartime |
| I_FrcElmntOrgRelshp | view | inner | COMPOSITE | Interface View of Org Struc Relshp of Force Element |
| I_MstrEquipFrcStrucAuthzn | view | from | COMPOSITE | View Equipment-FE Structural Authzn |
| I_PltfrmCodeFrcStrucAuthzn | view | from | COMPOSITE | Platform Code Authorization |
| I_ProductFrcStrucAuthzn | view | from | COMPOSITE | View for PROD-FE Struct Authorization |
Fields (2)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | DfsFrcElmntIsChangeable | DfsFrcElmntIsChangeable | 3 |
| KEY | ForceElementOrgID | ForceElementOrgID | 4 |
@AbapCatalog.sqlViewName: 'IFEWITHAUTHZN'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_ALLOWED
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #BASIC
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.dataClass: #MIXED
@EndUserText.label: 'Interface view with Authorized objects'
define view I_FrcElmntOrgWithAuthorization
as select from I_FrcElmntOrgWithStrucAuthzn as FrcElmntOrgWithStrucAuthzn
{
key FrcElmntOrgWithStrucAuthzn.ForceElementOrgID,
FrcElmntOrgWithStrucAuthzn.DfsFrcElmntIsChangeable as DfsFrcElmntIsChangeable
}
union select from I_FrcElmntOrgWthoutStrucAuthzn as FrcElmntOrgWthoutStrucAuthzn
{
key FrcElmntOrgWthoutStrucAuthzn.ForceElementOrgID,
DfsFrcElmntIsChangeable
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_FRCELMNTORGWITHSTRUCAUTHZN",
"I_FRCELMNTORGWTHOUTSTRUCAUTHZN"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/