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

Table Control

Former Member
0 Likes
592

What is Table control.

5 REPLIES 5
Read only

Former Member
0 Likes
534

Hi,

TABLE CONTROL provides the option to enter mulitple entries at the same time..

It is like a Grid in VB..Or kind of excel sheet..

Thanks,

Naren

Read only

Former Member
0 Likes
534

The simple example for table control,

in sales order,it may contain more than one material,if you have more than one material ,how do you display?

We have to use table control,it will have number of columns and number of rows.

Try to create on tabel control with using ABAPDOCU Transaction->complex screen.

Note : when you define table control,you should use loop endloop both in PBO and PAI.

Thanks

Seshu

Read only

Former Member
0 Likes
534

Hi Alexander,

Table Control is used in Module Pool Programming.

Table Control is used to display data of any internal table of ur program or the data from dictionary table directly ino a table format.

Using table control with the help of screen painter, data can be easily displayed.

It can be created manually through coding or using Table Control Wizard given in the screen painter.

Thanks,

Reward If Helpful.

Read only

Former Member
0 Likes
534

Hi,

<b>Definition</b>

A table control is an area on the screen in which you can display data in tabular form. You process it using a loop. Table controls are comparable to step loop tables. While a table control consists of a single definition row, step loop blocks may extend over more than one row. Table controls are more flexible than step loops, and are intended to replace them.

<b>Use</b>

Table controls allow you to enter, display, and modify tabular data easily on the screen.

They provide the following functions:

  • On definition:

  • Fixed columns

  • Column headers

  • At runtime:

  • Vertical and horizontal scrolling.

  • Modifiable column width.

  • Row and column selection.

  • Movable columns

  • Settings can be saved.

Regards,

Padmam.