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

Multiple table controls

Former Member
0 Likes
262

Hi,

I need to design multiple table controls in a screen and they should be expandable and collapsable .....any inputs ?

some thing like

me22n screen -


where the table control for items there is expandable and collapsable....I need threesuch table controls on my screen......any inputs are highly appreciated

1 REPLY 1
Read only

Former Member
0 Likes
240

Hi.,

check these links, it may be helpful to u.

this link contains information about :

1)Table Controls in ABAP Programs

2)Looping Through an Internal Table

3)Table Controls: Examples with Scrolling

http://help.sap.com/saphelp_47x200/helpdata/en/9f/dbac1d35c111d1829f0000e829fbfe/frameset.htm

Instead of using table control, use table control wizard...... very easy to populate the table.... bcoz it will automatically ask everything during its creation...ie from which database table , internal table and which all fields u want to select in the table control etc..

This wizard allows you to create a working table control quickly and easily. It also lets you generate certain standard table maintenance functions.

check this link....

http://help.sap.com/saphelp_47x200/helpdata/en/6d/150d67da1011d3963800a0c94260a5/frameset.htm

Reward Points if found helpfull..

Cheers,

Chandra Sekhar.