2012 Jul 26 8:09 AM
Hi all,
I want an abap editor to be displayed in a subscreen.I used the statement Editor-Call but it is displaying it in full screen.
The reason i want this is that i have a requirement where in user can write high level code using Abap elements like IF ,CASE etc,
If this is done in abap editor the checks would be performed and the look would be nice as the indentations and collapse, expand of a block would work.
Any help on this?
Regards,
Dushyanth Reddy K
2012 Jul 26 8:37 AM
I don't think you can do that in a Sub-screen.
You can use a Text editor and use inbuilt commands like SYNTAX-CHECK for checking the errors.
Also, you can use FM PRETTY_PRINTER for formatting the commands.
Thanks,
Shambu
2012 Jul 26 8:37 AM
I don't think you can do that in a Sub-screen.
You can use a Text editor and use inbuilt commands like SYNTAX-CHECK for checking the errors.
Also, you can use FM PRETTY_PRINTER for formatting the commands.
Thanks,
Shambu
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |