C_SrvcMassChgPartnerFunctionVH

DDL: C_SRVCMASSCHGPARTNERFUNCTIONVH Type: view_entity CONSUMPTION Package: CRMS4_MASS_CHANGE_SC_ODATA

Partner Function for Mass Processing

C_SrvcMassChgPartnerFunctionVH is a Consumption CDS View that provides data about "Partner Function for Mass Processing" in SAP S/4HANA. It reads from 1 data source (I_SrvcMgmtPartnerFunction) and exposes 2 fields with key field CustMgmtPartnerFunction. It is exposed through 2 OData services (UI_SRVCCONTRITMMASSPROCESS, UI_SRVCCONTRMASSPROCESS). Part of development package CRMS4_MASS_CHANGE_SC_ODATA.

Data Sources (1)

SourceAliasJoin Type
I_SrvcMgmtPartnerFunction PartnerFunction from

Annotations (9)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #CONSUMPTION view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey CustMgmtPartnerFunction view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.resultSet.sizeCategory #XS view
EndUserText.label Partner Function for Mass Processing view

OData Services (2)

ServiceBindingVersionContractRelease
UI_SRVCCONTRITMMASSPROCESS UI_SRVCCONTRITMMASSPROCESS V4 C1 NOT_RELEASED
UI_SRVCCONTRMASSPROCESS UI_SRVCCONTRMASSPROCESS V4 C1 NOT_RELEASED

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY CustMgmtPartnerFunction CustMgmtPartnerFunction
_PartnerFunctionText _PartnerFunctionText
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #CONSUMPTION

@ObjectModel: {
  dataCategory: #VALUE_HELP,
  representativeKey: 'CustMgmtPartnerFunction',
  usageType: {
    dataClass:      #META,
    serviceQuality: #A,
    sizeCategory:   #S
  },
  resultSet: {
    sizeCategory: #XS
  },
  supportedCapabilities: [ #VALUE_HELP_PROVIDER ]
}
@EndUserText.label: 'Partner Function for Mass Processing'

define view entity C_SrvcMassChgPartnerFunctionVH
  as select from I_SrvcMgmtPartnerFunction as PartnerFunction
{
       @ObjectModel.text.association: '_PartnerFunctionText'
  key  CustMgmtPartnerFunction,

       _PartnerFunctionText
}
where
     CustMgmtPartnerFunction = '00000003'
  or CustMgmtPartnerFunction = '00000004'
  or CustMgmtPartnerFunction = '00000014'
  or CustMgmtPartnerFunction = '00000015'
  or CustMgmtPartnerFunction = '00000055'