Application Development 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: 

How to hide certain screens/fields in standard tcodes for a given cond...

aris_hidalgo
Contributor
0 Kudos

Hello Experts,

Based on a given document type, how do I hide fields and screens? Can transaction variants

do this?

Thank you guys and take care!

1 ACCEPTED SOLUTION

Former Member
0 Kudos

for a document type you need to write conditions in user exits.

you need to use Loop at screen......Endloop

within this you need to check the field name and using the screen options you can enable/disable/hide/unhide various fields..

1 REPLY 1

Former Member
0 Kudos

for a document type you need to write conditions in user exits.

you need to use Loop at screen......Endloop

within this you need to check the field name and using the screen options you can enable/disable/hide/unhide various fields..