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

Schedule Module program in Background with Dynamic Input values ?

Former Member
0 Likes
324

Hi,

I am trying a schedule a Standard Transaction which has Month,year and other Check boxes (By default they are Empty) .I need to schedule it monthly and Input must change dynamically when I run in background each month..

How do we do this?

Regards

Vara

Message was edited by: Vara K

1 REPLY 1
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
291

You can not directly schedule a module pool program in background job. These are usually reports. What you can do is create a custom report program with your parameters on a selection screen. In this program you can do a BDC over the standard transaction filling the parameters from the selection screen of the custom program. This custom program can also have a selection screen variant which uses selection variables that will change dynamically. Then you can schedule the custom report program via SM36.

Regards,

Rich HEilman