C_ProdSubstnRsnTextTP

DDL: C_PRODSUBSTNRSNTEXTTP Type: view_entity CONSUMPTION Package: ODATA_PROD_SUBSTN_RSN

Product Substitution Reason Text

C_ProdSubstnRsnTextTP is a Consumption CDS View that provides data about "Product Substitution Reason Text" in SAP S/4HANA. It reads from 1 data source (R_ProdSubstnRsnTextTP) and exposes 7 fields with key fields Language, MDSubstnObjectType, MDSubstnReason. It is exposed through 1 OData service (UI_PRODSUBSTN_RSN_MANAGE). It is used in 1 Fiori application: Manage Substitution Reasons - Products. Part of development package ODATA_PROD_SUBSTN_RSN.

Data Sources (1)

SourceAliasJoin Type
R_ProdSubstnRsnTextTP R_ProdSubstnRsnTextTP projection

Annotations (9)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
Metadata.allowExtensions true view
EndUserText.label Product Substitution Reason Text view
ObjectModel.representativeKey MDSubstnReason view
ObjectModel.dataCategory #TEXT view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
VDM.viewType #CONSUMPTION view

OData Services (1)

ServiceBindingVersionContractRelease
UI_PRODSUBSTN_RSN_MANAGE UI_PRODSUBSTN_RSN_MANAGE V2 C1 NOT_RELEASED

Fiori Apps (1)

App IDApp NameTypeDescription
F4789 Manage Substitution Reasons - Products Transactional An application to maintain configuration data for product substitution or exclusion where the user can manage substitution reasons

Manage Substitution Reasons - Products

Business Role: Master Data Specialist - Product Data

With this app, you can manage reasons that can be used while creating substitutions and exclusions for product substitutions. Reasons and reason descriptions help users understand why a product is substituted in or excluded from a substitution. By default, the app displays the reason description in the language that the user has logged in. You can use this app if the business role Master Data Specialist – Product Data (R0097-13) is assigned to you.

Key Features: You can use this app to: Create, edit, and delete a reason. Create multiple language-specific descriptions for each reason.

Fields (7)

KeyFieldSource TableSource FieldDescription
KEY Language Language
KEY MDSubstnObjectType MDSubstnObjectType
KEY MDSubstnReason MDSubstnReason
MDSubstnReasonDescription MDSubstnReasonDescription
LanguageNamelocalized
_Language _Language
_MDObjectType _MDObjectType
@AccessControl: {
 authorizationCheck: #MANDATORY
}
@Metadata.allowExtensions: true
@EndUserText.label: 'Product Substitution Reason Text'
@ObjectModel: {
  representativeKey: 'MDSubstnReason',
  dataCategory: #TEXT,
  usageType: {
    dataClass: #MASTER,
    serviceQuality: #A,
    sizeCategory: #S
  }
}
@VDM: {
  viewType: #CONSUMPTION
}

define view entity C_ProdSubstnRsnTextTP
  as projection on R_ProdSubstnRsnTextTP
{
      @Consumption.valueHelpDefinition: [{
          entity.name: 'I_Language' , entity.element: 'LanguageISOCode'
          }]
      @ObjectModel.text.element: ['LanguageName']
  key Language,
  key MDSubstnObjectType,
  key MDSubstnReason,
      MDSubstnReasonDescription,

      /* Associations */
      _Language._Text.LanguageName : localized,
      _Language,
      _MDObjectType,
      _Reason : redirected to parent C_ProdSubstnRsnTP
}