Just add SELECTINPUT to some variable - the user will select destination time members. Then TASK MEMBERSELECTION for this variable to pass members to some $DEST$ variable.
then in script:
*FOR %D%=$DEST$
*REC(EXPRESSION=%VALUE%,TIME=%D%,CATEGORY=Forecast)
*NEXT
Vadim