Saltar al contenido principal

Margin on a sales order in SAP Business one

Respondida

Comentarios

2 comentarios

  • Comentario oficial
    Naama Aharoni

    Hi Chris,

    I suggest you open a ticket to support with a screenshot of the line-loop and the UF attached.

    Thanks, Naama

  • Maurice

    Hi Chris

    I have a similar line loop running on quotations. The problem you have is that despite SAP showing a value in field 38.21.NUMBER the query always returns 0. I use the single price to calculate the margin on qty 1 which works fine

    IF (($[$38.17.NUMBER]-$[$38.37.NUMBER])/$[$38.17.NUMBER]*100) < 10 AND $[$38.17.NUMBER] <> 0.0000 and ($[$38.14.NUMBER]-$[$38.37.NUMBER]) <> 0 and $[$38.3.0] not like '%Carriage%'
    BEGIN
    SELECT 'BELOW_10' FOR BROWSE
    END

     

    Maurice

Iniciar sesión para dejar un comentario.