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

FMS Correction into SAP B1

nikunjmehta2290
Participant
0 Likes
318

Dear team,

SELECT $[RDR1.U_PriceAfter] - (SELECT SUM(T0.VatSum) FROM RDR1 T0 WHERE T0.DocEntry = $[RDR1.DocEntry])

 

I need to minus VATSUM from the row level UDF named : U_PriceAfter

Please advice on it.

Regards,

Nikunj Mehta

Accepted Solutions (0)

Answers (1)

Answers (1)

williamwachholz
Active Participant

Hello,

It seems to me that this is Formmated Search syntax, so you can get all the information directly from the matrix, like this:

SELECT $[$38.U_PriceAfter.0] - $[$38.82.0] FROM DUMMY

Best regards