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

JOB_SUBMIT

Former Member
0 Likes
332

Hi ,

how can i pass the values to the selection-screen using the job_submit fm, i have created a varaint , but how can i make it dynamic, i.e the values have to passed from the transaction.

Thanks & Regards

Syed

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
292

There are probably a few ways to do this but here is the first that comes to mind...

When you define a variant, you can specify that certain parameters are 'Variable'. This can mean a dynamic date calculation or it can pick up a value from table TVARV. I can't remember exactly how this works, but have a look at this in the variant creation. Your program that submits the job will need to update the value in TVARV before submitting the job.

1 REPLY 1
Read only

Former Member
0 Likes
293

There are probably a few ways to do this but here is the first that comes to mind...

When you define a variant, you can specify that certain parameters are 'Variable'. This can mean a dynamic date calculation or it can pick up a value from table TVARV. I can't remember exactly how this works, but have a look at this in the variant creation. Your program that submits the job will need to update the value in TVARV before submitting the job.