cancel
Showing results for 
Search instead for 
Did you mean: 

format date after deploy app

marcfrenay
Explorer
0 Kudos

Hello,

I've got a strange behavior here with some date format.

I have created an application from BAS where the date are formatted as I am used to :

Run from BAS

marcfrenay_1-1712676502195.png

But once the application has been deployed I have got this formatting:

Run from Launchpad

marcfrenay_0-1712676372868.png

I use the same user to test:

marcfrenay_2-1712676547812.png

any ideas are welcome.

Thx

Accepted Solutions (0)

Answers (1)

Answers (1)

junwu
Active Contributor
0 Kudos

I think it is normal, local run didn't consider the user profile setting from abap server.

marcfrenay
Explorer
0 Kudos

Hello, Thx for the reply. Indeed I have the same behavior on another system.

But how can I do to have the same format.

My issue is not having the same format but I build a filter base on the date and it works from the BAS but not when it's deployed.

Thx

junwu
Active Contributor
0 Kudos
why it matters? show me your coding. very likely your code issue.