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

FUNCTION MODULE

Former Member
0 Likes
401

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
382

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

3 REPLIES 3
Read only

Former Member
0 Likes
383

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

Read only

0 Likes
382

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

Read only

Former Member
0 Likes
382

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