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

Junk characters displayed in SAP-SCRIPT

Former Member
0 Likes
593

Hi,

I've designed one layout, in which I'm trying to display Amount in words in TURKISH language using FM SPELL_AMOUNT.

e.g. for Amount = 1000, in Turkish language it should be displayed as : BİN.

In debugg mode I'm getting this value. But while displaying it on layout I get junk character as B#N.

What could be the possible solution for this issue?, If it is related to CODEPAGE, where shall I add it?

Thanks & regards,

Amit

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
517

Amit,

don't worry its not an abap issue.

its a printer issue.see in locical destination which printer have you assign?

and contect your basis person he will help you.

Amit.

Hi,

I've designed one layout, in which I'm trying to display Amount in words in TURKISH language using FM SPELL_AMOUNT.

e.g. for Amount = 1000, in Turkish language it should be displayed as : BİN.

In debugg mode I'm getting this value. But while displaying it on layout I get junk character as B#N.

What could be the possible solution for this issue?, If it is related to CODEPAGE, where shall I add it?

Thanks & regards,

Amit

2 REPLIES 2
Read only

ashish_shah
Contributor
0 Likes
517

Hi Amit,

Check the table T015Z, which maintains currency related data in differentlanguages.

check it for turkish language and verify if it is maintained correctly or not.

Ashish

- Ashish Shah
Read only

Former Member
0 Likes
518

Amit,

don't worry its not an abap issue.

its a printer issue.see in locical destination which printer have you assign?

and contect your basis person he will help you.

Amit.