‎2007 Jul 25 4:08 AM
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
‎2007 Jul 25 5:45 AM
Hi,
Check this,
http://help.sap.com/saphelp_nw2004s/helpdata/en/04/10f2469e0811d1b4700000e8a52bed/content.htm
Reward if useful!
‎2007 Jul 25 5:45 AM
Hi,
Check this,
http://help.sap.com/saphelp_nw2004s/helpdata/en/04/10f2469e0811d1b4700000e8a52bed/content.htm
Reward if useful!
‎2007 Jul 25 6:00 AM
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