Hi,
Just a tips I wanted to share to everybody because it makes me lot of pain 😉
Here is the scenario :
You have BSP application in WAS 620 and you want to transport it into WAS 700.
Problem:
Everything is OK regarding the source code and so on but when you execute the application there is lot of Javascript Error like global variable undefined....
Solution :
for some global variable add
window.my_global_var
That's it 😊
enjoy