Application Development 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: 

hiding a tab control

Former Member
0 Kudos

hi all,

pls! help me how i hide a tab control on selection screen.

thank you.

2 REPLIES 2

0 Kudos

hI,

I dont think there is a way to hide the Tab control in selection screen.

I think you have to copy that program and then comment out that peice of code.

Check in debug mode if ther is any screen-field that gets created so that you can use LOOP AT SCREEN to hide this.

If that Tab control is in a block then check the program in SE80 and there you can click on the selection screen 1000 and goto Element list there you can check the block which contains the tab control. This will be generally marked as BOX.

SO try and hide that BOX using SCREEN strcutre.

Regards,

Sesh

Former Member
0 Kudos

pbo.

loop at screen.

invisiable

endloop.