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

hiding a tab control

Former Member
0 Likes
501

hi all,

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

thank you.

hi all,

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

thank you.

2 REPLIES 2
Read only

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
0 Likes
475

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

Read only

Former Member
0 Likes
475

pbo.

loop at screen.

invisiable

endloop.