I am creating a module-pool to display some information on a screen created a tabstrip with 3 tabs (each tab calls a sub-screen), the first flap created at the end of the page a container and from it created a textbox through the method (cl_gui_textedit).
The problem I am facing is that when changing the tab container remains on the screen in the same position I created the tab 1 .... already tried to put all the elements in the same group, already I tried to create in pbo a method of destruction of the textbox but nothing worked.
I created the tabstrip through wizard, so all my information is loaded before the screening, that is not got no action by clicking on the second tab.
Does anyone have any suggestions?