‎2007 Apr 29 8:29 AM
Hello All
I have very specfie requirement.
I have one report program with selection screen. I need to create one transaction for this report which uses report variant to fill the selection screen parameter. Now i want to skip this selection screen (i mean i don't want user press F8 on selection screen ). I also want to attatch authorization with the transaction code.
i have two options.
1. i can create transaction with variant and assign authorization object. But this does not skip selection screen.
2. I can create transaction with parameter and use start-report transaction and pass variant here and mark skip selection screen true. But i don't know how to assign authorization object in this case.
please give me some solution
Regards
Saurabh Garg
‎2007 Apr 29 8:36 AM
Hi!
You might create a transaction in SE93. Once I copied a standard transaction, which was working similar, as your wish.
It was the VL10X, VL10E, VL10. Check out these and maybe they are useful.
Regards
Tamá
‎2007 Apr 29 8:42 AM
Hello Tamas
Thanks for quick response...
I checked t-code VL10X and others but i am not able to understand your solution. If i understood correctly, according to you, i need to create two transaction to achieve my requirement.
one with variant and authorization object
and other with parameter
Regards
‎2007 Apr 29 8:59 AM
Hi!
Yes, you might try out this way. It is only similar to your need, not exactly the solution. But I hope you can have some ideas from it.
Regards
Tamá