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: 

Hide Fields in Maintenance View

Former Member
0 Kudos
118

Hi!

I have a Maintenance View created from my ZTABLE, so depending on some validations I want the maintenance view to show me all fields or some fields that I want, how can I do that? I don't know if i have to do a loop at screen and make invisible the fields but i don't know how to do it.

I Appreciate your help.

Thanks

2 REPLIES 2

Former Member
90

Hi,

It will be impossible if the the fields that you want to hide are mandatory.

If the field that you want to hide are not mandatory, you can do this by changing the generated PBO of the generated screen.

And then you'll have to manipulate the table control in the PBO.

Reward if helpfull...

Cheers,

Deepanker.

Former Member