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
655

Hi All,

How can i set the Columns and Rows in table control.

Regards

Krishna

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
632

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

6 REPLIES 6
Read only

Former Member
0 Likes
632

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.

Read only

0 Likes
632

Hi All,

I want to fix the Rows no like 10 at display screen not default length.

Regards

Krishna

Read only

Former Member
0 Likes
632

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

Read only

former_member206439
Contributor
0 Likes
632

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

Read only

Former Member
0 Likes
633

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