Hello Zongjie,
your question is how you can supply the "SEASON" parameter of your view? If that is your question you can do it in following way.
... FROM "_SYS_BIC"."p1680829412trial.kevin.ODD_ANA.model/ANA_ODD_BWIN" ( PLACEHOLDER."$$Season$$" =><your value to be set to the parameter> ) ...
I don't know if your "SEASON" value in the where condition above should be a local declared variable or not, but please consider, that you use it with a colon (:SEASON) if it is one. Your example would then be ... FROM "_SYS_BIC"."p1680829412trial.kevin.ODD_ANA.model/ANA_ODD_BWIN" ( PLACEHOLDER."$$Season$$"=>:SEASON) ...
Do you also have defined a parameter "League" in your view, because the error message reports it?
Best Regards,
Florian