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

How to execute the same session in Background after debuging some code?

Former Member
0 Likes
645

Hi All,

Can we run the same session in background after some lines of code is executed in dubug mode?How?

We are at ECC6.0 version.

Regards,

Ravi Kasnale

4 REPLIES 4
Read only

Former Member
0 Likes
607

use the FM with extention of IN UPDATE TASK or IN NEW TASK ext... in the code what ever the code you have wirtten in the FM will run ibn background.

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
607

use the FM with extention of IN UPDATE TASK or IN NEW TASK ext... in the code what ever the code you have wirtten in the FM will run ibn background.

Please don't misguide people!

@OP: What is your exact requirement?

Read only

Former Member
0 Likes
607

If you want to check how your program ran in ackground ,first submit your program in back ground mode. Then goto sm37 select your program-job (must be finished running), use JDBG in command button to re-trigger programm in back ground mode.

Cheers

Shekar

Read only

Former Member
0 Likes
607

Thanks.