2009 Sep 24 7:24 PM
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?
2009 Sep 24 9:54 PM
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?
2009 Sep 24 7:46 PM
Hi Swapnil,
Are those are the standard messages? If they are standard messages. You will get from the table T100 : Messages.
Prasad.
2009 Sep 24 7:48 PM
2009 Sep 24 8:00 PM
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
2009 Sep 24 9:54 PM
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
2009 Sep 24 9:56 PM
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é
2009 Sep 25 12:13 AM
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