‎2006 Oct 31 2:28 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:33 PM
Hi
You should change the variant before calling the fm, you can change the variant by a BDC program.
I think it's better to use the statament SUBMIT instead of that fm module.
Max
‎2006 Oct 31 2:33 PM
Hi
You should change the variant before calling the fm, you can change the variant by a BDC program.
I think it's better to use the statament SUBMIT instead of that fm module.
Max
‎2006 Oct 31 2:46 PM
Hi ,
i have used the submit statement buit thats not working, actually i am using BDC from the user exit but its not updating the transaction, thats the reason i am trying for job_submit.is there any difference between the job_submit and submit statement.
Regards
Syed
‎2006 Oct 31 2:36 PM
Hi,
To the Function Module, job_submit, you can pass the program name to the REPORT parameter and the Variant which you have created to the VARIANT parameter. Based on certain conditons, You can store the Variant name in some variable before calling the function module and you can pass this variable to the VARIANT parameter.
thanks,
sksingh