Hi All,
I am using BTE 1040 for email dunning. In this BTE, I have called my custom FM in which I have written a code such that an editor comes up with the predifined message which we can edit it after dispaying.
For example, my text is as below.
test1
test2
test3
&gv_sender_name&
test4.
Now in the above predefined message I have a text symbol &gv_sender_name& which holds the value. I have filled the baove text symbol with value.
But the when editor comes up with that above message, the same text is printed. The value in the text symbol is not printed. I have defined the variable gv_sender name in my custom fm and also in BTE. But still it didnot work.
I should the get the text as test1
test2
test3
xyz
test4
The above predefined text is created in Text module.
Can anyone help me out how to print the value of text symbol.?
Points rewarded for helpful answers...!!
Thanks and Regards,
Karthik Ganti.