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

Script

Former Member
0 Likes
548

i am using the same output type and layout to print the billing document.

My issue is For india the amount is displaying properly(EX : 29,140.00)

for foreing currency it is diaplay 46,47 instead of 46.47

Anyone pls help me out

1 ACCEPTED SOLUTION
Read only

former_member210123
Active Participant
0 Likes
519

Goto SAP Easy Access screen that u get after logging in.Then System->User Profile-> Own Data. Goto Defaults and change the Decimal Notation.

5 REPLIES 5
Read only

former_member210123
Active Participant
0 Likes
520

Goto SAP Easy Access screen that u get after logging in.Then System->User Profile-> Own Data. Goto Defaults and change the Decimal Notation.

Read only

0 Likes
519

Or you must be sending the country in Ouptut_options. which is doing this conversion.

Read only

0 Likes
519

Hi

they already coded the SET COUNTRY

IF I_ITCPP-TDSPOOLID NE SPACE.

PERFORM PROTOCOL_UPDATE_SPOOL USING '342' I_ITCPP-TDSPOOLID

SPACE SPACE SPACE.

ENDIF.

SET COUNTRY SPACE.

Read only

Former Member
0 Likes
519

Use the set country option.

SET COUNTRY country_key

Read only

Former Member