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

Wrong entries in ztable

Former Member
0 Likes
850

Hi,

I am having one ztable. In which some wrong entries are coming. These wrong entries are the messages.

When checked by where used list, this table is getting updated by 8 different programs.

Now I need to find out from which program and what condition this messages are coming into this ztable.

Could anybody help me out how to search?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
812

Hi Swapnil,

To find out the source of the error message, do something like this.

A ) Point out the messages.

B ) Try to find the message class for those messages.

C ) Now determine the programs, those are using that message class, which contains your pointed messages.

Or you can try the change document concept,

In the tables CDHDR and CDPOS you will get all the data,Like the table updated on, table updated by etc.

Hope this helps.

Regards,

Abhinab Mishra

Hi,

I am having one ztable. In which some wrong entries are coming. These wrong entries are the messages.

When checked by where used list, this table is getting updated by 8 different programs.

Now I need to find out from which program and what condition this messages are coming into this ztable.

Could anybody help me out how to search?

6 REPLIES 6
Read only

Former Member
0 Likes
812

Hi Swapnil,

Are those are the standard messages? If they are standard messages. You will get from the table T100 : Messages.

Prasad.

Read only

0 Likes
812

Hi Prasad,

They are not standard messages.

Read only

Former Member
0 Likes
812

Hi,

As you said that error message is not standard then definitely that will be coming from user defined error mesage. So search error messages in those programs and find in which error message they have same error message text what you are getting.

Put break-point there and analyse the conditions before that error message.

Hope it helps you.

Regards,

KK

Read only

Former Member
0 Likes
813

Hi Swapnil,

To find out the source of the error message, do something like this.

A ) Point out the messages.

B ) Try to find the message class for those messages.

C ) Now determine the programs, those are using that message class, which contains your pointed messages.

Or you can try the change document concept,

In the tables CDHDR and CDPOS you will get all the data,Like the table updated on, table updated by etc.

Hope this helps.

Regards,

Abhinab Mishra

Read only

Former Member
0 Likes
812

Hi Swapnil Tawade ,

Try through the transaction SE11 placing the name of the table and then press the button "Where-Used List" (ctrlshiftF3).

Hope this information is help to you.

Regards,

José

Read only

Clemenss
Active Contributor
0 Likes
812

Hi,

use program RPR_ABAP_SOURCE_SCAN WITH Z* for the program and the messages you found as search criteria. You will find what you are looking for...

Regards,

Clemens