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

no-display parameter

Former Member
0 Likes
973

hi

how to include this field in varient...???

that is startdard tcode....

3 REPLIES 3
Read only

former_member195698
Active Contributor
0 Likes
801

Instead of declaring the parameter with NO-DISPLAY option, display the Parameter as a Normal Field.

In the event at selection-screen output. Write code to Hide the Parameter.

In this way you will see the parameter in the Variant and also the parameter will not appear on your selection screen

Read only

0 Likes
801

that is startdard tcode....

Read only

Former Member
0 Likes
801

Go to transaction SE38. There, fill the program name, and flag 'Variants'.

Than choose change, choose the variant you want to maintain. All fields are displayed, also the hidden ones.

Kind Regards,

Bart

ps: Please reward if usefull