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: 

Function module to display the long text

Raxph
Participant
0 Kudos
484

Hi all,

I am trying to use the function module LANGTEXT_ONLY in order to display the long text editor, however, I have been having an issue with it. The object_nr field that this function module has, it requires 30 characters, while the object_nr that I am using is 32 characters.

Can anyone help me with another function module that has the functionality to display the long text in the screen?

Thanks in advance!

2 REPLIES 2

FredericGirod
Active Contributor
409

try to use class CL_GUI_TEXTEDIT, there are some demo like DEMO_JAVA_SCRIPT_MINI_EDITOR

Sandra_Rossi
Active Contributor
0 Kudos
409

LANGTEXT_ONLY is released only for SAP developers.

As far as I know, only CL_GUI_TEXTEDIT is released for clients.