‎2008 Nov 06 5:39 PM
Hi Expert,
I have a question: when I have a kind of error message like this "Message no. ZCN_SD_MSGCLASS00"
from where I can start to resolve the problem??
tahnks in adavance
Edited by: Matt on Nov 7, 2008 8:06 AM
‎2008 Nov 06 5:43 PM
May be start with SE91 and enter the message class and make a where used list --> then put a break-point. and debug
a®
‎2008 Nov 06 5:44 PM
Hi,
Check whether you have a Message Class ZCN_SD_MSGCLASS and the message no 00.
Else look for Message Class with wild Chararter Search in Txn SE91.
Put a Breakpoint at this Message Call in the Program and look for the cause of the error.
‎2008 Nov 06 7:19 PM
I love the fact that your message class is called ZCN_SD_MSGCLASS... the last 8 characters seem a bit redundant, rather like calling an ABAP program ZCN_SD_...ABAP_PROGRAM.
Anyway. Start the transaction in debug. Set a watchpoint for sy-msgid = 'ZCN_SD_MSGCLASS'.
matt
‎2008 Nov 06 7:53 PM
Thanks..
but you know what, even If I have the instructions to go in I never debugg a program because I'm funztional employee but now for the work I'm involving in I need to start to learn how debugg a programm.
Can you suggest some documentation, from where I can start to learn???
thanks in advance
‎2008 Nov 06 8:01 PM
Double click on the error message. There may be a long text with more information.
Rob
‎2008 Nov 07 7:07 AM
Try reading some of the blogs and whitepapers on this site about debugging. Use the SDN search functionality. Get your employer to send you on the basic ABAP course will help tremendously. In the short term - get an ABAP programmer to help you.
matt
Edited by: Matt on Nov 7, 2008 8:08 AM