Hello Experts ,
I have a situation :
I have to find where an error message is inserted in a error table in production, which has been created either by some batch job or program or other objects.
I know with which message class and message ID of this error . But when I try to trace , did not get anything .
example :- I used "RS_ABAP_SOURCE_SCAN" to scan the code for the message id but found nothing .
I want to know by which object or where this error message inserted into the Error Table
I am surprised when I didnot find the message class and message id number in se91 but I did find in t100 table with message number . Unable to use where it used functionality in transaction se91 using message id.
Thank you everyone for your time in advance .