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

Bdc table control

Former Member
0 Likes
484

hi

how to delete a field in table control for Bdc.

regards

ratna

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
453

YOu can delete only rows but not fields in table controls.

You can select the line you want to delete and click on the '-' button that is usually there just above the table control(just beside the '+' add lines button). You can record the whole process and create a bdc out of it.

Regards,

ravi

4 REPLIES 4
Read only

Former Member
0 Likes
454

YOu can delete only rows but not fields in table controls.

You can select the line you want to delete and click on the '-' button that is usually there just above the table control(just beside the '+' add lines button). You can record the whole process and create a bdc out of it.

Regards,

ravi

Read only

Former Member
0 Likes
453

u mean to say to delete the field or column from TC in BDC....

U need to write code in BDC for deletion of the field in TC.

Read only

0 Likes
453

how to delete one row in table control?

how to delete one field TC?

regards

ratna

Read only

Former Member
0 Likes
453

Have you tried passing blanks to the field?

Rob