How to add select options to the selection screen of ME55? - abap

I need to add EBKN-SAKTO as a select option in the selection screen of ME55. Need help doing this.
I tried looking for enhancement spots and screen that exists in the program (RM06BF00) related to the selection screen but couldn't find any.

Related

Replicating this screen

I want to replicate Badoo's interests screen. The highlighting of each element and then being able to see these highlighted elements being remembered and able to be seen on another section of the menu. I've tried before, but in a very inefficient way.
https://youtu.be/X6cwHeb-0lg
Thanks!

Disable UltraGrid splitter effect

I have an UltraWinGrid in my project and I need to stop the user creating a "mirror" split (hard to explain, so image attached)
This was done by clicking and dragging the small rectangle above the scroll bar - is this an extra band being created?
How do I disable the ability to do this?
Thanks to #AndrewMorton in the comments. This is the guide for correcting this issue, should anyone else face this in the future.
1) Go to the form design view and click the "Start" button on the UltraWinGrid
2) Click on "Feature Picker" at the resulting window.
3) Finally, find the "Scrolling" options and expand this, and untick the two CheckBox options under "Scroll Style".
Save the changes and test and you should find that the issue is resolved.

Removing tabs in tabcontrol and using designated buttons to switch between tabs

I'm currently working on an application for Windows, however, I have one small problem: I can't seem to figure this one out...
Is there a way to remove the tab headers from tab control and designate other buttons to switch between tabs? I'm going for a more modern look and the default tabs in tab control are not at all what I'm interested in.
thanks for your answers on this question!
I've just thought of a different method to keep the clean look of my program without having to get too complicated with code.
For anyone wondering about this, you could set different buttons to hide and show different things, for example:
Under homeBtn you could have code that shows the information shown on the page by default, yet at the same time, you could also hide any information from the previous tab.
Thanks, Laugh
You can easily add buttons setting the property SelectedIndex on the tab control to switch the pages. To hide the tab headers, there are some ideas over here.

Fit the bootstrap collapse panel on same line

I am using bootstrap collapse panel and I'm having trouble fitting the panel on the same line as the label.
Basically when there are more than one company, I would like to show it as shown in my example. If there's another way or better way of doing it, please let me know
Here's an example of what is happening
http://www.bootply.com/TliniBg50r
Thank you

SQL Developer tab issue

So dumb question here, but its driving me insane!:
In SQL developer I often accidentally drag and drop opened 'tabs' from time to time and this then adds it to a different part of the screen so you can see multiple tabs open at once. Great if you do it on purpose, not so easy to undo if by accident.
When i try to 'grab' the 'tab' and place it back where it was it doesn't let me and just drops the tab to a different part of the screen and rearranges everything else in the process.
I currently have to close the tab, find whatever i was viewing again, and open it when my other tab list is open. Hopefully that all makes sense :)
So is there not an easy way to just put the tab back in the previous pane?
I've actually had this question for months now, and ironically the same day I posted this question i accidentally stumbled upon the answer. You grab the tab, drag it over the active file in another pane you wish to add it too, and when the full square shows(centered) over the active tab you drop it.
Another way to place all of the tabs back into the same window is to right click on any tab and select the "Collapse Tab Groups" option (see image below). This will put all of the tabs back into the same window.
However if you wish to reorder the tabs within the same window you must use the way that #TheJavaBeast said by dragging it to the center.
Just wanted to add this for more information!