UI_MEMORECORD_IMPORT

OData Service Package: FCLM_MR_IMP

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 ViewAlias
C_MemoRecordImportTemplate ImportTemplate
C_MemoRecordImportTP ImportMemoRecord
I_UserContactCard UserContactCard

Service Bindings (1)

BindingTypeVersionContractReleasePublished
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;
}