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 Net value display - possible formats

Former Member
0 Likes
726

I have maintained the net value in the table as 10,000.00 .the value is coming fine in print program but in the script it is printing as 10.000,00. I had used Function Module CURRENCY_AMOUNT_SAP_TO_DISPLAY also but not able to get the correct format. Is there any formatting option in script to change the amount format.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
680

in the transction Code SU01 , in tab strip Default there is field

change <b>decimal notation</b> as you want .

<b>example : 1,000,000.00 , 1.000.000.,00 etc</b>

Girish

5 REPLIES 5
Read only

Former Member
0 Likes
680

Can you see User profile in SU01 Transaction,what are the default values you are maintaining..

Reward Points if it is helpful

Thanks

Seshu

Read only

0 Likes
680

Hi SESHU,

SU01 tcode.. is used for only single user only..

i have print prg access..so can u explain what i want to do??

regards,

vijay.

Read only

Former Member
0 Likes
680
Read only

Former Member
0 Likes
680

in program delcate the varialble

DATA : NETTS LIKE REGUD-NETTS .

NETTS = BSEG-WRBTR or else itab-amount field

or else in the declaration itself make amount like REDUD-NETTS

so that need not to have any function module .

girish

Read only

Former Member
0 Likes
681

in the transction Code SU01 , in tab strip Default there is field

change <b>decimal notation</b> as you want .

<b>example : 1,000,000.00 , 1.000.000.,00 etc</b>

Girish