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: 

Background program

alejandro_romero2
Participant
0 Kudos
136

hi guys i would like to know how can i do an abap program that runs in background . i mean not the clasic SE38 click Program -> Execute -> Background.

thanks.

9 REPLIES 9

former_member188829
Active Contributor
0 Kudos
104

Hi,

Do it by SM36 Tcode.

0 Kudos
104

thanks i will try it, but i have another question.

do i have to write something in my abap source code to make my program execute y background ?

Former Member
0 Kudos
104

sorry did not get what you exactly want , could you please illustrate it a bit.

0 Kudos
104

ok my boss ask me for a transaction or a programa that runs in background when he executes the transaction's program.

Edited by: Alejandro Romero on May 14, 2008 5:45 PM

0 Kudos
104

thanks everyone i will try all of your tips, thanks again

0 Kudos
104

if you have any gui interface in ur program background job fails... check that before doing... ex: gui_download , gui_upload

0 Kudos
104

ok thanks for your tips i will check it thanks again

alejandro_romero2
Participant
0 Kudos
104

Thanks i solved the problem by myself