‎2007 Jan 05 11:00 AM
while creating tabstrip we used to write syntax.
<b>controls mytab type tabstrip.</b>
for table control we used to write.
<b>controls tbctrl type tableview using screen <screen num></b>
I know that tabstrip is a structure and checked in SE11 as a datatype
But when i tried for tableview i m not getting its structure.
May i know the reason & where can i see its structure.
Its a sap standard datatype.Why can't i see its structure.
Thanks in advance.
‎2007 Jan 05 11:33 AM
Hi kalpana,
CONTROLS <ctrl> TYPE TABLEVIEW USING SCREEN <scr>.
where <ctrl> is the name of the table control on a screen in the ABAP program. The control allows the ABAP program to read the attributes of the table control and to influence the control. The statement also declares a deep structure of name <ctl>.<b>The data type of the structure corresponds to the type CXTAB_CONTROL defined in the type group CXTAB in the ABAP Dictionary.</b>
select ulitilities - > other dictionary objects in se11
enter type group ( CXTAB )
click display button.
http://help.sap.com/saphelp_sm32/helpdata/en/9f/dbac9f35c111d1829f0000e829fbfe/content.htm
http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb3138358411d1829f0000e829fbfe/content.htm