Wednesday, May 28, 2014

Launch Concurrent Program From Menu


Normally we assign any concurrent 
program
 to a request group corresponding to theresponsibility from which we want to run our concurrent program. What in case if user want to launch concurrent program directly from a menu.
To assign a concurrent program to a menu follow the steps
  • Create a new function of form type and name it as your concurrent program
  • In the parameter field pass a parameter Program=<CONCURRENT_PROGRAM_NAME>
  • Assign this function to a responsibility menu from which you want to run this concurrent program.
Now go to that responsibility and click on the function. It will directly launch the concurrent program.

No comments:

Post a Comment