Dennis Schaaf

Results 7 comments of Dennis Schaaf

> Why do you want to distinguish at all? > > ```abap > class z_static_vs_instance definition > public > final > create public. > > public section. > class-methods static_method....

Just to make it clear: Normally I do not mix static and instance as well, I was just referring to the example. But anyway, I think it's helpful to use...

My 2 cents: When only the superclass is listed, can the consumer really react to the ones he wants to handle spoecifically? This would force the consumer to have a...

At least according to the CVA message I've found no other option but usage of logical files. If LOAD_FILE is really just an "unused" utility method and LOAD imports an...

> Looks good. Can you please create a small test case for https://github.com/abapGit-tests/VIEW_Auth_Group? Thanks 🙏 I'll try to, never did before

I had a look at some of the other tests. In most cases there's only an XML inside. Is this what you want me to provide including the authorisazion group...