2007 May 23 8:47 AM
Hi
I found like this
concatenate 'abc'(t1) 'def'(t2) into some variable..
t1is text element also has abc and t2 has def.
why he is using both?
can we remove 'abc' and 'def' and use only text elements?
Thanks
2007 May 23 8:54 AM
Hi RK,
The significance of addressing text symbols as '<textliteral>'(<idt>) is
if the text symbol <idt> exists in the text pool for the logon language, this is the same as using 'TEXT-<idt>'. Otherwise, the literal '<textliteral>' is used as the contents of the text symbol.
Award points if found useful.
Regards
Indrajit
Hi
I found like this
concatenate 'abc'(t1) 'def'(t2) into some variable..
t1is text element also has abc and t2 has def.
why he is using both?
can we remove 'abc' and 'def' and use only text elements?
Thanks
2007 May 23 8:49 AM
Hi
You can use
concatenate TXT-t1 TXt-t2 into v_str.
instead of the
concatenate 'abc'(t1) 'def'(t2) into some variable.
Reward points if useful
Regards
Anji
2007 May 23 8:49 AM
hi,
ss u can remove anyone , if abc & txt1 are the same
With Regards,
S.Barani
2007 May 23 8:54 AM
Hi RK,
The significance of addressing text symbols as '<textliteral>'(<idt>) is
if the text symbol <idt> exists in the text pool for the logon language, this is the same as using 'TEXT-<idt>'. Otherwise, the literal '<textliteral>' is used as the contents of the text symbol.
Award points if found useful.
Regards
Indrajit
2007 May 23 8:57 AM
Hi,
remove t1 and t2...
concatenate 'abc' 'def' into some variable
Regards,
Nagaraj
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |