I'm having trouble setting up ScreenPersonas - so I thought I'd post them on SCN to see if anyone else has similar issues/fixes...
(all tests were done on IE9)
1) The first error message happens immediately upon logging into ScreenPersonas
SCRIPT5009: 'setPersonasObjectSize' is undefined
index.html, line 43 character 9
2) The second error message happens when editing flavors on a specific set of t-codes in GTM:
6/5/2014 13:45:42,893 ERROR Sap.Imagineering.Personas.Base.Controller.RenderingController->CompileCachedTabControlState -
[ArgumentNull_Generic]
Arguments:
Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=5.1.20913.00&File=mscorlib.dll&Key=ArgumentNull_Generic
Parameter name: controlState
System.ArgumentNullException: [ArgumentNull_Generic]
Arguments:
Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=5.1.20913.00&File=mscorlib.dll&Key=ArgumentNull_Generic
Parameter name: controlState
at Sap.Imagineering.Personas.Common.Controls.ControlStateHelper.TryGetProperty(String name, ControlState controlState, Boolean& value)
at Sap.Imagineering.Personas.Base.Controller.RenderingController.TabControlCaching.DownloadTabItem(ControlState tabItem, Object token, ControlState& resultTabItem)
at Sap.Imagineering.Personas.Base.Controller.RenderingController.TabControlCaching.DownloadFullState()
at Sap.Imagineering.Personas.Base.Controller.RenderingController.TabControlCaching.GetFullState()
at Sap.Imagineering.Personas.Base.Controller.RenderingController.CompileCachedTabControlState(ControlState state, ScreenState currentScreen, IList`1 actionsToCurrentState, Boolean screenUpdated)
I'm not sure what the parameter controlState refers too... I've tried searching for it without any luck. We do use some user exits on our GTM screens - but my ABAP programmers aren't familiar with this parameter either.
On other screens I don't seem to get this same error message.
Thanks!