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

Question about the function module SAVE_TEXT

Former Member
0 Likes
658

Hi experts,

At present I use the function module save_text to save some information to PO header text,I want to save a string which includes two & symbols,but I found the characters that between the two '&' can not export,the SAP system compile them as a paramter name and does not output them.

I want to output all the string, What can I do??Coudl you please give some advice??

Thanks a lot.

best regards,

Villy.Lv

5 REPLIES 5
Read only

Former Member
0 Likes
629

Hi Villy,

Plaese refer this link .This will clarify ur doubts. https://www.sdn.sap.com/irj/scn/advancedsearch?query=save_text+++&cat=sdn_all

Reagards,

Pravin

Read only

Former Member
0 Likes
629

Hi

just try this if it is useful

Just pass & in single quotes and check for usefulness.

Regards

Ramchander Rao.K

Read only

Former Member
0 Likes
629

The single quote will be export also.

Read only

0 Likes
629

<(>... <)> raw character

The characters in-between this character format are output unchanged. This allows you to pass certain character sequences and SAPscript variables to the output. This character format corresponds to the paragraph format 'raw line'.

http://help.sap.com/saphelp_nw04/helpdata/en/d6/0db72b494511d182b70000e829fbfe/frameset.htm

Read only

Former Member
0 Likes
629

Resovled