Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP BPA Form, how to hide field conditionally

Federico_M
Newcomer
0 Likes
571

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.

2 REPLIES 2
Read only

Sankara1
Product and Topic Expert
Product and Topic Expert
0 Likes
491

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.

Read only

JonasKristiansen_
Discoverer
0 Likes
441

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.