Hello SAP Fiori Elements Experts,
the SAP Fiori Design Guidelines define the Breadcrumb section in the Dynamic Page Header as optional. So my question is how can I hide the Breadcrumb?
Best Regards
Gregor
Request clarification before answering.
In an OData V4 based app, you can use a manifest setting
"SalesOrderItemObjectPage": {
"type": "Component",
"id": "SalesOrderItemObjectPage",
"name": "sap.fe.templates.ObjectPage",
"controlAggregation": "midColumnPages",
"contextPattern": "/SalesOrderManage({key})/_Item({key2})",
"options": {
"settings": {
"entitySet": "SalesOrderItem",
"showBreadCrumbs": false, Unfortunately not yet documented, we have addressed this.
regards,
Stefanie
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Gregor,
SAP Fiori elements implements the most common features of a general SAP Fiori floorplan. This scope has been largely defined by what we needed to build SAP S/4HANA Fiori apps. So there can be differences between the general SAP Fiori design guideline and the SAP Fiori elements framework scope of this guideline - like in this case where we don't want our SAP internal developers to have the option to disable breadcrumbs for sake of UX consistency.
I don't know if there is a workaround / trick to disable the breadcrumbs, but I will check our architects tomorrow. Is this an OData V2 or V4 based app? Can you tell me a bit about why you want to disable it?
regards,
Stefanie
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.