I_STATEMENTOFCHANGESSEMTAG
Statement of Changes Semantic Tag
I_STATEMENTOFCHANGESSEMTAG is a CDS View in S/4HANA. Statement of Changes Semantic Tag. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_StatementOfChanges | view | right_outer | COMPOSITE | Statement of Changes line items |
@AbapCatalog.sqlViewName: 'ISTMNTCHGSTASEM'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Statement of Changes Semantic Tag'
@VDM.viewType: #BASIC
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ClientHandling.algorithm: #SESSION_VARIABLE
define view I_StatementOfChangesSemTag as select from finsc_soc_semtag {
key finsc_soc_semtag.type as StatementOfChangesType,
key finsc_soc_semtag.sem_tag as SemanticTag,
key finsc_soc_semtag.hryid as GLAccountHierarchy
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"FINSC_SOC_SEMTAG"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/