cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How check in wich CR is a SAP Note

0 Likes
1,237

Hello all,

I found a Sap Note implemented in design, but not in production.

I would like to check the status of the CR, but I cannot find wich CR is it.

How can I see in witch CR the Note is insert?

Thank you.

View Entire Topic
jmodaal
Active Contributor
0 Likes

Hello,

IMHO the best method is to have a look into E071 table.

PGMID = R3TR
OBJECT = NOTE
OBJ_NAME = number of the note with 10 digits, leading zeroes.

You can do this with SE16 or you can use SE03 transaction ("Find objects in requests/tasks").

Another method is using program SCWN_NOTE_BROWSER. In the result list you can use "Goto > Corrected objects" to find a transport request.