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

CALLING TEXT EDITOR INTO TABSTRIP.

Former Member
0 Likes
777

Hello Friends,

I want to call text editor in tabstrip. I call the standard editor in my zprog. Using EDITOR-CALL FOR T2 TITLE 'PARA3'. Code but when this code is run it calls the editor in full screen.

Is it possible that I can call the editor in specific tabstrip area?

regd

Kaustubh.

Hello Friends,

I want to call text editor in tabstrip. I call the standard editor in my zprog. Using EDITOR-CALL FOR T2 TITLE 'PARA3'. Code but when this code is run it calls the editor in full screen.

Is it possible that I can call the editor in specific tabstrip area?

regd

Kaustubh.

4 REPLIES 4
Read only

Former Member
0 Likes
691

You have to use ABAP class CL_GUI_TEXT_EDITOR for it.

In your tabscrip subscreen create a custom container and within this custom container call the object of the text editor class.

Read only

Former Member
0 Likes
691

The class name is CL_GUI_TEXTEDIT.

Read only

Former Member
0 Likes
691

Refer the standard SAP demo programs SAPTEXTEDIT_DEMO_1 and SAPTEXTEDIT_DEMO_3

Read only

gopi_narendra
Active Contributor
0 Likes
691

u can even use the function moduels EDIT_TEXT & SAVE_TEXT.

Regards

- Gopi