cancel
Showing results for 
Search instead for 
Did you mean: 

Date in mm/dd/yyyy format

Former Member
0 Kudos

I have a dunning output that is prodcuing the date in mm/dd/yyyy format despite the user settings being dd/mm/yyyy - and there is no set country command on the form - any ideas of why this is occuring or how I change it.

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member193284
Active Participant
0 Kudos

Hi,

This can be because at time the date settings can be pulled from customer records.

For example. In SPRO you can configure date settings based on countries.

So if your customer belongs to XXXX country then it can pick up the date settings from SPRO.

You can check with a functional guy for the node where you do settings for different countries.

I will try and send you the details later as i dont have system handy.

Thanks

Sandeep_Kumar
Advisor
Advisor
0 Kudos

Check the country settings via txn OY01 - Country Global Parameters -> Double click on the country code

aidan_black
Active Contributor
0 Kudos

Hi,

you can use the SET COUNTRY abap command in your form or program to get the required date format. See the SAP notes #6030 and #32105.

Regards,

Aidan