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

Text Editor Error 'CSapEditorCtrl::GetObject: Object 15 does not exist'

64,737

After upgrading to GUI 740 I ran into this error when editing text in SO10. Numerous web and SAP notes suggest the re-installing the SAP legacy editor that is no longer part of the SAP GUI but Note 1907484 suggests using report RSCPSETEDITOR to force the setting of MS Word as the default editor. This which solved the issue for me. Also see Note 742662 which mentions using report RSCPINST to do the same thing.

2 REPLIES 2
Read only

Former Member
0 Kudos
14,397

Hi Niall,

This can be solved with this note 2221815 - SAPscript Legacy Text Editor controls are not packed in SAP Windows GUI Installation.

In resume you need to download 'SAPSCRIPT LEGACY TEXT EDITOR' from SAP Software Download Center and install it.

Best Regards,

RNatu

Read only

0 Kudos
14,397

Thanks Raul,

I have seen the legacy editor solution but I want to move forward with what the SAP GUI is proposing by omitting it in the original package. The error is caused because the legacy sapedit editor is being referenced. Setting the default editor to MS Word negates the reference and hence the error.