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: 

Replace text symbol in SAP standard text

Former Member
0 Kudos
1,017

Hi,

I'm working on SAP standard text (transaction SO10) with text symbol as &TEXT& and I have to replace all text symbol with corresponding value. First I have used the function READ_TEXT to get the full text and replace all text symbol with relevant value. But this is not a very useful solution. Do anybody know a function which allows reading standard text and replacing text symbol with value?

Thanks in advance for your help.

Regards,

PFO

1 ACCEPTED SOLUTION

Former Member
172

Function STRING_REPLACE or replace abap command

1 REPLY 1

Former Member
173

Function STRING_REPLACE or replace abap command