C_FinSGLModifiedItemTP

DDL: C_FINSGLMODIFIEDITEMTP Type: view_entity CONSUMPTION

Financial Services GL Modified Item - TP

C_FinSGLModifiedItemTP is a Consumption CDS View that provides data about "Financial Services GL Modified Item - TP" in SAP S/4HANA. It reads from 1 data source (R_FinSGLModifiedItemTP) and exposes 19 fields with key field FinSGLErrorItemUUID.

Data Sources (1)

SourceAliasJoin Type
R_FinSGLModifiedItemTP R_FinSGLModifiedItemTP projection

Annotations (9)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label Financial Services GL Modified Item - TP view
VDM.viewType #CONSUMPTION view
ObjectModel.representativeKey FinSGLErrorItemUUID view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
Metadata.ignorePropagatedAnnotations true view
Metadata.allowExtensions true view

Fields (19)

KeyFieldSource TableSource FieldDescription
KEY FinSGLErrorItemUUID FinSGLErrorItemUUID
Ledger Ledger
LedgerGroup LedgerGroup
CompanyCode CompanyCode
AccountingDocument AccountingDocument Journal Entry
FiscalYear FiscalYear
PostingDate PostingDate
GLAccount GLAccount
PartnerCompany PartnerCompany
ProfitCenter ProfitCenter
PartnerProfitCenter PartnerProfitCenter
CostCenter CostCenter
DocumentItemText DocumentItemText Item Text
FinancialServicesProductGroup FinancialServicesProductGroup
FinancialServicesBranch FinancialServicesBranch
FinancialDataSource FinancialDataSource
CustomerSupplierIndustry CustomerSupplierIndustry
CustomerGroup CustomerGroup
Country Country
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Financial Services GL Modified Item - TP'

@VDM: {
  viewType:#CONSUMPTION,
  usage.type: [#TRANSACTIONAL_PROCESSING_SERVICE]
}

@ObjectModel: {
  representativeKey: 'FinSGLErrorItemUUID',
  usageType: {
    serviceQuality: #D,
    sizeCategory: #XL,
    dataClass: #TRANSACTIONAL
  }
}

@Metadata: {
  ignorePropagatedAnnotations: true,
  allowExtensions: true
}
define view entity C_FinSGLModifiedItemTP
  as projection on R_FinSGLModifiedItemTP
{
  key FinSGLErrorItemUUID,
      Ledger,
      LedgerGroup,
      CompanyCode,
      @Consumption.semanticObject: 'AccountingDocument'
      @EndUserText.label: 'Journal Entry'
      AccountingDocument,
      FiscalYear,
      PostingDate,
      GLAccount,
      PartnerCompany,
      ProfitCenter,
      PartnerProfitCenter,
      CostCenter,
      @EndUserText.label: 'Item Text'
      DocumentItemText,
      FinancialServicesProductGroup,
      FinancialServicesBranch,
      FinancialDataSource,
      CustomerSupplierIndustry,
      CustomerGroup,
      Country,

      _ErrorItem : redirected to parent C_FinSGLErrorItemTP

}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"R_FINSGLMODIFIEDITEMTP"
],
"ASSOCIATED":
[
"C_FINSGLERRORITEMTP",
"R_FINSGLERRORITEMTP"
],
"BASE":
[
"R_FINSGLMODIFIEDITEMTP"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/