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

Tab Control.

0 Likes
521

Hi I need details on Tab Control Navigation. I am confused on How to trigger the PAI and PBO when I change the tab.. Explain me with Example.

Suhash

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
486

Hi Suhash,

For Tab Control.. Two improtant things are

1. Subscreen

2. Tab Button.

If u use only one subscreen for all tab pages and use tab button as other then ' ' (blank) then PAI will get exected if u change the tab page.

and if u provide multiple Subscreens and Button as " " then it will work as a BIG SIngle Paga PAI will not get fired.

3 REPLIES 3
Read only

Former Member
0 Likes
486

Hi,

Check the demo programs for tab strip..

DEMO_DYNPRO_TABSTRIP_LOCAL

DEMO_DYNPRO_TABSTRIP_SERVER

Thanks,

Naren

Read only

Former Member
0 Likes
486

Hi,

You can find the Demo program in SE38

Check demo programs

DEMO_DYNPRO_TABLE_CONTROL_1

DEMO_DYNPRO_TABLE_CONTROL_2

Regards

Sudheer

Read only

Former Member
0 Likes
487

Hi Suhash,

For Tab Control.. Two improtant things are

1. Subscreen

2. Tab Button.

If u use only one subscreen for all tab pages and use tab button as other then ' ' (blank) then PAI will get exected if u change the tab page.

and if u provide multiple Subscreens and Button as " " then it will work as a BIG SIngle Paga PAI will not get fired.