‎2019 Oct 21 1:38 PM
This seems wrong:
I'm using the "create local interface"-quick fix:

It does create the wanted code, but at a very strange position:

-> code is create right in between the "IMPL" and "MENTATION" , smash face into the Statement:
class lcl_report IMPLEMENTATION
...this results in some Syntax-Errors.
...it should be created e.g. at the start of the source file, I guess. ?!
‎2019 Oct 21 1:43 PM
Also, next I created a Class, again via quick fix: it ended up right after the CL of "CLASS"?!

‎2019 Oct 21 1:46 PM
Sidenote: I was going to write between "CL and $restOfTheWord " , kind of expecting it getting censored - but it was that nothing happen after hitting the submit button (no message about "using bad words" ) or anything, just the comment not beeing posted.
‎2019 Oct 22 2:13 PM
I don't know the answer, but please may I ask a question? Why you are using INCLUDES?
(and maybe not only me but also the quickfix has problems with INCLUDES)
‎2019 Oct 23 12:33 AM
Please try this in a "real" development / class. Then it should and will work. - An local interface in a include does not make sense from my perspective.
‎2019 Oct 23 7:55 AM
I used to put classes local to a report program into separate includes for organisation purposes. But with ADT outline, I find it better to not.
‎2019 Nov 26 8:29 AM
Hi Joachim,
even if it might not be a typical use case, it should still generate valid code. Could you please open a ticket to get this fixed?
Regards,
Michael