UI_MEMORECORD_IMPORT
Cash Management Import Memo Records
UI_MEMORECORD_IMPORT 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 |
|---|---|
| C_MemoRecordImportTemplate | ImportTemplate |
| C_MemoRecordImportTP | ImportMemoRecord |
| I_UserContactCard | UserContactCard |
Service Bindings (1)
| Binding | Type | Version | Contract | Release | Published |
|---|---|---|---|---|---|
| UI_MEMORECORD_IMPORT | ODATA | V4 | C1 | NOT_TO_BE_RELEASED_STABLE | false |
Source
@EndUserText.label: 'Cash Management Import Memo Records'
define service UI_MemoRecord_Import {
expose C_MemoRecordImportTP as ImportMemoRecord;
expose C_MemoRecordImportTemplate as ImportTemplate;
expose I_UserContactCard as UserContactCard;
}