cancel
Showing results for 
Search instead for 
Did you mean: 

problem in script/ response immedtely

Former Member
0 Kudos

Hi experts,

The custom print program printing the billing document.

Layout also custom layout.

In driver program, values coming 188750.00 for one amount filed.( right format).

but i saw 188.750,00 value in script debugg mode( wrong format) & output of the form.

what is problem of this.

please explain clearly.

this is very urgent requirment.

waiting for your valuable responses.

Regards

jai

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

hi,

Check out System->User Profile->Own Data->Default->Decimal Notation.

Change the notation as per your requirement.

You can also check this in table USR03. In this table you will find decimal notation. Decimal notation is configured for each user and can be different for different users. If you cannot change this notation. Then you have to write the data on the script using EDIT MASK.

Hope this helps.

Regards,

Richa

Former Member
0 Kudos

Hi Jai,

Please go through the menu System->User Profiles->User Defaults and change the Decimal Notation.

Hope this helps.

Please reward if useful.

Thanks,

Srinivasa

Ashutosht09
Participant
0 Kudos

188750.00 is the format in which the amount is stored in the database and 188.750,00 is the format coming from System-> User Profile-> Own Data -> Defaults -> Decimal Notation.

The format which you specify over here is the format in which SAP presents amount feilds to you.

if you want to change the manner in which you see the amount feild then u can change the format at the path given above.