‎2008 Jul 31 6:23 AM
Hi All,
How can i set the Columns and Rows in table control.
Regards
Krishna
‎2008 Jul 31 6:46 AM
Hi,
In Table Controls :
Data is displayed in the form of table.
Table control gives user the feeling of an actual table.
You can scroll through the table vertically as well as horizontally.
You can select rows and columns.
You can resize the with of columns.
You can have separator lines between rows and columns.
Automatic resizing of the table when the user resizes the window.
You can update information in the table control and it can be updated inthe database table by writing code for it.
Tabble contol in screen painter:
Goto Screen Painter .
here we can create table in 2 ways,
with wizard and without wizard.
with wizard it will step by step...
for without wizard (its quite easy)
Click Table control and Drag into ur screen.
then --> click input box and place into to that table control
for two column do this two times.
then for header click the text icon in left side and drag into
correspoding places .. then ur table is ready..
then give names using double clicking the elements.
Check the below link.
http://www.sap-img.com/abap/bdc-example-using-table-control-in-bdc.htm
cheers,
vasavi.v
‎2008 Jul 31 6:27 AM
while creating table at right side of screen the full length popup
screen will be there in that give name of table control and in the
bottom of that screen you will find two check boxes
horizontal rows and colunns, juct select the checkboxes.
refer to the link:
http://www.synactive.com/tutor_e/lessonia05.html
http://www.sapdesignguild.org/resources/MiniSG/3_Managing/3_Table_Control.htm
http://hometown.aol.com/skarkada/sap/table_control/table_control.htm
With luck,
Pritam.
‎2008 Jul 31 6:43 AM
Hi All,
I want to fix the Rows no like 10 at display screen not default length.
Regards
Krishna
‎2008 Jul 31 6:27 AM
Hi,
Refert the below links for table control.
[http://sap.niraj.tripod.com/id29.html|http://sap.niraj.tripod.com/id29.html]
[http://www.sapdevelopment.co.uk/dialog/tabcontrol/tc_basic.htm|http://www.sapdevelopment.co.uk/dialog/tabcontrol/tc_basic.htm]
[http://help.sap.com/saphelp_nw04/helpdata/EN/9f/dbac9f35c111d1829f0000e829fbfe/content.htm|http://help.sap.com/saphelp_nw04/helpdata/EN/9f/dbac9f35c111d1829f0000e829fbfe/content.htm]
Regards,
Boobalan S
‎2008 Jul 31 6:28 AM
Hi
for table control on screen
while creating table at right side of screen full lenth pop
screen u will get that
in that u give name of table control like TABC what ever it
may be
in bottom of that screen u will find ontwo check boxes
horzantal rows and colunns juct select those check boxes
enough.
Regards
Naresh
‎2008 Jul 31 6:40 AM
‎2008 Jul 31 6:46 AM
Hi,
In Table Controls :
Data is displayed in the form of table.
Table control gives user the feeling of an actual table.
You can scroll through the table vertically as well as horizontally.
You can select rows and columns.
You can resize the with of columns.
You can have separator lines between rows and columns.
Automatic resizing of the table when the user resizes the window.
You can update information in the table control and it can be updated inthe database table by writing code for it.
Tabble contol in screen painter:
Goto Screen Painter .
here we can create table in 2 ways,
with wizard and without wizard.
with wizard it will step by step...
for without wizard (its quite easy)
Click Table control and Drag into ur screen.
then --> click input box and place into to that table control
for two column do this two times.
then for header click the text icon in left side and drag into
correspoding places .. then ur table is ready..
then give names using double clicking the elements.
Check the below link.
http://www.sap-img.com/abap/bdc-example-using-table-control-in-bdc.htm
cheers,
vasavi.v