‎2006 Nov 08 12:48 PM
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
‎2006 Nov 08 12:53 PM
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.
‎2006 Nov 08 12:53 PM
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.
‎2006 Nov 08 12:53 PM
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.