‎2005 Aug 03 3:00 PM
Hi..
could some tell me how to debug in background mode
any Tcode.
Thanks in advance
srikanth.
‎2005 Aug 03 3:03 PM
<i>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.</i>
<i>
If you have got a program which calls another program in background i.e SAPScript print program You
may need to debug it or get it to stop at a break-point set in the background program. To do this all
you need to do is turn update debugging on from the ABAP debugger (Settings->Update debugging).
</i>
Regards,
Rich Heilman
‎2005 Aug 03 3:03 PM
<i>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.</i>
<i>
If you have got a program which calls another program in background i.e SAPScript print program You
may need to debug it or get it to stop at a break-point set in the background program. To do this all
you need to do is turn update debugging on from the ABAP debugger (Settings->Update debugging).
</i>
Regards,
Rich Heilman
‎2005 Aug 03 3:05 PM
Hi Srikath,
You can debug from SM50 transaction code.
In SM50 choose your respective program and then use
the menu PROGRAM/MODE -> DEBUGGING.
Thanks
Lakshman
‎2005 Aug 03 3:16 PM
Hi lakshman..
thanks i got that one, got an prob in scripts, how to copy an exsisting sap script(F140_DOCU_EXC_01) into user defined script(zfl_rm). i have been doing tht by using the copy option in se71 but it showing an error that the standard script(F140_DOCU_EXC_01 ) doesn't exsist in client 800. but again when i use display option for the same script (F140_DOCU_EXC_01 ) it is displayed. could please tell me how to copy the script.
Thanks in advance
srikanth
‎2005 Aug 03 3:18 PM
‎2005 Aug 03 3:18 PM
Hi Srikanth,
You try copying it from 000 client.
Thanks
Lakshman
‎2005 Aug 03 3:21 PM
‎2005 Aug 03 4:04 PM
Hi Rich,
i have created a new function module but while activating it showing an error like.. it should be an report or include program. could you please tell me how to activate the f.m.
cheers
srikanth
‎2005 Aug 03 4:09 PM
‎2005 Aug 03 6:40 PM
hi sri,
this FM must be part of some function group , first activate this function group. you can do it from menu(inactive...)
regards
‎2005 Sep 02 7:31 AM
use transaction scc1 for copying from client
go to trnasaction se93 in parameteres part input
ssc+ then press f4 you will get the related transaction.
Irfan