PCF

Results 3 comments of PCF

You can also set editor lock for single methods. I don't know how you get the include name (`dy_0203-incname`), but this is the logic to set the lock: ```abap select...

@larshp in SE80: select the method in the class builder and click on the details button. There you can set the lock

@larshp your example is not valid: ```abap foo = 'moo' && ' bar'. ``` will result in `moo bar`. Only trailing spaces are trimmed. So these cases are all the...