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

Error opening text editor

0 Likes
11,873

Hi Guys,

We have a custom application where text editor is used on screen to update some long text.

Recently we upgraded to GUI 7.4 and it supports MS-Word as editor for text.

In this custom program Class CL_GUI_SAPSCRIPT_EDITOR is used to read and write the text, which results in error "CSAPEditorCtrl::GetObject: Object 13 does not exist" .

Please guide me which class should I use.

5 REPLIES 5
Read only

Sreenith
Participant
0 Likes
3,509

Please contact BASIS

Read only

RaymondGiuseppi
Active Contributor
3,509

Was it SAP GUI 7.40 Patch 5, did you look for OSS notes ?

If yes and no , Look (or ask basis to) at  2221815 - SAPscript Legacy Text Editor controls are not packed in SAP Windows GUI Installation for a compementary download and installation.

Regards,

Raymond

Read only

0 Likes
3,509

Hi Raymond,

yes it is SAP GUI 7.4 and patch 5. We have already configured MS-Word as default editor.

All the standard transactions are working fine where long text can be seen.

However this custom development not working for this.

Thanks guys for your suggestions & help.

I have resolved it using Class CL_GUI_TEXTEDIT.

Read only

Former Member
3,509

Hello,

You can use the program RSCPSETEDITOR to configure word as your default editor (note 742662).

Or you can download a patch for your sapgui to re install the sap editor note : 2192210

Regards

Thierry

Read only

0 Likes
3,509

Thanks!!!!