‎2008 Dec 26 5:55 AM
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
‎2008 Dec 26 6:00 AM
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
‎2008 Dec 26 6:04 AM
Hi
just try this if it is useful
Just pass & in single quotes and check for usefulness.
Regards
Ramchander Rao.K
‎2008 Dec 26 1:51 PM
‎2008 Dec 26 2:31 PM
<(>... <)> 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
‎2008 Dec 26 2:32 PM