2008 Jan 08 1:33 PM
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
2008 Jan 08 2:07 PM
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.
2008 Jan 08 2:46 PM
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?