I_PurgCatTranslationStsAPI01

DDL: I_PURGCATTRANSLATIONSTSAPI01 SQL: IPUCTRSTAPI01 Type: view BASIC

Translation Status of Purg Category

I_PurgCatTranslationStsAPI01 is a Basic CDS View that provides data about "Translation Status of Purg Category" in SAP S/4HANA. It reads from 1 data source (I_PurchasingCatTranslationSts) and exposes 4 fields with key field PurgCatTranslationUUID.

Data Sources (1)

SourceAliasJoin Type
I_PurchasingCatTranslationSts I_PurchasingCatTranslationSts from

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName IPUCTRSTAPI01 view
EndUserText.label Translation Status of Purg Category view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
AccessControl.authorizationCheck #CHECK view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.compiler.compareFilter true view
Metadata.ignorePropagatedAnnotations true view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY PurgCatTranslationUUID PurgCatTranslationUUID
PurgCatUUID PurgCatUUID
PurgCatTranslationTgtLang PurgCatTranslationTgtLang
PurgCatTranslationTgtLangSts PurgCatTranslationTgtLangSts
@AbapCatalog.sqlViewName: 'IPUCTRSTAPI01'
@EndUserText.label: 'Translation Status of Purg Category'
@VDM.viewType: #BASIC
@ObjectModel.supportedCapabilities: 
[ #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET ]
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@AccessControl.authorizationCheck: #CHECK
@ObjectModel.usageType.dataClass:  #MASTER
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.compiler.compareFilter: true
@Metadata.ignorePropagatedAnnotations: true
define view I_PurgCatTranslationStsAPI01 as select from I_PurchasingCatTranslationSts
{ 
  key PurgCatTranslationUUID, 
  PurgCatUUID, 
  PurgCatTranslationTgtLang, 
  PurgCatTranslationTgtLangSts 

}