I'm trying to get a fuller understanding of what this actually does for me.
The definition on sap.help.com here
http://help.sap.com/saphelp_nw04s/helpdata/en/14/31fa826d0bd540899b02888bf55df4/content.htm
says:
"You use this parameter to specify whether a personalized or non-personalized Web template is to be used."
So in my url when I have
?QUERY=ZBM_M015_Q004&USE_PERSONALIZATION=true
I'm expecting that any variable that the user has set to be used, i.e the user set a variable on company code = 5000 and so all i see is 5000 company codes.
?QUERY=ZBM_M015_Q004&USE_PERSONALIZATION=false
I'm expecting that any variable that the user has set to be NOT used, i.e the user set a variable on company code = 5000 but I continue to see all company codes.
Mike