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: 

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

Former Member
0 Kudos

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

Former Member
0 Kudos

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.

0 Kudos

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?

Former Member
0 Kudos

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

Former Member
0 Kudos

Thanks.