I_BusinessPartnerOccupation

DDL: I_BUSINESSPARTNEROCCUPATION SQL: IBPOCCUPATION Type: view BASIC

Business Partner Occupation

I_BusinessPartnerOccupation is a Basic CDS View that provides data about "Business Partner Occupation" in SAP S/4HANA. It reads from 1 data source (tb028) and exposes 2 fields with key field BusinessPartnerOccupation.

Data Sources (1)

SourceAliasJoin Type
tb028 tb028 from

Annotations (15)

NameValueLevelField
AbapCatalog.sqlViewName IBPOCCUPATION view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Business Partner Occupation view
ObjectModel.representativeKey BusinessPartnerOccupation view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.sapObjectNodeType.name BusinessPartnerOccupation view
ObjectModel.modelingPattern #NONE view
Metadata.ignorePropagatedAnnotations true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY BusinessPartnerOccupation jobgr
_Text _Text
@AbapCatalog.sqlViewName: 'IBPOCCUPATION'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Business Partner Occupation'

@ObjectModel: {
  representativeKey: 'BusinessPartnerOccupation',
  usageType.serviceQuality: #X,
  usageType.sizeCategory : #S,
  resultSet.sizeCategory: #XS,
  usageType.dataClass: #CUSTOMIZING,
  sapObjectNodeType.name: 'BusinessPartnerOccupation',
  modelingPattern: #NONE,
  supportedCapabilities: [#CDS_MODELING_DATA_SOURCE, #SQL_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET ]
}

@Metadata.ignorePropagatedAnnotations: true

define view I_BusinessPartnerOccupation as select  from tb028
association [0..*]to I_BusPartOccupationText as _Text on $projection.BusinessPartnerOccupation = _Text.BusinessPartnerOccupation
 {
 @ObjectModel.text.association: '_Text'
  key jobgr as BusinessPartnerOccupation,
  _Text
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TB028"
],
"ASSOCIATED":
[
"I_BUSPARTOCCUPATIONTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/