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

how to hide input fields on selection screen using variant attribute

Former Member
0 Likes
758

Hello all,

I want to know how to hide input fields on selection screen using variant attribute conpletely.

As you know, when setting the attribute of variant "Hide field" checked, the field is temporarily hidden, but when clicking "All Selections(F7)" button on the selection screen, the fileds become appeared.

I want to hide the field completely. Di you know how to do ?

Thank you for your support.

Regards,

Hideki Kozai

2 REPLIES 2
Read only

MarcinPciak
Active Contributor
0 Likes
497

Use this attribute hide field and save the variant. Then create transaction for this program setting default variant for parameter Start with variant . The user who runs it will have it by defualt set.

Otherwise

in PBO simply use LOOP at screen and output = 0 for this field. This will ensure that field is invisible in any case.

Regards

Marcin

Read only

Former Member
0 Likes
497

thank you for your advice.