UI_BANKACCOUNTREVIEW_MNG

OData Service Package: FCLM_BAR_IMPL

Manage Bank Account Reviews

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

Exposed CDS Views (10)

CDS ViewAlias
C_BankAccountReviewAreaTP BankAccountReviewArea
C_BankAccountReviewerTP BankAccountReviewer
C_BankAccountReviewTP BankAccountReview
C_BankCountryVH C_BankCountryVH
C_BkAcctRevBkAcctSelectionTP BankAccountSelection
C_BkAcctRevBkAcctSnapshotTP BankAccountSnapshot
I_BankAccountTypeVH I_BankAccountTypeVH
I_CompanyCodeVH I_CompanyCodeVH
I_ContractTypeValueHelp I_ContractTypeValueHelp
I_UserContactCard I_UserContactCard

Service Bindings (1)

BindingTypeVersionContractReleasePublished
UI_BANKACCOUNTREVIEW_MNG ODATA V2 C1 NOT_RELEASED false

Fiori Apps (1)

App IDApp NameTypeDescription
F7510 Manage Bank Account Reviews Transactional With this app, you can create, start and monitor the bank account review process.

Source

@EndUserText.label: 'Manage Bank Account Reviews'
define service UI_BANKACCOUNTREVIEW_MNG {
  expose C_BankAccountReviewTP        as BankAccountReview;
  expose C_BankAccountReviewAreaTP    as BankAccountReviewArea;
  expose C_BankAccountReviewerTP      as BankAccountReviewer;
  expose C_BkAcctRevBkAcctSelectionTP as BankAccountSelection;
  expose C_BkAcctRevBkAcctSnapshotTP  as BankAccountSnapshot;
  expose C_BankCountryVH              as C_BankCountryVH;
  expose I_BankAccountTypeVH          as I_BankAccountTypeVH;
  expose I_CompanyCodeVH              as I_CompanyCodeVH;
  expose I_ContractTypeValueHelp      as I_ContractTypeValueHelp;
  expose I_UserContactCard            as I_UserContactCard;
}