UI_FINCS_PSTRLLG_DISPLAY
Consolidation posting rule log
UI_FINCS_PSTRLLG_DISPLAY is an OData service definition in SAP S/4HANA. It exposes 9 CDS view(s). It has 1 service binding(s).
Exposed CDS Views (9)
| CDS View | Alias |
|---|---|
| C_CnsldtnAddlCharacteristic | CnsldtnAddlCharacteristic |
| C_CnsldtnPostingRuleLog | ConsolidationPostingRuleLog |
| C_CnsldtnPostingRuleLogItem | CnsldtnPostingRuleLogItem |
| C_CnsldtnPstRlLgGrpHierarchy | CnsldtnPstRlLogGroupHierarchy |
| C_CnsldtnPstRlLgInvesteeUnit | CnsldtnPstRlLgInvesteeUnit |
| C_CnsldtnPstRlLgInvsteUntItem | CnsldtnPstRlLgInvsteUntItem |
| C_CnsldtnPstRlLogMessage | CnsldtnPostingRuleLogMessage |
| C_CnsPstRlLgInvsteUntHierarchy | CnsPstRlLgInvsteUntHierarchy |
| I_UserContactCard | CnsldtnUserContactCard |
Service Bindings (1)
| Binding | Type | Version | Contract | Release | Published |
|---|---|---|---|---|---|
| UI_FINCS_PSTRLLG_DISPLAY | ODATA | V4 | C1 | NOT_RELEASED | false |
Source
@EndUserText.label: 'Consolidation posting rule log'
@ObjectModel: {
leadingEntity: {
name: 'C_CnsldtnPostingRuleLog'
}
}
define service UI_FINCS_PSTRLLG_DISPLAY {
expose C_CnsldtnPostingRuleLog as ConsolidationPostingRuleLog;
expose C_CnsldtnPstRlLgGrpHierarchy as CnsldtnPstRlLogGroupHierarchy;
expose C_CnsldtnPostingRuleLogItem as CnsldtnPostingRuleLogItem;
expose C_CnsldtnPstRlLogMessage as CnsldtnPostingRuleLogMessage;
expose I_UserContactCard as CnsldtnUserContactCard;
expose C_CnsldtnAddlCharacteristic as CnsldtnAddlCharacteristic;
expose C_CnsPstRlLgInvsteUntHierarchy as CnsPstRlLgInvsteUntHierarchy;
expose C_CnsldtnPstRlLgInvsteUntItem as CnsldtnPstRlLgInvsteUntItem;
expose C_CnsldtnPstRlLgInvesteeUnit as CnsldtnPstRlLgInvesteeUnit;
}