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: 

Variant and auto scheduling job in background

srikanthrathod
Explorer
0 Kudos

Hi i have a program which automatically has values in the selection screen , when the program executes then the values on selection screen will automatically gets change. I want to execute this report in background . Everytime the program executes it must execute with the values that is there on the selection screen. can you please help How can i achieve this?

2 REPLIES 2

raymond_giuseppi
Active Contributor
0 Kudos

Perform some search in online help : how to define and use variable in variant, and how to save field without value in a variant.

Jelena
Active Contributor
0 Kudos

I'm rather confused by this part: "the program executes then the values on selection screen will automatically gets change". The program is not supposed to change the values entered on the selection screen. If that's what it does then it's not right and the program should be changed.

Otherwise your question appears to be RTFM, I'm afraid, as Raymond already pointed out. Have you not tried saving a variant and have you not found many options there to save the values differently?