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

how to call a sapscript text editor from a custom program?

Former Member
0 Likes
1,250

How do we call a sap script text elements screen and use it as a text editor?

4 REPLIES 4
Read only

Former Member
0 Likes
833

Hi,

Take a look at program SAPSCRIPT_DEMO_NOTE_EDITOR. You can also look at the other programs, classes, function modules, etc. in package STXD.

Regards,

Jamie

Read only

0 Likes
833

I am able to generate this type of editor.

What I am looking for is something similar to the text elements screen of SapS cript windows.

Read only

RaymondGiuseppi
Active Contributor
0 Likes
833

Look at this document - [BC - Word-Processing in the SAPscript Editor|http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVSCREDIT/BCSRVSCREDIT.pdf] or make some search for [CL_GUI_SAPSCRIPT_EDITOR|https://www.sdn.sap.com/irj/scn/advancedsearch?query=cl_gui_sapscript_editor&cat=sdn_all]

Regards

Read only

Former Member
0 Likes
833

use EDIT_TEXT with PRINT_TEXT functionality