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

STD TEXT

Former Member
0 Likes
588

Hi All,

I have created STD TEXT using SO10. Can you please tell me how do I can read this in Program.

I know we can use READ_TEXT but is there any other alternative. As I do not have OBJECT NAME for this STD Text.

<REMOVED BY MODERATOR>

Regards

Ramesh

Edited by: Alvaro Tejada Galindo on Feb 27, 2008 4:09 PM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
533

Hi,

For any standard text if you want to find its object id , object language then go to SO10 enter the name of standard text and click on display or change.

In GOTO -> HEADER.

You will find all the details there.

You can also use select_text function module.

Thanks,

Shravan.

4 REPLIES 4
Read only

Former Member
0 Likes
533

Hi Ramesh,

I doubt that you are able to create a text without a name in transaction SO10. But in the program you can select the data required from table STXH by using the other parameters and call the function module READ_TEXT with this data!

As far as I know, there is no alternative to the READ_TEXT that doesn´t need the name of the text.

Read only

Former Member
0 Likes
533

Hi,

If you have created that text is SO10 as standard text

use TEXT as object to read the text using FM READ_TEXT

Regards,

Himanshu

Read only

Former Member
0 Likes
534

Hi,

For any standard text if you want to find its object id , object language then go to SO10 enter the name of standard text and click on display or change.

In GOTO -> HEADER.

You will find all the details there.

You can also use select_text function module.

Thanks,

Shravan.

Read only

Former Member
0 Likes
533

Thansk a lot Guys!! It worked now!!