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

Regarding Transaction

sreeramkumar_madisetty
Active Contributor
0 Likes
407

Hi Gurus

I am creating a tranaction for my report.

For this I am choosing report and selection screen,I am passing my reportname variant and authorization object as well.

While running the assigned tranction i am getting my report selection screen with variant values after pressing F8 it is exceting obsolutely proper.

My requirement is even without pressing F8 I have to get the required result.

How can I handle this one.

Please suggest me.

Your suggestions are highly encouragable.

Regards,

kumar

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
391

hi,

if a selection screen is declared, it will popup while executing the program.

If you dont want to see selection screen, hard code the values and execute the report. But this is not advisable

Hi Gurus

I am creating a tranaction for my report.

For this I am choosing report and selection screen,I am passing my reportname variant and authorization object as well.

While running the assigned tranction i am getting my report selection screen with variant values after pressing F8 it is exceting obsolutely proper.

My requirement is even without pressing F8 I have to get the required result.

How can I handle this one.

Please suggest me.

Your suggestions are highly encouragable.

Regards,

kumar

2 REPLIES 2
Read only

Former Member
0 Likes
392

hi,

if a selection screen is declared, it will popup while executing the program.

If you dont want to see selection screen, hard code the values and execute the report. But this is not advisable

Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
391

Hi

It's Answered.