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

bapi for text editor

Former Member
0 Likes
719

hi all!

I need function module/report for displaying two text editor at a time(no need class only fm,bapi,report)

I searched in sdn but i got only displaying one tex editor.

If any one knows please let me know.

Thanks in advance.

raj

5 REPLIES 5
Read only

Former Member
0 Likes
621

Have you tried looking into how the Split screen ABAP editor works?

Regards,

Arthur

Read only

Former Member
0 Likes
621

hi,

Spilt the container and display the editor in eac container uisng the classes cl_gui_textedit.

Refer to the Demo SAPSCRIPT_DEMO_NOTE_EDITOR

Read only

Former Member
0 Likes
621

no i dont want split the screen

Read only

0 Likes
621

Hi,

then as of my knowledge it is impossible.

Read only

Former Member
0 Likes
621

thank to all for reply >>

We can use it on class only