Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Problem in Dialog program

Former Member
0 Likes
278

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

1 REPLY 1
Read only

Former Member
0 Likes
261

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