cancel
Showing results for 
Search instead for 
Did you mean: 

Total(LC) column

ramco1917
Participant
0 Kudos

Hi

What is Total(LC) column in A/r Invoice

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

DavidAndrusko
Advisor
Advisor
0 Kudos

Hi RS,

You will find the line values of Total(LC) in the LineTotal column of INV1:

SELECT T1.LineTotal, T1.ItemCode, * FROM OINV T0
INNER JOIN INV1 T1
ON T1.DocEntry = T0.DocEntry
WHERE T0.DocNum = XXX ---Enter the number of the A/R Invoice

Hope this helps.

Regards.

David Andrusko
SAP Business One Support

azizelmir
Contributor
0 Kudos

(Quantity x Unit Price) - Value(Discount %)