Skip to Content
0
Former Member
Feb 03, 2010 at 03:16 PM

Get the factor from an account

37 Views

Hi experts,

We have tried to get a factor from an account. First we enter the a value through input schedule into an account "FV"

Afterwards we want to use this factor in a script logic using next code:

*XDIM_MEMBERSET GROUPS = LC

*XDIM_MEMBERSET FLOW = 900

*WHEN C_ACCT.DIMLIST

*IS = "M"

*REC(FLOW="A00",FACTOR=GET(C_ACCT="FV"))

*ENDWHEN

We get a sintax error.

Can anybody tell us how to use a value of an account to use it as factor in a scritp logic?

Regards.