‎2013 Oct 30 10:00 AM
Dear all,
Text field value showing # symbol in the output ,, i have debugged the smartforms but # symbol is not in the table '%text' but out put its coming ..
I have 3 line items in the internal table , first line showing correct , but second and third rows shows with # symbol .
Ex print preview
material no description qty
12356 bolt 100
55677 screw for 110cm############# 5
44566 8mm bolt with 120mm scrw##### 8
#######
How to rectify this ,,
Thanks
‎2013 Oct 30 10:10 AM
Not sure, but try increasing the length of field description in Smartform my solve the issue.
Cheers!
Abhinab
‎2013 Oct 30 10:10 AM
Hi,
A couple of questions for clarification.
Is the sequence of lines relevant? Is the first line always clean and the remainder hashed? Or if material 55677 moved to the first line would it be clean?
What is the source of this data? Was it manually entered or migrated from an external system?
My guess (hence the questions) is that this is migrated data that contains non-asci characters in the text.
Regards,
Nick
‎2013 Oct 30 10:19 AM
Thanks for ur reply nick,
I havenot tried by shuffling rows , this is print preview for reservation number , Data's fetched from RESB and descriptions from makt.
‎2013 Oct 30 10:16 AM
Also please check the char and paragraph format for the description field
‎2013 Oct 30 10:18 AM
Hi,
in 55677,44566 material description some special char. is add than can not convert in EN language.
‎2013 Oct 30 10:39 AM
Karthik m,
Please check your driver program do you what in the itab when it is coming from the driver programe? if it exist there and you are using at end of oar at new statement then use another structure before that and move all the character values thorugh that structure to your final Itab.
regards,