‎2007 Feb 09 8:05 AM
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
‎2007 Feb 09 8:14 AM
No, there is no property as such for the table control.
Regards
Gopi
‎2007 Feb 09 8:19 AM
Hi,
You will have to Step Loops for this requirement. Step Loops should be created specifically for this requirement only.
regards,
Mahesh
‎2007 Feb 09 8:20 AM
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