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

regarding Type tabstrip & tableview

Former Member
0 Likes
326

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.

1 REPLY 1
Read only

Former Member
0 Likes
294

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