UI_BANKRELATIONSHIPDOC

OData Service Package: FCLM_BRM_DOC

Bank Relationship Document

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

Exposed CDS Views (8)

CDS ViewAlias
C_BankGroupRootNodeValueHelp C_BankGroupRootNodeValueHelp
C_BankInternalIDVH C_BankInternalIDVH
C_BankRelationshipDocTP BankRelationshipDocument
C_BkRelshpDocAccountTP BkRelshpDocBankAccount
C_BkRelshpDocAcctSelectionTP BkRelshpDocBkAccountSelection
C_CompanyCodeValueHelp C_CompanyCodeValueHelp
I_CountryVH I_CountryVH
I_CurrencyStdVH I_CurrencyStdVH

Service Bindings (1)

BindingTypeVersionContractReleasePublished
UI_BANKRELATIONSHIPDOC_O4 ODATA V4 C1 NOT_RELEASED false

Source

@EndUserText.label: 'Bank Relationship Document'
define service UI_BankRelationshipDoc {
  expose C_BankRelationshipDocTP as BankRelationshipDocument;
  expose C_BkRelshpDocAcctSelectionTP as BkRelshpDocBkAccountSelection;
  expose C_BkRelshpDocAccountTP as BkRelshpDocBankAccount;
  expose I_CountryVH as I_CountryVH;
  expose I_CurrencyStdVH as I_CurrencyStdVH;
  expose C_BankInternalIDVH as C_BankInternalIDVH;
  expose C_CompanyCodeValueHelp as C_CompanyCodeValueHelp;
  expose C_BankGroupRootNodeValueHelp as C_BankGroupRootNodeValueHelp;
}