Application Development 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: 

How find the ABAP code with Error message

Former Member
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

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.

0 Kudos

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

0 Kudos

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.

Former Member
0 Kudos

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.

Former Member
0 Kudos

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

Former Member
0 Kudos

run transaction code se91

enter ZF in message class

in number enter 026