‎2006 Oct 31 2:12 PM
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
‎2006 Oct 31 2:30 PM
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.
‎2006 Oct 31 2:30 PM
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.