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

Given an error message - how to start resolving a problem

Former Member
0 Likes
683

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

6 REPLIES 6
Read only

former_member194669
Active Contributor
0 Likes
651

May be start with SE91 and enter the message class and make a where used list --> then put a break-point. and debug

a®

Read only

Former Member
0 Likes
651

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.

Read only

matt
Active Contributor
0 Likes
651

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

Read only

Former Member
0 Likes
651

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

Read only

Former Member
0 Likes
651

Double click on the error message. There may be a long text with more information.

Rob

Read only

matt
Active Contributor
0 Likes
651

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