‎2007 Sep 13 4:18 PM
Hello All,
I having some problem in dialog programming. I have screen with 5 tabstrips. When executed the transaction all the functionalities of tabstrip1 were working fine, such as addition of an entry to the alv list etc(FYI... all my tabstrips consists of alvs). But we navigate to other tab strips from the first one and again come back, my first tab strip is not working as before. Can you please tell me why this strange behavior happens?
Thanks & regards,
Prakash Ghantasala
‎2007 Sep 13 4:29 PM
check have used the following statements in PAI module module_usercommand
MYTABSTRIP-ACTIVETAB = OKcode.
CASE OKcode.
WHEN 'PUSH1'.
NUMBER = '0110'.
WHEN 'PUSH2'.
NUMBER = '0120'.
WHEN 'PUSH3'.
NUMBER = '0130'.
ENDCASE
if not do the same it may work...
<b><REMOVED BY MODERATOR></b>
Message was edited by:
Alvaro Tejada Galindo