P_ServiceTmpText

DDL: P_SERVICETMPTEXT SQL: PSRVCTMP Type: view BASIC

P_ServiceTmpText is a Basic CDS View in SAP S/4HANA. It reads from 1 data source (crms4t_note_temp) and exposes 2 fields with key field ServiceDocument.

Data Sources (1)

SourceAliasJoin Type
crms4t_note_temp crms4t_note_temp from

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName PSRVCTMP view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
VDM.private true view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY ServiceDocument id
ServiceDocErrorMsgDesc text
@AbapCatalog.sqlViewName: 'PSRVCTMP'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@VDM.private: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
define view P_ServiceTmpText
  as select from crms4t_note_temp
{
      //crms4t_note_temp

  key id   as ServiceDocument,
      text as ServiceDocErrorMsgDesc
}