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

Variants for Tabbed selection screen

Phillip_Morgan
Contributor
0 Kudos
295

I have a program that customer wants to be run nightly with different execution and selections for each tab it has. I have been trying to to this but it does not seem possible.

Saved variants always display the first tab.

I think I will be forced to modify the program.

Any ideas?

Thanks,

Phillip

2 REPLIES 2
Read only

Former Member
0 Kudos
165

Hi,

Create a transaction for the report and you may use transaction Variants. The transaction is SHD0.

Transaction variants simplify transaction flow by:

Inserting default values in fields

Hiding and changing the ready for input status of fields

Hiding and changing the attributes of table control columns

Hiding individual menu functions

Hiding entire screens

For more information,

http://help.sap.com/saphelp_nw04s/helpdata/en/7d/f639f8015111d396480000e82de14a/frameset.htm

Regards,

Renjith Michael.

Read only

Phillip_Morgan
Contributor
0 Kudos
165

Thank you Michael,

I had not thought of SHD0 for this case, but I have tried and cannot get it to work. I have tried to create a simple transaction variant and also creating a screen variant.

The transaction variant has no effect, and the screen variant is not allowed.

Any ideas?