cancel
Showing results for 
Search instead for 
Did you mean: 

Canceled Journal Entry

Former Member
0 Kudos

hi

how to find the canceled journal ? is there any field in OJDT and JDT1 tables which specifies the journal entry have been canceled.

Accepted Solutions (1)

Accepted Solutions (1)

K_Pauquet
Advisor
Advisor
0 Kudos

Hi rajeswari,

please see this wiki article from the Expert-on-Phone Newsletter February 2009:

[How to cancel a journal entry using today as posting date? |https://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=81428745]

All the best,

Kerstin

Answers (2)

Answers (2)

Former Member
0 Kudos

In OJDT, field 'stornototr' displays the JE number that this JE canceled by .

Does this work?

former_member197621
Active Contributor
0 Kudos

NOTE:put correct entry and then cancel that entry then give that 2 transid in my example you will get some idea,Test this in test database

former_member197621
Active Contributor
0 Kudos

Hai

Try this example,

SELECT T1.[BaseRef], T1.[StornoDate], T1.[StornoToTr], T0.[TransId] FROM JDT1 T0  INNER JOIN OJDT T1 ON T0.TransId = T1.TransId WHERE T0.[TransId] in('81452','81453')

Edited by: Prasanna s on Mar 30, 2009 8:17 AM

Edited by: Prasanna s on Mar 30, 2009 8:32 AM