on ‎2026 Apr 23 2:24 PM
Hello Experts,
We have a requirement to extend a Fiori application by adding a custom field with a hierarchical value help. However, the application is not released for cloud development, which means using CDS-based hierarchy value help is not supported.
As an alternative, we are considering creating the hierarchy value help using a custom entity and exposing it for consumption in the custom field as a code list based on a CDS view.
We are not sure if this approach is feasible in this scenario. Any guidance or recommendations would be greatly appreciated.
Thank you!
Request clarification before answering.
Good day @Reserve
Thank you for your question.
The answer to your proposed workaround, the answer is partly yes, but not as a true hierarchical value help.
A custom field of type Code List based on CDS View can use a value help view, and the defined value help is used in extended applications as the value help for the custom field.
3612451 - Custom Fields - Frequently Asked Questions - SAP S/4HANA Cloud Public Edition - SAP for Me
However, this option gives you a flat value help list, not a real expandable hierarchy value help. So, if your business requirement is that the user must browse parent and child nodes in a tree structure inside the value help, then this is not the right supported workaround for an app that is not released for cloud development.
This basically means that:
See KBA 3422413 for details on the supported interaction between CDS views in the ABAP Environment and Code List based on CDS View.
So, my recommended approach is:
Code Description Parent Node
A100 Europe Sales A000
A110 Germany Sales A100
A120 Switzerland Sales A100
The filed remains flat, but you can include the parent node or hierarchy path as an additional descriptive field.
There is no clean-core recommendation to bypass the unreleased app restriction. You may consider raising influence request or incident to request for support.
Let me know if you have further questions.
Best regards
Chris
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello
True hierarchy value help is not possible because the app is not released for cloud development (no CDS hierarchy support).
Custom entity + CDS value help is feasible only as a flat code list , not hierarchical.
Build a custom CDS view / entity for value help
Use it as a code list for the custom field
Handle hierarchy logic (if needed) outside the Fiori value help (e.g., backend or UI logic)
Thanks,
Sravan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 8 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 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.