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 problems

Former Member
0 Likes
473

Hi gurus,

As i create a tabtrip demo program in ABAP , my code is as below

PROCESS BEFORE OUTPUT.

  • MODULE STATUS_0101.

*

MODULE SET_PF.

CALL SUBSCREEN SUB1 INCLUDING SY-REPID '102'.

CALL SUBSCREEN SUB2 INCLUDING SY-REPID '103'.

PROCESS AFTER INPUT.

  • MODULE USER_COMMAND_0101.

*CALL SUBSCREEN: SUB1, SUB2.

MODULE USER_COMMAND.

But when i check and active , the following error occured:

"<b>Include block not specified, not defined or spelt incorrectly . . . . ."</b>

What was wrong with my code ? and how can i solve this?

Thanks ..

PS: reward immediately

1 ACCEPTED SOLUTION
Read only

Former Member
2 REPLIES 2
Read only

Former Member
Read only

Former Member
0 Likes
446

hi

First you have to call subscreen in both pbo and pai

second you have to write a statement that goes like

loop at <table name> with control <tab strip name>

line items type table view using screen '<screen no>' ( definition of table control)

Hope this helps

<b>if it helped, you can acknowledge the same by rewarding</b>

regards

dinesh