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

Tabstrip control

Former Member
0 Likes
415

Hy, all !

I've made a tabstrip control WITHOUT wizard, with 3 pages.

My problem is that for the main screen, 100, I have put the reference field SUB for each pushbutton of the tabstrip, but I don't see any subscreen mentioned in the element list, so my program gives the error : "tab title pushbutton PUSHB1 is not assigned to a subscreen " :(.

Do you have an advice?I don't want to use tabstrip with wizard.

Thanks,

Ariana

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
377

Hi Ariana, Welcome to SDN,

In screen painter you have a component call subscreen, drag and drop that on each page(as u say, it is actually tab) and give a name to the subscreen area, this name you will be using when you use call subscreen syntax in PBO and PAI. Hope your issue is solved.

Cheers...

Santosh.

P.S. Mark usefull answers.

2 REPLIES 2
Read only

Former Member
0 Likes
378

Hi Ariana, Welcome to SDN,

In screen painter you have a component call subscreen, drag and drop that on each page(as u say, it is actually tab) and give a name to the subscreen area, this name you will be using when you use call subscreen syntax in PBO and PAI. Hope your issue is solved.

Cheers...

Santosh.

P.S. Mark usefull answers.

Read only

Former Member
0 Likes
377

PROCESS BEFORE OUTPUT.

MODULE status_0100.

CALL SUBSCREEN sub INCLUDING sy-repid number.

PROCESS AFTER INPUT.

MODULE cancel AT EXIT-COMMAND.

CALL SUBSCREEN sub.

MODULE user_command_0100.