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: 

text symbols

Former Member
0 Kudos

hi friends ,

can we change the content in the text symbols dynamically.is there any FM.because i want edit the standard text symbol.

8 REPLIES 8

Former Member
0 Kudos

Hi,

Just try out this function module..

TEXT_SYMBOL_REPLACE

Regards

Kiran

Former Member
0 Kudos

Hi

You can try:

TEXT_SYMBOL_REPLACE: Replace symbol with value

TEXT_SYMBOL_SETVALUE: Set value of a symbol

Instead of using text symbols ( Text-001) you can also use T001 and then you can assign values to it.

These can be used in place of text symbols.

Hope this helps

Regards,

Jayanthi.K

Former Member
0 Kudos

hi bro...

you canot edit test symbols dynamically.....

but for once time you can do each every time using TEXT_SYMBOL_REPLACE

BUT THE VALUE OF THE TEXT SYMBOL THAT WAS GIVEN STATICALLY WILL REMAIN

REGARDS

Edited by: Mohit Kumar on Feb 9, 2009 5:12 AM

0 Kudos

hi all

how can i replace using this FM .I want to replace in a standard report.what parameters i have to fill here.

Former Member
0 Kudos

Hi Sudheer...

try with some standard report like RHPMDYNMASS.

otherwise se37 -> give FM name -> where used list. Here u will get some programs. Analyse that programs. U will find some info about how to use this FM.

Regards,

KP.

0 Kudos

hi this fm is used in scripts to replace the text symbols,but i want to edit the text symbols which are in text elements in report.iam searching for fms and methods . these elements are available in textpool of any report.

0 Kudos

Hi

Check out the following link for TEXT_SYMBOL_REPLACE:

http://help.sap.com/saphelp_40b/helpdata/en/d6/0db9cc494511d182b70000e829fbfe/content.htm

Use the function module TEXT_SYMBOL_SETVALUE to assign a value to a SAPscript symbol. However, you can change only the values of text symbols. System symbols, standard symbols, and program symbols cannot receive new values.

http://help.sap.com/saphelp_nw70/helpdata/en/d6/0db9d9494511d182b70000e829fbfe/content.htm

Hope this helps

Regards,

Jayanthi.K

0 Kudos

hi jayanthi thanks for ur reply ,

i have the requirement in standard sap program. not for script,i have aome content in text-14 like .

i want to change the value of text-14 between a few lines of the code and i will fill with initial values.

thanku ,