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

dynamic display on selection screen

Former Member
0 Likes
371

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.

2 REPLIES 2
Read only

Former Member
0 Likes
341

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

Read only

former_member673464
Active Contributor
0 Likes
341

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