cancel
Showing results for 
Search instead for 
Did you mean: 

Applied Transcations Table Name?

Former Member
0 Kudos

Hi ,

I try o find the table name of Applied Transcations (we can get this screen when right click on AR Invoice ) but i didnt get .

Can anyone help me..Thanks ...

Regards ,

Rajesh NS

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Thank you all yes you are correct .. Im using below query , select t3.ReconDate FROM OINV x LEFT JOIN INV1 T1  ON T1.DocEntry = x.DocEntry LEFT JOIN ITR1 T2  ON T2.SrcObjAbs = x.DocEntry AND T2.SrcObjTyp = x.ObjType LEFT JOIN OITR T3  ON T3.ReconNum = T2.ReconNum where x.DocEntry=t0.DocEntry

former_member203899
Active Participant
0 Kudos

Hi Rajesh,

If you find any of the answers are helpful or correct then make it update.

Regards,

Nishit Makadia

Answers (3)

Answers (3)

former_member203899
Active Participant
0 Kudos

Hi Rajesh,

No exactly but check with OITR and ITR1 table.

Can you please tell me which data wants to display from Applied Transaction Screen ?

Agree with Thomas Mason.

Regards,

Nishit Makadia

Former Member
0 Kudos
kothandaraman_nagarajan
Active Contributor
0 Kudos

Hi,

Please refer this thread http://scn.sap.com/thread/2117748

Thanks & Regards,

Nagarajan