Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Abap Editor in Subscreen

Former Member
0 Likes
450

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
403

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

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

1 REPLY 1
Read only

Former Member
0 Likes
404

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