‎2008 Mar 05 10:13 AM
Hi,
This is quite strange. Maybe you can shed some light on this problem.
We have a smartform, that outputs purchase order header text.
It prints everything OK, but "<" and "&" characters are printed as "<(><<)>" and "<(>&<)>"
After doing some debugging I found that when SAP reads STXL table:
import tline to rt_lines
from database stxl(tx)
client rt_client
id stxl_id
IGNORING CONVERSION ERRORS.
and returns
1 * <(>&<)>
2 * <(><<)>
3 *
to gt_lines itab even though header text contains
&
<
This doesn't happen to any other characters. Not even with ">"
Any ideas?
PS: We are on 700 version
‎2008 Mar 06 10:40 AM
pass the parameters
TD ID
TD OBJECT
TD NAME
TD SPRAS properly
Reward if useful
‎2008 Mar 06 10:42 AM
pass the parameters
TD ID
TD OBJECT
TD NAME
TD SPRAS = "EN' properly make sure the LANGUAGE
It is happening due to improper language parameter
Reward if useful