Application Development 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: 

calling subroutine perform background work process

Former Member
0 Kudos

Hi all,

Can we call a perform (subroutine)in background work process in a program.

if yes, pls specify.

regards,

Anuj

3 REPLIES 3

Former Member
0 Kudos

Anuj,

we can call the subroutine..whether it is foreground or background..if the perform statement is used the respective routine is called . Can you be specific on the requirement you are looking after..

Sagar.

Former Member
0 Kudos

Hi sagar,

thanx for reply,

Actually i hve used a subroutine in my rfc but for the sake of performance i have to process this subroutine in bacground workprocess so how to do this?

regards,

anuj

Former Member
0 Kudos

thanx