UI_BSR_PROCESS
UI service for BSR processing
UI_BSR_PROCESS is an OData service definition in SAP S/4HANA. It exposes 7 CDS view(s). It has 1 service binding(s).
Exposed CDS Views (7)
| CDS View | Alias |
|---|---|
| C_BalShtExpsrHdgReqHist | ActionHistory |
| C_BalShtExpsrHdgReqTP | HedgeRequest |
| C_CostCtrHierarchyInnerNodeVH | |
| C_HierRuntimeRprstnDplLeafNode | |
| C_PrftCtrHierarchyInnerNodeVH | |
| I_BalShtExpsrHdgReqParamGrpVH | |
| I_BalShtExpsrSnpshtVH |
Service Bindings (1)
| Binding | Type | Version | Contract | Release | Published |
|---|---|---|---|---|---|
| UI_BSR_PROCESS | ODATA | V2 | C1 | NOT_TO_BE_RELEASED_STABLE | false |
Fiori Apps (1)
| App ID | App Name | Type | Description |
|---|---|---|---|
| F4764 | Process Hedge Requests-Balance Sheet FX Risk | Transactional | The app allow Treasury Middle office to manage the Balance Sheet Hedge Requests. |
Source
@EndUserText.label: 'UI service for BSR processing'
define service UI_BSR_PROCESS {
expose C_BalShtExpsrHdgReqTP as HedgeRequest;
expose C_BalShtExpsrHdgReqHist as ActionHistory;
expose I_BalShtExpsrHdgReqParamGrpVH;
expose I_BalShtExpsrSnpshtVH;
expose C_CostCtrHierarchyInnerNodeVH;
expose C_PrftCtrHierarchyInnerNodeVH;
expose C_HierRuntimeRprstnDplLeafNode;
}