In our development system, we have SAP Personas running without errors. When we transport our Personas development changes to our test system, we get scripting issues like:
- Selection screen buttons that have onClick() events assigned to global scripts don't link correctly. Clicking on the buttons do nothing. We have to delete the link between the onClick() event for the button and the global script, then re-link the onClick() event to the global script. It seems like it wasn't linked correctly in the transport.
- The screen ratio is different. Simple containers are bigger/smaller, some containers have scroll bars in our Test system that didn't exist in our Development. Some of the larger containers have been significantly reduced.
- Scripting issues that cause flavors to crash. We have several scripts that are onLoad() events for flavors, these scripts go to other tcodes to fetch data. When they go to other tcodes and try to access screen elements, Personas throws errors saying that the screen elements don't exist when we try to access them. We cannot reproduce this in our Development system, it only happens in our Test system.
Why is this happening? I've tried doing research but do not know what could be the problem: Service Pack Version issues? SAP Note is missing? Is this a Basis installation related issue?