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

read_text function module

Former Member
0 Likes
835

Hi,

Original sales text is as follows :(Transaction VA03)

SAMPLE SALES ORDER TEXT-1 This is a test material sales text entry....

& The maximum length of each line is 45 charac

ters. &&&

but when I am retriving the above text using function module READ_TEXT

Parameters passed in function module(just for help)

CLIENT 201

ID 0001

LANGUAGE EN

NAME 10-11-420 S10001

OBJECT MVKE

it is coming like this :

SAMPLE SALES ORDER TEXT-1 This is a test material sales text entry....

<(>&<)> The maximum length of each line is 45 charac

ters.<(>&<)><(>&<)><(>&<)>

Note ==>where ever '&' ambersand has been used it is been

displayed with some other special characters. e.g <(>&<)>

why is it like this.

Thanks

5 REPLIES 5
Read only

Former Member
0 Likes
642

t

Read only

Former Member
0 Likes
642

Hi,

I am facing same problem.

Did you get the answer to your query??

Please suggest if yours is solved.

Thanks

Read only

0 Likes
642

I am also facing tha same problem . Kindly let me know if there is any fix.

Thanks.

Regards,

Magesh.

Read only

Former Member
0 Likes
642

go to SE37 and test run READ_TEXT with your parameters. get back with the results

Read only

Former Member
0 Likes
642

As mentioned here, these characters are automatically and invisibly inserted by the "new" SAP Script editor. To remove them you'll have to change editors. Do this via "Go" in the menu, option "Other editor".