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

performance issue regarding calling a transaction.........

Former Member
0 Likes
563

Hi All,

Is there any performance issue if we use SUBMIT <program name of transaction> with <parameter>, instead of SET/GET parameter ID while calling a transaction from a module-pool.

Regards,

Mainak

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
522

Sumbit will only work with executable (report type) programs. You will not be able to use submit to call another module pool program.

Chris

Sumbit will only work with executable (report type) programs. You will not be able to use submit to call another module pool program.

Chris

3 REPLIES 3
Read only

alex_m
Active Contributor
0 Likes
522

This wont cause any performance issues as of i know.

Read only

Former Member
0 Likes
523

Sumbit will only work with executable (report type) programs. You will not be able to use submit to call another module pool program.

Chris

Read only

Former Member
0 Likes
522

Hi,

as per understanding better to use SET or GET instead of SUBMIT and Return.

Since the GET or SET will come from Memory and submit will pass the value to the input fields.

Thanks

Shiva