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

module pool - table control

Former Member
0 Likes
502

hai all,

in module pool .

In the screen if i am placing table control

i am getting horizantal table ie... name1 name2 name3...

but my reqirement is the table control has to create like

name1

name2

name3.

is there any option in table control properties?

plsss. urjent

Thanks,

laxmi

3 REPLIES 3
Read only

gopi_narendra
Active Contributor
0 Likes
477

No, there is no property as such for the table control.

Regards

Gopi

Read only

Former Member
0 Likes
477

Hi,

You will have to Step Loops for this requirement. Step Loops should be created specifically for this requirement only.

regards,

Mahesh

Read only

Former Member
0 Likes
477

i think you cannot do like that but if in your int table you are storing data like that you can do the things

supoose your itab contains

name age

name1 22

name2 35

name3 45

regards

shiba dutta