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

element datum

Former Member
0 Likes
779

i declare zdate type datum

but when the alv get out i get 20070802 instead 02.08.2007

there is a solution without concate or move ....

why when i click in see the table like ltak i see the date good

but when i declare datum i see 20070802

7 REPLIES 7
Read only

Former Member
0 Likes
743

try type DATS.

or TYPE syst-datum.

Message was edited by:

Florian Kemmer

Read only

0 Likes
743

i tried all and none

Read only

sridevi_p
Active Contributor
0 Likes
743

Hi,

check in System - user profile - own data - defaults and check the date format there.

Pls .assign poitns, if useful

Regards,

sridevi

Read only

Former Member
0 Likes
743

hi sridevi

if i can see in se11 or se16 the date correct

means that my profile is good

Read only

Former Member
0 Likes
743

there is a fM that made it???

Read only

Former Member
0 Likes
743

HI,

Give,

<b>Data : zdate type dats.</b>

Regards,

Padmam.

Read only

Former Member
0 Likes
743

hi,

Declaring variable as datum will not solve your problem.

declare the variable as type DATS.

I hope it works for you.

Regards,

Srinivas