Hi Experts,
There is a fucntion which takes a parameter as textobject.
May i know where it is created? I want to pass my own textobject.
I tried to find in so10, se75.
CALL FUNCTION 'LSOF_TEXT_GET'
EXPORTING
textobject = 'LSO_INFO_STATUS'
IMPORTING
textstring = statustext
EXCEPTIONS
OTHERS = 0.
Thanks in advance.