API_CNSLDTNFSITEM
Consolidation Financial Statement Item
API_CNSLDTNFSITEM is an OData service definition in SAP S/4HANA. It exposes 3 CDS view(s). It has 1 service binding(s).
Exposed CDS Views (3)
| CDS View | Alias |
|---|---|
| A_CnsldtnFSItem_3 | CnsldtnFinancialStatementItem |
| A_CnsldtnFSItemByTimeVersion | CnsldtnFSItemByTimeVersion |
| A_CnsldtnFSItemText_3 | CnsldtnFSItemText |
Service Bindings (1)
| Binding | Type | Version | Contract | Release | Published |
|---|---|---|---|---|---|
| API_CNSLDTNFSITEM | ODATA | V4 | C2 | C1 | false |
Source
@EndUserText.label: 'Consolidation Financial Statement Item'
define service API_CNSLDTNFSITEM {
expose A_CnsldtnFSItem_3 as CnsldtnFinancialStatementItem;
expose A_CnsldtnFSItemText_3 as CnsldtnFSItemText;
expose A_CnsldtnFSItemByTimeVersion as CnsldtnFSItemByTimeVersion;
}