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

ABAP HR

Former Member
0 Likes
469

Hi Experts,

I want to run a hr program in back ground. So i made the selction screen empty by using report category. But when I run the program I am getting an empty screen and again i should click on execute to get the results. Is there any way to avoid the selection screen completely. so that when i run the program i gets the results directly.

Thank you.

Regards,

Irfan

1 ACCEPTED SOLUTION
Read only

suresh_datti
Active Contributor
0 Likes
450

or create a job using Transaction SM36 to run this report in background. There is no need to blank the Sel screen..

~Suresh

Hi Experts,

I want to run a hr program in back ground. So i made the selction screen empty by using report category. But when I run the program I am getting an empty screen and again i should click on execute to get the results. Is there any way to avoid the selection screen completely. so that when i run the program i gets the results directly.

Thank you.

Regards,

Irfan

2 REPLIES 2
Read only

Former Member
0 Likes
450

Hello Admir,

you can do it with a CALL TRANSACTION xxx AND SKIP FIRST SCREEN, in case the report has a tcode, also you can make a SUBMIT {rep|(name)} [selscreen_options] to the program.

hope this helps, dont forget to reward

gabriel

Read only

suresh_datti
Active Contributor
0 Likes
451

or create a job using Transaction SM36 to run this report in background. There is no need to blank the Sel screen..

~Suresh