What is the difference between Table control and custom control?

Questions by b_kamepalli

Showing Answers 1 - 3 of 3 Answers

table control is just mechanism of using and displaying table data on a screen. it has some restrictions like you can't make one colomn editable and other not-editable. with table control we work on the application server. it doen't interact with the events like double click on a row and it will not produce any further lists.
custom control is an area on the screen where we embedd controls we edit the fields locally on a presentation server. its used in ALVs.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions