Application Development 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: 

To read a SO10 Standard text

Former Member
0 Kudos

Hi,

I have created an SO10 Standard text (ZTEXT), now from a report program i have to Read it's text and use further.

How can I read an SO10 Text from a report Program?

Pls provide some sample code.

Thanks in advance,

Pankaj.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

For one you can use the include statement to include the standard text in your code.

But the best way is to use the FM

READ_TEXT.

Regards,

Pramod

9 REPLIES 9

GauthamV
Active Contributor
0 Kudos

hi,

SEARCH in SCN by giving standard text you will get lot of posts.

For most of the posts you can see 'READ_TEXT' function module as result.

Former Member
0 Kudos

Hi,

For one you can use the include statement to include the standard text in your code.

But the best way is to use the FM

READ_TEXT.

Regards,

Pramod

Former Member

Hi

Open the standard text, double click on the text.

GO TO->Header

Note down : TDOBJECT,TDNAME,TDID and use READ_TEXT

function module to read the text

Regards

Madhan

0 Kudos

THQ SO MUCH

Former Member
0 Kudos

Use function module READ_TEXT

And Pass the OBJECT & ID & name & language Fied

Regards,

alpesh

Former Member
0 Kudos

Use the FM : READ_TEXT for text reading.

Use the FM : SAVE_TEXT

Former Member
0 Kudos

Thanks a lot!

0 Kudos

To whom?

please close your thread without showing any consolations(Thanks a lot!) towards people if you don't want to assign the poitns.These points are not giving us food but surly these would be enough feed for needed person.

just read below link carefully specially step 4

[Forum Rules of Engagement|https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/rulesofEngagement]

0 Kudos

Amit,

I wrote Thanks to all the users who had given there time in order to answer my query.

And for your information I have already given Points to the people who have given me a helpful answer.