‎2007 Jun 21 6:42 AM
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.
‎2007 Jun 21 6:48 AM
Hi,
You can use SE75 to define your own text object..
Thanks
naren
‎2007 Jun 21 6:45 AM
Hi,
try copying the function module 'LSOF_TEXT_GET' with <z name> in SE37(Function Builder)
Then try to pass ur own object in the same z function module..
think it shud b helpful.
*****Reward points if so.
All the best
‎2007 Jun 21 6:48 AM
My Question is where to define your own customized text object.
Any help?
‎2007 Jun 21 6:58 AM
u can find it in table STXH...when u browse the table just give the object name n u'll find ur stnd text...like if have created po text...give po number
‎2007 Jun 21 6:48 AM
Hi,
You can use SE75 to define your own text object..
Thanks
naren
‎2007 Jun 21 7:00 AM
Hi,
I know you will get in text table but how to create that text is the question!
I tried to give the text 'LSO_INFO_STATUS' in SO10. But i couldnt find it.
Any inputs?
‎2008 Jan 10 2:26 PM
Hi,
Did You solve the issue? Im looking for a way to create new text objects as well.
Regards,
Hubert