‎2007 Aug 27 3:54 PM
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 .
‎2007 Aug 27 3:58 PM
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.
‎2007 Aug 27 4:48 PM
‎2007 Aug 27 5:03 PM
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.
‎2007 Aug 28 12:32 PM
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