Can i know the difference between Tabstrip and Table control?
Before tht can u plz tell me the different uses of Tabstrip in SAP with a small example if possible..?
And also how many tables @max can be included in a Table Control, this also if posible give me a small simple example..?
Hi,
Table control and Tabstrip are special type of GUI elements, called as Controls. The structure for both these elements are defined in the type-pool CXTAB.
You need to use type-pools cxtab. statement in you program to use them.
And you need to define them using the keywork CONTROLS.
Check these programs in SE38
TabStrips
demo_dynpro_tabstrip_local
demo_dynpro_tabstrip_server
Table Control
demo_dynpro_tabcont_loop
demo_dynpro_tabcont_loop_at
These are the standard SAP examples on table contorls and tab strips.
Check these too.
Table Control
http://help.sap.com/saphelp_nw2004s/helpdata/en/45/adee2396f711d1b46b0000e8a52bed/frameset.htm
Tab Strips
http://help.sap.com/saphelp_nw2004s/helpdata/en/6d/5da5428295c911e10000000a1550b0/frameset.htm
http://help.sap.com/saphelp_nw2004s/helpdata/en/24/23b937ba187121e10000009b38f8cf/frameset.htm
http://help.sap.com/saphelp_nw2004s/helpdata/en/04/10f2469e0811d1b4700000e8a52bed/frameset.htm
[/code]