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

How find the ABAP code with Error message

Former Member
0 Likes
19,649

Hi

How to find the ABAP Code for Error Message?

Example:

Error Message: ZF026.

Regards

Odaiah Pelley

Edited by: Odaiah Pelley on Aug 22, 2008 4:21 AM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
5,605

Try transaction SE91.

Give the message id and number and do a where used.

P.S. This will only show reports which use the MESSAGE statement to throw this error. Not the ones which populate the message using a bapi.

6 REPLIES 6
Read only

Former Member
0 Likes
5,606

Try transaction SE91.

Give the message id and number and do a where used.

P.S. This will only show reports which use the MESSAGE statement to throw this error. Not the ones which populate the message using a bapi.

Read only

0 Likes
5,605

Hi

Excellent Answer, I appreciate it.

My question is with Error Message ZF026.

How to find ABAP Code ?

If I go for SE91 I will get same message as if I am getting error message.It is no use.

Regards

Odaiah Pelleyu

Read only

0 Likes
5,605

As I said before, use the "WHERE USED" Button in the toolbar. This will give all the reports(ABAP code) that use this error message in a Message statement.

Read only

Former Member
0 Likes
5,605

Hi.

Go to se91 and type ur message class ZF026 & click on display.

select the message no and do where used list,it will give u all programs that used this message class &no.

Read only

Former Member
0 Likes
5,605

in bdc at a time how many records can we update?

Read only

Former Member
0 Likes
5,605

run transaction code se91

enter ZF in message class

in number enter 026