‎2016 Jan 22 2:31 AM
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.
‎2016 Jan 22 7:17 AM
‎2016 Jan 22 7:50 AM
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
‎2016 Jan 24 10:57 PM
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.
‎2016 Jan 22 11:06 AM
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
‎2021 Aug 14 12:21 AM