‎2007 Jun 01 8:47 PM
‎2007 Jun 01 9:03 PM
Hi,
TABLE CONTROL -
http://www.geekinterview.com/Interview-Questions/SAP-R-3
http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbaa4735c111d1829f0000e829fbfe/content.htm
http://www.sapgenie.com/abap/example_code.htm
http://help.sap.com/saphelp_46c/helpdata/en/08/bef2dadb5311d1ad10080009b0fb56/content.htm
http://www.sapgenie.com/links/abap.htm
http://help.sap.com/saphelp_nw04/helpdata/en/c9/5472fc787f11d194c90000e8353423/frameset.htm
Eg of table Control:
http://members.aol.com/_ht_a/skarkada/sap/table_control/
table_control.htm
http://www.sapdesignguild.org/resources/MiniSG/3_Managing/3_Functions_Table_Control.htm
Table control in BDC
http://www.sap-img.com/abap/bdc-example-using-table-control-in-bdc.htm
http://help.sap.com/saphelp_erp2005/helpdata/en/45/adee2396f711d1b46b0000e8a52bed/frameset.htm
Also, a table control wizard in Screen Painter(SE51) exists, which takes you step by step through the Table Control generation and also creates code, so you can start using the Table Control right away.
Reward if helpful.
Laxmi.
‎2007 Jun 01 9:24 PM
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
‎2007 Jun 02 12:44 AM
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
‎2007 Jun 02 4:25 AM
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.
‎2007 Jun 02 4:29 AM
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.