S_POAuthProfileUnion

DDL: S_POAUTHPROFILEUNION SQL: SPOAUTHPRFU Type: view Package: ODATA_MM_COMMONS_VH_WFL

Union for Purchase Order Approval Profiles

S_POAuthProfileUnion is a CDS View that provides data about "Union for Purchase Order Approval Profiles" in SAP S/4HANA. It reads from 2 data sources (S_MyInboxProfile, S_POAuthProfile). Part of development package ODATA_MM_COMMONS_VH_WFL.

Data Sources (2)

SourceAliasJoin Type
S_MyInboxProfile S_MyInboxProfile union
S_POAuthProfile S_POAuthProfile from

Annotations (7)

NameValueLevelField
AbapCatalog.sqlViewName SPOAUTHPRFU view
AbapCatalog.compiler.compareFilter true view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #M view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
EndUserText.label Union for Purchase Order Approval Profiles view
@AbapCatalog.sqlViewName: 'SPOAUTHPRFU'
@AbapCatalog.compiler.compareFilter: true
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #M
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@EndUserText.label: 'Union for Purchase Order Approval Profiles'
define view S_POAuthProfileUnion
  as select from S_POAuthProfile
{
  key Profile
}
union select from S_MyInboxProfile
{
  key Profile
}