‎2007 Apr 04 6:32 AM
Hi All,
I have a tabbed block on the selection screen and need to display fields from an internal table dynamically using a step loop.
What I have done is, fill the Internal table in PBO of the 1st tab screen ie 100 screen, then initiated a loop for this internal table and inside the loop called a step loop for display of these fields.
But not able to display. Also in initialization, i have initiazed mytab-dynnr = 100.
Thanks.
‎2007 Apr 04 6:38 AM
hi kiret
u can create a table contro using a table control wizard
instead of steps loops use table control it has may advantages than step loops
regards
navjot
Message was edited by:
navjot sharma
‎2007 Apr 04 6:44 AM
hi,
In pbo modules declare tabstrip-activetab = function code of the tab where tabstrip is the tabstrip in the screen .Declare area of the screen as area1. CALL SUBSCREEN: area1 INCLUDING SY-REPID '0100'.For table control you can use loop with control statements to display fields of a table.
Message was edited by:
veereshbabu ponnada