System Debugging

Question:
Hello
What is and How to initiate System debugging ?
I get the below message when I set a break point
*
Breakpoints in system programs are only observed in system debugging
*
Answer:
If you wish to debug a program insert /h into the command box before pressing execute or a button or the action you wish to debug.
Hope this helps.
Gill
Answer:
Thank you Gill
But I am using using your suggestion for normal debuggingBut when I set a Break point (with a message as provided), dubugging is not working (that program is by-passed)
Any suggestions ?
Answer:
System debugging is started by /hs. You'll see a lot of internal coding that's not shown in normal debugging. I only used it sometimes to debug the logical database used by a report.
_________________
Gehe am 30. 6. 2004 mit 53 in den Vorruhestand - Hat jemand 'ne bessere Idee?
Answer:
Hello Hans-Hermann
Thanks for the reply. Sounds interesting. But how to activate it (other than /hs)
Normally if you set a Break Point in the relevant program and then execute the corresponding transaction, the program stops at the Break Point for further debugging
Is it possible with this ?
Or can I specify /hs when inside debugging as above.. to enable System debugging ?
Answer:
Request Pushed-up hoping for some concrete Answers from Gurus...
Especially I am trying to debug the Function Module:
TABLE_EXPORT_TO_MSACCESS_RFCFE
Answer:
Or can I specify /hs when inside debugging as above.. to enable System debugging ?
Try System-> Utilities-> Debug System
Incho
Answer:
Hello
I tried that also initially
In the calling Program (of the Function Module), before the statement is executed, I have switched on the same
But no effect. The Function Module is called and I get only sy-subrc value
In fact I have also put a Break point inside the called Function Module
Any Help..

More Articles:

Urgent !!!! difference reports, sap scripts?
exporting , changing , table parametrs?
Multiple User creating Production Order?
Return to screen?
some code on delete modify save in MODULE POOL?
Billing document creation with BAPI.?