2022 Oct 04 4:34 PM
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!
2022 Oct 05 6:46 AM
try to use class CL_GUI_TEXTEDIT, there are some demo like DEMO_JAVA_SCRIPT_MINI_EDITOR
2022 Oct 05 8:46 AM
LANGTEXT_ONLY is released only for SAP developers.
As far as I know, only CL_GUI_TEXTEDIT is released for clients.