‎2025 Mar 26 9:55 AM
Hello Everyone, I'm new to SAP BPA.
I have a question regarding forms. Is it possible to hide one field in the form depending on another field value?
Example:
Field 1 (Radio buttons): "Do you have a PO Number?" Yes/No
Field 2 (Text): "Provide the PO Number" (visible only if Field 1 = Yes)
Thank you.
‎2025 Apr 29 1:23 PM
Hi Federico,
Currently, there is no direct functionality to hide fields in the standard UI5 form. However, you can achieve this by using annotations and conditional logic based on entity properties—specifically, the UI.Hidden annotation.
Let me know if you'd like further details or assistance with implementation.
‎2025 Apr 30 1:29 PM
Hi Sankara,
Could you provide some details on how you would acheive that in forms triggered from SAP Build Process Automation? It would be a very appreciated feature.