I_PrmtHbBusinessOperation

DDL: I_PRMTHBBUSINESSOPERATION SQL: IBUSOPERATION Type: view BASIC

Business Operation in procurement hub

I_PrmtHbBusinessOperation is a Basic CDS View that provides data about "Business Operation in procurement hub" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 4 fields with key fields ProcmtHubBusinessOperation, Language. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (1)

CardinalityTargetAliasCondition
[0..1] I_Language _Language $projection.Language = _Language.Language

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName IBUSOPERATION view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Business Operation in procurement hub view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY ProcmtHubBusinessOperation
KEY Language ddlanguage
ProcmtHubBusinessOperationName ddtext
_Language _Language
@AbapCatalog.sqlViewName: 'IBUSOPERATION'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #MASTER
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Business Operation in procurement hub'
define view I_PrmtHbBusinessOperation  as select from dd07t
  association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
  key cast( domvalue_l as mmpur_hub_bs_operation ) as ProcmtHubBusinessOperation,
  key ddlanguage as Language,

      ddtext     as ProcmtHubBusinessOperationName,
      _Language
}
where
      domname    = 'MMPUR_HUB_BS_OPERATION'
  and as4local   = 'A'
  and ddlanguage = $session.system_language
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/