cancel
Showing results for 
Search instead for 
Did you mean: 

Auropean format instead American format is being printed in some items

marcoantonio_romerosanche
Active Participant
0 Kudos

Hello,

I have the following problem, the Schedule agreement in some of the items the format of the quantity and the date is showed as European format, that is incorrect because checking the data master, the Vendor partners OA and VN both are defined as languaje EN, the Schedule agreement language is EN, the output determination was found as EN.

But when the form is printed, some of the items shows European format example:

Item Material Text Target Price Total

00020 A1663200554 HIGH-PRESSURE LINE 50.000,00 140,00 EACH 7.000.000,00

Revision level 01

Valid from: 01.05.2010 to: 30.05.2010

Gross Price 266,00 USD 1 EA

Valid from: 31.05.2010 to: 31.12.2010

and some of the other items shows the American format, that is desired to show!!

00090 A1663201754 OIL PRESSURE LINE 50,000.00 168.00 EACH 8,400,000.00

Revision level 00

Valid from: 05/01/2010 to: 05/30/2010

Gross Price 294.00 USD 1 EA

Valid from: 05/31/2010 to: 12/31/2010

Gross Price 168.00 USD 1 EA

From where is taking that other Format?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I had a similar situation. For China, the PO were getting outputted in the format 1.500,00 while it was desired to be 1,500.00

I realised that marking the T500X-XDEZP resolves the issue. But not sure if it breaks something else.

Kind regards,

Mehul

Answers (1)

Answers (1)

arul_murugan
Active Participant
0 Kudos

Hi,

Check the notation that is defined in your user profile (SU01) or check whether SET COUNTRY command is used in any of your form windows.

This may be the reason for the printing of different notations.

Thanks

Arul

marcoantonio_romerosanche
Active Participant
0 Kudos

Hi!!

I check the notation in the SU1 and it is defined as "american" format.

About the SET COUNTRY command, I just reviewed and have the following code:

/: SET COUNTRY "USA"

We need to delete that command? what is the use of that one?

arul_murugan
Active Participant
0 Kudos

Hi,

SET COUNTRY command will be used for formatting settings for numbers, dates, and times are stored in database table T005X based on the country.

The currency, date , time variables which you are declared after the command SET COUNTRY 'USA' will be displayed based on the USA format.

Thanks

Arul

Former Member
0 Kudos

Hi,

The country code for USA is 'US' (check table T005), could be as simple as that.

Are you seeing this change in format within one document, or across different documents? If it happens across different documents it is most likely due to the formatting for the country of the recipient being applied.

Regards,

Nick

marcoantonio_romerosanche
Active Participant
0 Kudos

Hello Nick,

This issue is happening just in one schedule agreement,

the rest of the documents are printed correctly, with the "american" format.

Former Member
0 Kudos

Hi,

What is the country of the recipient of the schedule agreement that is wrong, compared with the ones that are using the correct format?

Regards,

Nick

marcoantonio_romerosanche
Active Participant
0 Kudos

Hello Nick...

The country of the receipt is Germany, but it is strange, we have another contracts with same receipt and those ones are printed correctly. Just that one is being printed mixing the american and European formats.

Former Member
0 Kudos

Hi,

In theory the /: SET COUNTRY 'US' should override the country of the recipient in all cases and give you the US decimal notation.

Running short of ideas I'm afraid....

Regards,

Nick

marcoantonio_romerosanche
Active Participant
0 Kudos

That is being too strange.

We have set the command "/: SET COUNTRY 'US' " and it does not works. The formats are being wrong!

what else can be figure out? I also check the user defaults and he has the "American" format. Also his logon language is EN.