Hi
Version - BPC NW 7.0.02
I'm using the function COPYOPENING:
*RUN_PROGRAM COPYOPENING CATEGORY = %HT_CATEGORY_SET% CURRENCY = %HT_RPTCURRENCY_SET% TID_RA = %TIME_SET% *ENDRUN_PROGRAM
I have created a specific script for this function and now I would like to call the function from default.lgf.
I have added the following to default.lgf:
*include movement.lgf [HT_ACCOUNT].[8000]= movement(2010)
I try to calculate the movement for account '2010' and place it on the account '8000'.
No error is returned, but the number is not calculated/placed on account '8000'.
I'm not sure if I call the function or select the receiving account correct. Can anyone guide me?
/Lars