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

Background program

alejandro_romero2
Participant
0 Likes
890

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
Read only

former_member188829
Active Contributor
0 Likes
858

Hi,

Do it by SM36 Tcode.

Read only

0 Likes
858

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 ?

Read only

Former Member
0 Likes
858

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

Read only

0 Likes
858

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

Read only

0 Likes
858

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

Read only

0 Likes
858

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

Read only

0 Likes
858

ok thanks for your tips i will check it thanks again

Read only

alejandro_romero2
Participant
0 Likes
858

Thanks i solved the problem by myself