Application Development and Automation 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: 
Read only

Text field problem in smartforms

former_member211992
Active Participant
0 Likes
896

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

6 REPLIES 6
Read only

Former Member
0 Likes
822

Not sure, but try increasing the length of field description in Smartform my solve the issue.

Cheers!

Abhinab

Read only

Former Member
0 Likes
822

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

Read only

0 Likes
822

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. 

Read only

Former Member
0 Likes
822

Also please check the char and paragraph format for the description field

Read only

Former Member
0 Likes
822

Hi,

in 55677,44566 material description some special char.  is add than can not convert in EN language.

Read only

Former Member
0 Likes
822

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,