Skip to Content
0
Former Member
Apr 03, 2009 at 08:42 AM

BPC 7 NW - Logic syntax

41 Views

Hi Experts,

I tried to make a simple calculation in default logic: Quantity*Price = Amount

I made this, but I get an error at execution time.

*WHEN A_ACCOUNT

*IS "QUANTITY"

REC(EXPRESSION=%VALUE%GET(A_ACCOUNT=PRICE),A_ACCOUNT=AMOUNT)

*ENDWHEN

Error on the GET statement is:

Error running default logic (Runtime error Unrecognized token "G")

Does anyone got some logic sample on NW version ?

Thanks for your help,

Mathias