Yet another way to see a method's parameters
Let’s say you want to call a method for which you don’t know the parameters. What do you do?
You used to have to use the “pattern” button. Or open the class in a new window to look at the method’s parameters. But then the ABAP Editor evolved and we got auto-complete which made everything much more easy.
But there is yet another way.