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

Create transaction for report program

Former Member
0 Likes
444

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

3 REPLIES 3
Read only

Former Member
0 Likes
406

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á

Read only

0 Likes
406

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

Read only

0 Likes
406

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á