Skip to Content
0
Jul 10, 2023 at 05:28 PM

Navigation to BRF+ application using Fiori Elements

84 Views

Hi Experts,

I have an application created with Fiori Elements that has two navigation fields.

One of them is working correctly, it displays and navigates to a link using the logic:

@UI.identification: [{ type: #WITH_URL , url: 'Repository'}]

The other navigable field must open a BRF+. My logic is like this:

@Consumption.semanticObject: 'BusinessRule'

@UI.identification: [{ type: #WITH_INTENT_BASED_NAVIGATION,

semanticObjectAction: 'manageRules',

value: 'Transact' }]

The field Transact is receiving the BRF+ name as a value. I also tested passing the BRF+ ID and the error was the same.

This second logic is displaying the field as a hyperlink but when clicked show the error "Navigation to this application is not supported."

I have access to open the BRF+ and I tried not to pass the value parameter, because in my App Manager there is no parameter connected.


My application was build using full annotations from the CDS view. I don't have any added logic in BAS and I follow the SAP target mapping for this object.

https://fioriappslibrary.hana.ondemand.com/sap/fix/externalViewer/index.html#/detail/Apps('FDT_WD_WORKBENCH_SIMPLIFIED(FICA_BRF_PLUS_COLLECTION_AC)')/S23OP

Has anyone had the same problem or needed to make an app navigate to BRF+?