cancel
Showing results for 
Search instead for 
Did you mean: 

Query on Payment Means (Outgoing Payments)

Hellooo!

I would want to join the Outgoing Payments table (OVPM) with the Payment Means table to extract the two amounts with two different banks.

How can I do these in Crystal Report? Please help!

capture.jpg

Accepted Solutions (0)

Answers (1)

Answers (1)

kvbalakumar
Active Contributor
0 Kudos

Hi,

Cheque details are available at VPM1 table.

So the table join will be like

FROM OVPM T0 INNER JOIN VPM1 T1 ON T0.DocEntry = T1.DocNum

Regards

Bala