UI_JOURNALENTRY_MANAGE

OData Service Package: ODATA_MANAGE_JOURNAL_ENTRY_V2

Manage Journal Entries V2

UI_JOURNALENTRY_MANAGE is an OData service definition in SAP S/4HANA. It exposes 24 CDS view(s). It has 1 service binding(s).

Service Bindings (1)

BindingTypeVersionContractReleasePublished
UI_JOURNALENTRY_MANAGE ODATA V2 C1 NOT_RELEASED false

Fiori Apps (2)

App IDApp NameTypeDescription
F0717A Manage Journal Entries - New Version Transactional With this app you can analyze journal entries, create reversals or make adjustments.
F7697 Display Journal Entries Transactional With this app you can display and analyze journal entries.

Source

@EndUserText.label: 'Manage Journal Entries V2'
@AbapCatalog.extensibility.extensible: true
define service UI_JOURNALENTRY_MANAGE {
  expose C_ManageJournalEntryTP;
  expose C_ManageJournalEntryItemTP;
  expose C_ManageJournalEntryLedgerView;
  expose C_ManageJournalEntryLedger;
  expose C_MngJrnlEntrReltdJournalEntry;
  expose R_ManageJournalEntryAmount;
  expose C_JrnlEntrLdgrCoCodeCrcyRole;
  expose I_UserContactCard;
  expose C_MngJrnlEntrPrkdDocumentItem;
  expose C_MngJrnlEntrTechLedgerView;
  expose C_ManageJournalEntryTaxItem;
  expose C_MngJrnlEntrPrkdDocTaxItem;
  expose C_MngJrnlEntrPrdtvDocument;
  expose C_MngJournalEntryTotalAmount;
  expose C_MngJrnlEntrRelatedDocument   as RelatedDocument;
  expose C_ManageJournalEntryHistory;
  expose C_MngJrnlEntrCrcyTranslation;
  expose C_MngJrnlEntrPrdtnLedgerView;
  expose C_ManageJournalEntryNote;
  expose C_MngJrnlEntrWhgdTaxItem;
  expose C_MngJournalEntrySystemSetting;
  expose C_MngJournalEntryItemForFilter;
  expose C_OfficialDocumentNumberTP;
  expose C_MngJrnlEntryWorkflowStatus   as WorkflowStatus;
}