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

Debugging in background

Former Member
0 Likes
476

Hi experts ,

iam not able to figure out the problem.

i created one zprogram to download the data of cji3 transaction code into application program .It is running successfully while running manually , but when i shcedule the same program it is not downloding the data in to application server .

some part of the dat it is downloading and some part of the data it is not downloading into application server .

can any one suggest for that one ? and also , how to debug background jobs ?

thanks in advance .

regards

shankar .

4 REPLIES 4
Read only

Former Member
0 Likes
448

BACKGROND PROGRAMS:you can debug the background jobs, use the command BDUG

One way of debuging programs which are already running in background is via transaction SM50. This displays a

list of process running in the server. In order to debug the program go to Menu option:

Program/Mode>Program>Debugging.

Read only

0 Likes
448

hi ,

can you explain in brief for this ,

what is bdug ?

Read only

0 Likes
448

Follow these instructions..

One way of debuging programs which are already running in background is via transaction SM50. This displays a

list of process running in the server. In order to debug the program go to Menu option:

Program/Mode>Program>Debugging.

Read only

0 Likes
448

HI ,

THANKS .

I used the following code : in zprogram ,

SY-SUBRC = 0.

WHILE SY-SUBRC = 0.

CHECK SY-SUBRC = 0.

SY-SUBRC = 0.

ENDWHILE.

then i went to sm50 ,This displays a

list of process running in the server. In order to debug the program go to Menu option:

Program/Mode>Program>Debugging.

i completed my task ,thanks mahesh

regards

sankar.mullagura@gmail.com