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

Standard text

Former Member
0 Likes
788

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
761

Hi,

You can use SE75 to define your own text object..

Thanks

naren

6 REPLIES 6
Read only

Former Member
0 Likes
761

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

Read only

Former Member
0 Likes
761

My Question is where to define your own customized text object.

Any help?

Read only

0 Likes
761

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

Read only

Former Member
0 Likes
762

Hi,

You can use SE75 to define your own text object..

Thanks

naren

Read only

Former Member
0 Likes
761

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?

Read only

0 Likes
761

Hi,

Did You solve the issue? Im looking for a way to create new text objects as well.

Regards,

Hubert