Application Development 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: 

regarding skiping of selection screen

Former Member
0 Kudos

hi experts,

i have developed a report in which i am using my own report category for displaying no fileds if i wont use my own report category then standard selection screen will come which i dnt want .

actually the scenario is this that i dnt want any selection screen i want that after executing the report directly the out put will come but what is happening that after executing , a blank screen is coming in which one more execution button is there on the top after executing this button only i am getting the output in actual i dnt want second execution button and screen ...

plz help me how to skip second screen and second execution button i want that after executing first executionbutton the report will give the otput.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi trusing.

Call Transaction "Tcode" skip Initail screen.

This may help

3 REPLIES 3

former_member585060
Active Contributor
0 Kudos

Hi,

For the SELECT-OPTIONS and PARAMETERS you declared, use addin NO-DISPLAY for every declared field of selection screen, and default all the input values in INITILIZATION event.

Regards

Bala Krishna

0 Kudos

dear bala i said that i am using my own report category i am not using select-options..........

Former Member
0 Kudos

Hi trusing.

Call Transaction "Tcode" skip Initail screen.

This may help