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: 

Sequence calling of functions in back ground task

Former Member
0 Kudos

Hi Friends,

I am calling the function in back ground task and inside of that function i am calling the transaction VL02N to update something.

Just below to that call function i am calling one more function in background task and inside of that also i am calling vl02n to update some thing this updation i can do only the above function updation has been done. And both of the above functions calling in background task at the time of saving VL02N transaction. But whatever the code i have provided in the second background function is not working, fist function is working fine. I have used wait command also between but still not working. And one more thing i have activated update debugging but i am not able to see the code written in the function moduel at runtime.

Any help will be highly appreciated.

Thanks a lot in advance.

3 REPLIES 3

Former Member
0 Kudos

use Commit and wait staement...might help..

cheers

Former Member
0 Kudos

I think the sequence would be the problem becasue if the first one wsa succesfull then the second also should be succesfull.

can you pelase give me some more details.

Former Member
0 Kudos

I think the sequence would not be the problem becasue if the first one wsa succesfull then the second also should be succesfull.

can you pelase give me some more details.